change Fedora-Docker to Fedora_Docker
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
97a1744c4b
commit
14d47ef9bb
@ -23,7 +23,7 @@ RSYNCPREFIX="sudo -u ftpsync"
|
||||
ATOMIC=$(mktemp -d /tmp/atomic.${DIST}.$DATE.XXXX)
|
||||
ATOMICREPO="/mnt/koji/compose/atomic/$BRANCHED/"
|
||||
ATOMICDEST="/pub/fedora/linux/atomic/$BRANCHED/"
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora-Docker-25/COMPOSE_ID)
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora_Docker-25/COMPOSE_ID)
|
||||
# uncomment and edit for resuming a failed compose
|
||||
#COMPOSE_ID="Fedora-23-20150530.n.0"
|
||||
|
||||
@ -70,7 +70,7 @@ if [ "$?" = "0" ]; then
|
||||
export mail=0
|
||||
fi
|
||||
|
||||
NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora-Docker-25/COMPOSE_ID)
|
||||
NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora_Docker-25/COMPOSE_ID)
|
||||
SHORTCOMPOSE_ID=$(echo $NEWCOMPOSE_ID|sed -e 's|Fedora-.*-||g')
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PRODUCT INFO
|
||||
release_name = 'Fedora-Docker'
|
||||
release_short = 'Fedora-Docker'
|
||||
release_name = 'Fedora_Docker'
|
||||
release_short = 'Fedora_Docker'
|
||||
release_version = '25'
|
||||
release_is_layered = False
|
||||
# GENERAL SETTINGS
|
||||
@ -205,7 +205,7 @@ image_build = {
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('docker', 'tar.xz')]
|
||||
'name': 'Fedora-Docker-Base',
|
||||
'name': 'Fedora_Docker-Base',
|
||||
'target': 'f25',
|
||||
'version': '25',
|
||||
'release': None,
|
||||
|
Loading…
Reference in New Issue
Block a user