Compare commits
46 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36cd63e1f2 | ||
|
|
64a2b793ea |
||
| 33d4c4e919 | |||
|
|
e1e88be8d6 |
||
|
|
0528db3cdf |
||
|
|
b46e852207 |
||
|
|
2fc8aae826 |
||
|
|
b6b77a98f0 |
||
|
|
327e4a8cce |
||
|
|
639b7d3db3 |
||
|
|
6e300b72fa |
||
|
|
4fca80b966 |
||
|
|
4a5910bae3 |
||
|
|
af7482afee |
||
|
|
2fb2032a8f | ||
|
|
13da9b15ac |
||
|
|
7df344a66d |
||
|
|
ada89f5d8f |
||
|
|
cbd1e9143b |
||
|
|
5ae71ed9d4 |
||
|
|
03eb8a62d4 |
||
|
|
860c23a20f |
||
|
|
e4b4c5199c |
||
| c31a84db24 | |||
|
|
37312442b1 |
||
|
|
981d246bb7 |
||
|
|
61cb59b3e9 | ||
|
|
c03cca565e |
||
|
|
cad44f92a5 |
||
|
|
6df3faff2b |
||
|
|
698af63445 |
||
|
|
e8216bef6b |
||
|
|
be0259e287 |
||
|
|
4bb1e69cac |
||
| 82c824dbd2 | |||
|
|
8def67abae |
||
|
|
5e0614ef99 |
||
| 02216f115b | |||
|
|
7f99e9d18c |
||
|
|
048c234f70 | ||
|
|
7c23db6edb | ||
|
|
eab0f296ec | ||
|
|
a8db8fa4e2 | ||
|
|
4cf12d0d38 | ||
|
|
e443119d3f | ||
|
|
5ee2890ed5 |
6 changed files with 14 additions and 1569 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.
|
||||
5
Makefile
5
Makefile
|
|
@ -1,5 +0,0 @@
|
|||
SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
|
||||
MODULE = $(shell pwd | sed 's/^.*\///')
|
||||
|
||||
update:
|
||||
curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml
|
||||
1
dead.module
Normal file
1
dead.module
Normal file
|
|
@ -0,0 +1 @@
|
|||
Deprecated
|
||||
1564
platform.yaml
1564
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