summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
| | | | svn path=/main/trunk/; revision=3158
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
| | | | svn path=/main/trunk/; revision=3157
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
| | | | svn path=/main/trunk/; revision=3156
* `` must dieSimon Stelling2006-04-1510-60/+60
| | | | svn path=/main/trunk/; revision=3155
* some more hasq fixesSimon Stelling2006-04-151-10/+6
| | | | svn path=/main/trunk/; revision=3154
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
| | | | svn path=/main/trunk/; revision=3153
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3152
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3151
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
| | | | svn path=/main/trunk/; revision=3141
* don't declare input as integer, or etc-update will crash whenever the user ↵Simon Stelling2006-04-131-1/+1
| | | | | | enters some non-integer value; bug 55082 svn path=/main/trunk/; revision=3140
* ignore backup files when scanning for ._cfg????_*; bug 121401Simon Stelling2006-04-131-1/+1
| | | | svn path=/main/trunk/; revision=3139
* don't display the ._cfg???? files anymore but instead the number of updates ↵Simon Stelling2006-04-131-10/+2
| | | | | | for each file; bug 69845 svn path=/main/trunk/; revision=3138
* fixes by solar for ROOT output when unmerging #129649 and make --quiet ↵Mike Frysinger2006-04-131-6/+8
| | | | | | output a bit more useful svn path=/main/trunk/; revision=3137
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-112-15/+2
| | | | svn path=/main/trunk/; revision=3132
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick ↵Zac Medico2006-04-111-1/+6
| | | | | | McLean for the initial patch. svn path=/main/trunk/; revision=3130
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to ↵Zac Medico2006-04-111-1/+9
| | | | | | Patrick McLean for the initial patch. svn path=/main/trunk/; revision=3129
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-2/+2
| | | | svn path=/main/trunk/; revision=3125
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
| | | | svn path=/main/trunk/; revision=3118
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
| | | | svn path=/main/trunk/; revision=3116
* Make repoman ignore deeply nested CVS directories and files they contain in ↵Zac Medico2006-04-101-0/+2
| | | | | | order to prevent false file.name errors (files with CVS directories may contain commas). svn path=/main/trunk/; revision=3115
* Remove db and mysettings from Manifest and replace them with a mapping ↵Zac Medico2006-04-101-2/+3
| | | | | | object that provides access to fetch lists for each cpv. svn path=/main/trunk/; revision=3111
* Pass DISTDIR into the Manifest constructor instead of getting it from ↵Zac Medico2006-04-101-1/+2
| | | | | | mysettings because mysettings will be eliminated soon. svn path=/main/trunk/; revision=3110
* simpler dosym to make mr bones happyMike Frysinger2006-04-091-3/+4
| | | | svn path=/main/trunk/; revision=3108
* Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by ↵v2.1_pre8Zac Medico2006-04-081-167/+0
| | | | | | mirror-dist. svn path=/main/trunk/; revision=3101
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
| | | | svn path=/main/trunk/; revision=3096
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
| | | | svn path=/main/trunk/; revision=3095
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
| | | | svn path=/main/trunk/; revision=3093
* Fix this random y that was in the last commit...I blame nano :PAlec Warner2006-04-071-1/+1
| | | | svn path=/main/trunk/; revision=3091
* Fix a regression in security handling, emerge with no options should print ↵Alec Warner2006-04-071-1/+4
| | | | | | out helpful information, not tell you you need to be root ;) svn path=/main/trunk/; revision=3090
* Thanks to jforman for finding this one, emerge was not helpful when ↵Alec Warner2006-04-071-3/+9
| | | | | | permissions on the world file are not so good, so in the case of permission denied, we reraise, essentially telling the user we can't read the world file. In the case of it not existing, we assume the user knows what they are doing and we print a squelchable warning message. svn path=/main/trunk/; revision=3089
* Change == None to is NoneAlec Warner2006-04-072-13/+13
| | | | svn path=/main/trunk/; revision=3085
* only display syncing progress for each file when --verbose is set; thanks ↵Simon Stelling2006-04-061-2/+2
| | | | | | Olaf Hering, bug 128362 svn path=/main/trunk/; revision=3084
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
| | | | svn path=/main/trunk/; revision=3083
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
| | | | svn path=/main/trunk/; revision=3082
* Remove really really old check during a cvs move. Fix except statement to ↵Alec Warner2006-04-061-30/+1
| | | | | | be saner svn path=/main/trunk/; revision=3079
* Revert r3073 since it causes a regression (digestgen needs to be run for ↵Zac Medico2006-04-061-1/+3
| | | | | | each value of repoman_settings["O"]). See bug #128946. svn path=/main/trunk/; revision=3078
* Don't generate digests on --pretend for repoman. Thanks go once again to ↵Alec Warner2006-04-041-3/+1
| | | | | | exg@gentoo.org :) svn path=/main/trunk/; revision=3073
* It was pointed out that we have a Test-Manifest perl package, which would ↵Alec Warner2006-04-031-1/+1
| | | | | | get sadly excluded using the old string match, so we fix it to match less ;) svn path=/main/trunk/; revision=3068
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3067
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
| | | | svn path=/main/trunk/; revision=3066
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes ↵Alec Warner2006-04-031-6/+12
| | | | | | Manifest regeneration in certain cases, adds pretend gpg outut svn path=/main/trunk/; revision=3062
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3061
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
| | | | svn path=/main/trunk/; revision=3057
* Make repoman check for USE expand descriptions in other files so USE_EXPAND ↵Alec Warner2006-04-032-3/+5
| | | | | | variables can have longer/better/faster/stronger descriptions. svn path=/main/trunk/; revision=3056
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
| | | | svn path=/main/trunk/; revision=3051
* Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR ↵Zac Medico2006-03-291-1/+1
| | | | | | instead of with the symlinks in DISTDIR. Thanks to Ed Catmur for this patch (bug #127930). svn path=/main/trunk/; revision=3036
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
| | | | svn path=/main/trunk/; revision=3033
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
| | | | svn path=/main/trunk/; revision=3029
* - set sane perms on unpacking. If anybody hates this than they are welcome ↵Ned Ludd2006-03-271-0/+1
| | | | | | to tie it into FEATURES= sfperms svn path=/main/trunk/; revision=3028
* fix some nasty repoman tricks causing problems (always use absolute paths ↵Marius Mauch2006-03-271-3/+3
| | | | | | with manifest2 code) svn path=/main/trunk/; revision=3020