mirror of
https://git.resf.org/sig_core/wiki.git
synced 2024-11-15 20:21:22 +00:00
change title of section, add poetry examples
This commit is contained in:
parent
4622e9c1fd
commit
a73156e6fe
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Composing Releases
|
||||
title: Composing and Managing Releases
|
||||
---
|
||||
|
||||
This section goes over the process of composing a release.
|
||||
This section goes over the process of composing a release from a bunch of
|
||||
packages to repositories, to images. This section also goes over the basics of
|
||||
working with koji when necessary.
|
||||
|
@ -87,4 +87,15 @@ options.
|
||||
Note that for each of these commands, it is fully expected you are running
|
||||
`poetry run` in the root of empanadas.
|
||||
|
||||
```
|
||||
# Syncs all repositoryes for the "9" release
|
||||
% poetry run sync_from_peridot --release 9 --clean-old-packages
|
||||
|
||||
# Syncs only the BaseOS repository without syncing sources
|
||||
% poetry run sync_from_peridot --release 9 --clean-old-packages --repo BaseOS --ignore-source
|
||||
|
||||
# Syncs only AppStream for ppc64le
|
||||
% poetry run sync_from_peridot --release 9 --clean-old-packages --repo AppStream --arch ppc64le
|
||||
```
|
||||
|
||||
{% include "resources_bottom.md" %}
|
||||
|
Loading…
Reference in New Issue
Block a user