summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
* `` must dieSimon Stelling2006-04-1510-60/+60
* some more hasq fixesSimon Stelling2006-04-151-10/+6
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
* don't declare input as integer, or etc-update will crash whenever the user en...Simon Stelling2006-04-131-1/+1
* ignore backup files when scanning for ._cfg????_*; bug 121401Simon Stelling2006-04-131-1/+1
* don't display the ._cfg???? files anymore but instead the number of updates f...Simon Stelling2006-04-131-10/+2
* fixes by solar for ROOT output when unmerging #129649 and make --quiet output...Mike Frysinger2006-04-131-6/+8
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-112-15/+2
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick Mc...Zac Medico2006-04-111-1/+6
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to Patric...Zac Medico2006-04-111-1/+9
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-2/+2
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
* Make repoman ignore deeply nested CVS directories and files they contain in o...Zac Medico2006-04-101-0/+2
* 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