fix typo in skip-phase
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ea5a89ad5b
commit
39fa9d623a
@ -9,7 +9,7 @@ CONFIG="fedora-cloud.conf"
|
|||||||
TARGET_DIR="/mnt/koji/compose/cloud"
|
TARGET_DIR="/mnt/koji/compose/cloud"
|
||||||
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
|
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
|
||||||
NIGHTLY=""
|
NIGHTLY=""
|
||||||
SKIP_PHASES="--skip-phase=productimg --skip-phase=pkgset --skip-phase=gather --skip-phase=extra_files --skip-phase=creatrepo"
|
SKIP_PHASES="--skip-phase=productimg --skip-phase=pkgset --skip-phase=gather --skip-phase=extra_files --skip-phase=createrepo"
|
||||||
DEST=$(pwd)
|
DEST=$(pwd)
|
||||||
DATE=$(date "+%Y%m%d")
|
DATE=$(date "+%Y%m%d")
|
||||||
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
|
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
|
||||||
|
@ -8,7 +8,7 @@ CONFIG="fedora-docker.conf"
|
|||||||
TARGET_DIR="/mnt/koji/compose/container"
|
TARGET_DIR="/mnt/koji/compose/container"
|
||||||
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
|
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
|
||||||
NIGHTLY=""
|
NIGHTLY=""
|
||||||
SKIP_PHASES="--skip-phase=productimg --skip-phase=pkgset --skip-phase=gather --skip-phase=extra_files --skip-phase=creatrepo"
|
SKIP_PHASES="--skip-phase=productimg --skip-phase=pkgset --skip-phase=gather --skip-phase=extra_files --skip-phase=createrepo"
|
||||||
DEST=$(pwd)
|
DEST=$(pwd)
|
||||||
DATE=$(date "+%Y%m%d")
|
DATE=$(date "+%Y%m%d")
|
||||||
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
|
# the Pungi 'shortname', which we will include in fedmsgs for disambiguation
|
||||||
|
Loading…
Reference in New Issue
Block a user