Take out early exit - left in by mistake!
This commit is contained in:
parent
fd798e83c3
commit
ee106a077c
@ -195,7 +195,7 @@ else
|
|||||||
if [ $NOISY ]; then echo "Found Release $ID for $2/$1 ($3)"; fi
|
if [ $NOISY ]; then echo "Found Release $ID for $2/$1 ($3)"; fi
|
||||||
fi
|
fi
|
||||||
if [ $DEBUG ] ; then echo "ID:"$ID; fi
|
if [ $DEBUG ] ; then echo "ID:"$ID; fi
|
||||||
exit 0
|
|
||||||
# And use it to upload the rpm and src rpm
|
# And use it to upload the rpm and src rpm
|
||||||
cd $WORKDIR/$2/$1
|
cd $WORKDIR/$2/$1
|
||||||
# Got to cd to rpm directory here
|
# Got to cd to rpm directory here
|
||||||
|
Loading…
Reference in New Issue
Block a user