diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-07 19:58:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-07 19:58:49 +0100 |
commit | 50f5f1e924e48474f8dec32c4135d19fd183a3e8 (patch) | |
tree | f74d610cb8d66ce0be547e759cb4a9874d41a3a7 /bin | |
parent | 40b8019f210d18fdd069ae57d5a651bfafc504e1 (diff) | |
download | jenkins.debian.net-50f5f1e924e48474f8dec32c4135d19fd183a3e8.tar.xz |
reproducible fedora: try harder to configure mock 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 c404eecb..711d2d9f 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 mock -r ${DISTRO}-${ARCHITECTURE} --init +sudo /usr/bin/mock -r ${DISTRO}-${ARCHITECTURE} --init echo "$(date -u) - mock configured for ${DISTRO} on ${ARCHITECTURE} now." |