Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
839772496a |
6 changed files with 14 additions and 1666 deletions
0
.gitignore
vendored
0
.gitignore
vendored
13
DEPRECATED.md
Normal file
13
DEPRECATED.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Deprecated.
|
||||||
|
|
||||||
|
This repo is deprecated.
|
||||||
|
|
||||||
|
* At build time `platform module` is represented by non-modular buildroot.
|
||||||
|
* At runtime `platform module` is the everything repo, and represents the base system.
|
||||||
|
* The `platform module` is not in the repo, it cannot be installed.
|
||||||
|
* At runtime dnf creates the solvable for the transaction based on `/etc/os-release`.
|
||||||
|
* Every module depends on it.
|
||||||
|
* The `platform module` record in MBS is maintained by devops. The is a minimal
|
||||||
|
`modulemd` stub is in the Ansible repo that manages the service deployment new
|
||||||
|
records are added at branch points.
|
||||||
|
* The `platform module` doesn't exist in any other context.
|
||||||
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
||||||
SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
|
|
||||||
MODULE = $(shell pwd | sed 's/^.*\///')
|
|
||||||
BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//')
|
|
||||||
|
|
||||||
update:
|
|
||||||
curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml
|
|
||||||
1
dead.module
Normal file
1
dead.module
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Deprecated
|
||||||
1660
platform.yaml
1660
platform.yaml
File diff suppressed because it is too large
Load diff
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue