Compare commits
31 commits
36cd63e1f2
...
7c475e485a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c475e485a | ||
|
|
4f0f438c6b | ||
|
|
7e05779918 | ||
|
|
e12f02be50 | ||
|
|
f47e009f3d |
||
| d13a00e413 | |||
|
|
5de4b079ed | ||
|
|
6a6fcdd271 | ||
|
|
4d26d6eb6a | ||
|
|
6680461bbb | ||
|
|
37e6b0cc1b | ||
|
|
42944bf61d | ||
|
|
75b35a756f | ||
|
|
cdb6060102 |
||
| eb4f11860a | |||
|
|
9337419103 | ||
|
|
559a692dda |
||
|
|
19668447a6 |
||
|
|
139f7e4650 |
||
|
|
4f7787370a |
||
|
|
f258cb9c9f | ||
|
|
8f41d2a94e | ||
| c763805aae | |||
|
|
05667311d3 |
||
|
|
f466e77a33 |
||
| dcb1eeab7f | |||
|
|
b4d39146b4 |
||
|
|
5b9809339e |
||
|
|
8b1534e1f7 | ||
|
|
11fe7bb784 | ||
| 4d9fbaacfc |
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