Created
December 31, 2014 11:10
-
-
Save chmouel/2c8b916d67d13d42bf71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# script run inside the container | |
rpmbuild -ba rpmbuild/SPECS/project.spec || exit 1 | |
[[ -d /data ]] || exit 0 | |
sudo rm -rf /data/output | |
sudo cp -a rpmbuild/RPMS/noarch /data/output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment