bump msmtp-1.8.23-1
This commit is contained in:
parent
85a0e0c43c
commit
5ec61d753a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -0,0 +1 @@
|
|||
files/
|
|
@ -44,7 +44,7 @@ EOF
|
|||
${DOCKER} build --no-cache -v /tmp/dockerrpmbuild-$$:/out:Z -t docker-${PACKAGE}-xfer -f- . <<EOF
|
||||
FROM localhost/docker-${PACKAGE}-build
|
||||
USER root
|
||||
RUN mv /home/dontbuildasroot/rpmbuild/RPMS/*/*.rpm /out/
|
||||
RUN mv -f /home/dontbuildasroot/rpmbuild/RPMS/*/*.rpm /out/
|
||||
EOF
|
||||
|
||||
[[ $? == 0 ]] && mv -i /tmp/dockerrpmbuild-$$/*.rpm ${ABSDIR}/files/ &&
|
||||
|
|
Loading…
Reference in a new issue