Ajout creation dossier files et .gitignore
This commit is contained in:
parent
e892d97bae
commit
108ae0904d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
files/
|
|
@ -32,6 +32,7 @@ find ~dontbuildasroot/rpmbuild/ -name '*.rpm' -exec cp -f "{}" /out \;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
|
mkdir -p ${ABSDIR}/files
|
||||||
mv -f /tmp/dockerrpmbuild-$$/*.rpm ${ABSDIR}/files/
|
mv -f /tmp/dockerrpmbuild-$$/*.rpm ${ABSDIR}/files/
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue