summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-101-2/+3
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-101-1/+2
* simpler dosym to make mr bones happyMike Frysinger2006-04-091-3/+4
* Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by m...v2.1_pre8Zac Medico2006-04-081-167/+0
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
* Fix a regression in security handling, emerge with no options should print ou...Alec Warner2006-04-071-1/+4
* Thanks to jforman for finding this one, emerge was not helpful when permissio...Alec Warner2006-04-071-3/+9
* Change == None to is NoneAlec Warner2006-04-072-13/+13
* only display syncing progress for each file when --verbose is set; thanks Ola...Simon Stelling2006-04-061-2/+2
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
* Remove really really old check during a cvs move. Fix except statement to be...Alec Warner2006-04-061-30/+1
* Revert r3073 since it causes a regression (digestgen needs to be run for each...Zac Medico2006-04-061-1/+3
* Don't generate digests on --pretend for repoman. Thanks go once again to exg...Alec Warner2006-04-041-3/+1
* It was pointed out that we have a Test-Manifest perl package, which would get...Alec Warner2006-04-031-1/+1
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest...Alec Warner2006-04-031-6/+12
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-032-3/+5
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
* Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead...Zac Medico2006-03-291-1/+1
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
* - set sane perms on unpacking. If anybody hates this than they are welcome to...Ned Ludd2006-03-271-0/+1
* fix some nasty repoman tricks causing problems (always use absolute paths wit...Marius Mauch2006-03-271-3/+3
* Allow users in the portage group to fetch. Thanks to truedfx for reporting th...Zac Medico2006-03-261-5/+12
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check...v2.1_pre7Marius Mauch2006-03-251-8/+15
* Load virtuals on demand in order to avoid needless vdb scanning during a simp...Zac Medico2006-03-252-3/+3
* Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file (in...Zac Medico2006-03-241-8/+9
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-232-0/+8
* Include the die call itself (including line number) in the printed call stack...Zac Medico2006-03-231-0/+1
* Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...Zac Medico2006-03-221-1/+9
* Make emerge-webrsync only do metadata-transfer when necessary. Thanks to Pat...Zac Medico2006-03-201-2/+6
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-202-16/+17
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...Zac Medico2006-03-201-10/+11
* Miscellaneous fixes and cleanup for the rsync options handling.Zac Medico2006-03-191-43/+71
* Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ...Zac Medico2006-03-191-12/+8
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...Marius Mauch2006-03-191-19/+60
* update -I long optionMike Frysinger2006-03-191-1/+1
* delete extraneous printMike Frysinger2006-03-191-1/+0
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-192-3/+17
* Fix typo in spelling of been in emerge-webrsync. Thanks to bonsaikitten for ...Zac Medico2006-03-181-1/+1
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of environmen...Zac Medico2006-03-184-8/+8
* Make successful inherit calls return success so that \'source ${EBUILD}` retu...Zac Medico2006-03-181-1/+2
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...Zac Medico2006-03-181-1/+1