diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-05-17 21:07:07 -0700 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-05-17 21:07:07 -0700 |
commit | b51f9d5e001289fe9121e10c17888ed764670480 (patch) | |
tree | 9510131a45cb53265369ba6168acc3286b92ba37 | |
parent | Keep the make.conf ASCII. Workaround broken Python 3. (diff) | |
download | flameeyes-tinderbox-b51f9d5e001289fe9121e10c17888ed764670480.tar.gz flameeyes-tinderbox-b51f9d5e001289fe9121e10c17888ed764670480.tar.bz2 flameeyes-tinderbox-b51f9d5e001289fe9121e10c17888ed764670480.zip |
Move configuration file to /etc/portage.
-rw-r--r-- | tinderbox.make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox.make.conf b/tinderbox.make.conf index 83a1377..ec2e7a8 100644 --- a/tinderbox.make.conf +++ b/tinderbox.make.conf @@ -14,7 +14,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -source /etc/make.tinderbox.private.conf +source /etc/portage/make.tinderbox.private.conf FETCHCOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --output \${DISTDIR}/\${FILE} \${URI}" RESUMECOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --continue-at - --output \${DISTDIR}/\${FILE} \${URI}" |