mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
setup commons
This commit is contained in:
parent
e95f133f4f
commit
6b1d6a43d4
1
scripts/common-8
Normal file
1
scripts/common-8
Normal file
@ -0,0 +1 @@
|
|||||||
|
REVISION="8.4"
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Rocky
|
SHORT=Rocky
|
||||||
@ -7,7 +8,7 @@ CONFIG=/etc/pungi-prod/r8.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=""
|
||||||
LABEL="--production --label RC-8.4"
|
LABEL="--production --label RC-${REVISION}"
|
||||||
|
|
||||||
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL"
|
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL"
|
||||||
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Devel
|
SHORT=Devel
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Extras
|
SHORT=Extras
|
||||||
CONFIG=/etc/pungi-prod/extras.conf
|
CONFIG=/etc/pungi-prod/extras.conf
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Gluster9
|
SHORT=Gluster9
|
||||||
CONFIG=/etc/pungi-prod/gluster9.conf
|
CONFIG=/etc/pungi-prod/gluster9.conf
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=NFV
|
SHORT=NFV
|
||||||
CONFIG=/etc/pungi-prod/nfv.conf
|
CONFIG=/etc/pungi-prod/nfv.conf
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Plus
|
SHORT=Plus
|
||||||
CONFIG=/etc/pungi-prod/plus.conf
|
CONFIG=/etc/pungi-prod/plus.conf
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source "$(dirname "$0")/common-8"
|
||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Rocky
|
SHORT=Rocky
|
||||||
|
Loading…
Reference in New Issue
Block a user