summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimka <fastinetserver@gmail.com>2010-06-03 07:24:42 +0300
committersimka <fastinetserver@gmail.com>2010-06-03 07:24:42 +0300
commit792b2bff153c40b885a75a197fc67ea5b1821941 (patch)
treef1c8e1f459fa2b6364bfdb0f71c08041a9837926 /twrapper/idfetch_settings.py
parentTwrapper calls for emerge as soon as new package can be installed. No need to... (diff)
downloadidfetch-792b2bff153c40b885a75a197fc67ea5b1821941.tar.gz
idfetch-792b2bff153c40b885a75a197fc67ea5b1821941.tar.bz2
idfetch-792b2bff153c40b885a75a197fc67ea5b1821941.zip
Rearrange folders: move portage to separate repo, rename twrapper/need_to_download to twrapper/var
1) Portage changes now have separate repo with master and idfetch branches: git://git.overlays.gentoo.org/proj/portage-idfetch or http://git.overlays.gentoo.org/gitroot/proj/portage-idfetch 2) Rename twrapper/need_to_download to twrapper/var
Diffstat (limited to 'twrapper/idfetch_settings.py')
-rw-r--r--twrapper/idfetch_settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/twrapper/idfetch_settings.py b/twrapper/idfetch_settings.py
index b61bcd8..8a86edf 100644
--- a/twrapper/idfetch_settings.py
+++ b/twrapper/idfetch_settings.py
@@ -1,5 +1,5 @@
-TASK_DIR='./need_to_download'
-#DIST_DIR='./need_to_download/distfiles'
+TASK_DIR='./var'
+#DIST_DIR='./var/distfiles'
DIST_DIR='/usr/portage/distfiles'
WGET_READ_TIMEOUT=30
WGET_TRIES=1 \ No newline at end of file