Skip to content
Snippets Groups Projects
Commit 1015ccf7 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

create-iso-jenkins.sh: Change output dir name to "nobackup"


We have in our lab a backup system which was getting full with tons of isos
generated by the create-iso program. This backup system would not backup
files inside a directory called "nobackup", and that is why we are changing
the output directory name to "nobackup".

Signed-off-by: default avatarDiego Pasqualin <dpasqualin@c3sl.ufpr.br>
parent 8cd61a3f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ BASENAME="$5" ...@@ -14,7 +14,7 @@ BASENAME="$5"
DFOLDER=$(dirname $DIST) DFOLDER=$(dirname $DIST)
DNAME=$(basename $DIST) DNAME=$(basename $DIST)
DATE=$(date +%Y%m%d) DATE=$(date +%Y%m%d)
OUTPUTDIR="$PREFIX/output" OUTPUTDIR="$PREFIX/nobackup"
OUTPUT="$OUTPUTDIR/$BASENAME-$DNAME-$REPO-i386-$DATE.iso" OUTPUT="$OUTPUTDIR/$BASENAME-$DNAME-$REPO-i386-$DATE.iso"
# Jenkins like to create directory names with spaces... # Jenkins like to create directory names with spaces...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment