diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-07 20:05:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-07 20:05:48 +0100 |
commit | ece2032911c5668cf137cf43e3abbaad4e75209a (patch) | |
tree | f54c2c6f08c9dfd30ef95a63ccea6c19cf030685 /bin | |
parent | 50f5f1e924e48474f8dec32c4135d19fd183a3e8 (diff) | |
download | jenkins.debian.net-ece2032911c5668cf137cf43e3abbaad4e75209a.tar.xz |
reproducible rpms: use mock and sudo correctly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_mock.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh index 711d2d9f..2385693d 100755 --- a/bin/reproducible_setup_mock.sh +++ b/bin/reproducible_setup_mock.sh @@ -19,5 +19,5 @@ DISTRO=$1 ARCHITECTURE=$2 echo "$(date -u) - starting to configure mock for ${DISTRO} on ${ARCHITECTURE} now." -sudo /usr/bin/mock -r ${DISTRO}-${ARCHITECTURE} --init +mock -r ${DISTRO}-${ARCHITECTURE} --init echo "$(date -u) - mock configured for ${DISTRO} on ${ARCHITECTURE} now." |