This commit is contained in:
nazunalika 2021-09-29 17:05:46 -07:00
parent 06a1020230
commit c79745ce6b
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ filter_packages = [
] ]
additional_packages = [ additional_packages = [
('^nfv$', { ('^rockyrpi$', {
'*': [ '*': [
'*', '*',
], ],

View File

@ -3,7 +3,7 @@
source "$(dirname "$0")/common-8" source "$(dirname "$0")/common-8"
TARGET_DIR="/mnt/compose/8" TARGET_DIR="/mnt/compose/8"
SHORT=rockypi SHORT=rockypi
CONFIG=/etc/pungi-prod/rockypi.conf CONFIG=/etc/pungi-prod/rockyrpi.conf
# Unused for now # Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"