summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimka <fastinetserver@gmail.com>2010-05-30 12:35:14 +0300
committersimka <fastinetserver@gmail.com>2010-05-30 12:35:14 +0300
commitb68d48e09886682dd3f8bfdb1695bd37bec152c5 (patch)
treec204e90be8669005d9f34352846eca820f6e997a /twrapper/idfetch_settings.py
parent1) Structured file for pkgs. 2) Curses are optional. 3) Lock for pkg_list.lis... (diff)
downloadidfetch-b68d48e09886682dd3f8bfdb1695bd37bec152c5.tar.gz
idfetch-b68d48e09886682dd3f8bfdb1695bd37bec152c5.tar.bz2
idfetch-b68d48e09886682dd3f8bfdb1695bd37bec152c5.zip
1) Add portage dir with modified fetch.py. 2) Add basic premerge.sh script
Diffstat (limited to 'twrapper/idfetch_settings.py')
-rw-r--r--twrapper/idfetch_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/twrapper/idfetch_settings.py b/twrapper/idfetch_settings.py
index dd2b352..b61bcd8 100644
--- a/twrapper/idfetch_settings.py
+++ b/twrapper/idfetch_settings.py
@@ -1,4 +1,5 @@
TASK_DIR='./need_to_download'
-DIST_DIR='./need_to_download/distfiles'
+#DIST_DIR='./need_to_download/distfiles'
+DIST_DIR='/usr/portage/distfiles'
WGET_READ_TIMEOUT=30
WGET_TRIES=1 \ No newline at end of file