summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Move portage.global_updates() invocation out of portage.py and into ↵Zac Medico2006-04-232-0/+2
| | | | | | emerge/fixpackages where it belongs. svn path=/main/trunk/; revision=3201
* Make sed wrapper not executable. Currently the wrapper is installed via ↵Alec Warner2006-04-231-0/+0
| | | | | | doexe in the ebuild from and gets the +x bit set properly. I don't think we have any SVN users on BSD or Darwin. In the future this wrapper will get installed automagically by the ebuild ( it being in bin ) but will only be set executable on non GNU platforms. svn path=/main/trunk/; revision=3200
* Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes ↵Alec Warner2006-04-231-13/+15
| | | | | | once again. svn path=/main/trunk/; revision=3199
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
| | | | svn path=/main/trunk/; revision=3198
* tighten up output in pretend modeMike Frysinger2006-04-231-4/+6
| | | | svn path=/main/trunk/; revision=3197
* fixup clean outputMike Frysinger2006-04-231-3/+4
| | | | svn path=/main/trunk/; revision=3196
* space argumentsMike Frysinger2006-04-231-2/+2
| | | | svn path=/main/trunk/; revision=3195
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
| | | | svn path=/main/trunk/; revision=3191
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
| | | | svn path=/main/trunk/; revision=3190
* Disable sandbox during package phase interaction with $PKGDIR for ↵Zac Medico2006-04-221-1/+3
| | | | | | compatibility with symlinks (See bug #130824). svn path=/main/trunk/; revision=3189
* Print the actual DISTDIR location in the help ouput of clean_locks for bug ↵Zac Medico2006-04-221-2/+3
| | | | | | #116676. svn path=/main/trunk/; revision=3188
* s/Do you want me/Would you like/g for bug #112439.Zac Medico2006-04-221-5/+5
| | | | svn path=/main/trunk/; revision=3187
* Exit with error status when the user has attempted to unmerge a package that ↵Zac Medico2006-04-221-4/+7
| | | | | | is not installed (bug #118515). svn path=/main/trunk/; revision=3186
* Fix `emerge -s` download size calculation for bug #130750.Zac Medico2006-04-211-20/+14
| | | | svn path=/main/trunk/; revision=3184
* Use os.path.join for PORTAGE_GPG_DIR and remove a duplicate access check.Zac Medico2006-04-211-2/+2
| | | | svn path=/main/trunk/; revision=3181
* if PORTAGE_GPG_DIR is not set then default to ~/.gnupg instead of just ↵Mike Frysinger2006-04-201-1/+6
| | | | | | dumping an error svn path=/main/trunk/; revision=3180
* Fix repoman --commitmsgfile logic. Thanks to Christian Heim ↵Zac Medico2006-04-201-2/+15
| | | | | | <phreak@gentoo.org> for reporting. svn path=/main/trunk/; revision=3179
* Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery ↵Zac Medico2006-04-201-1/+1
| | | | | | <pyromancer@gmail.com> for this patch. svn path=/main/trunk/; revision=3178
* Update Manifest automatically in repoman commit mode for bug #130541.Zac Medico2006-04-201-0/+4
| | | | svn path=/main/trunk/; revision=3177
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
| | | | svn path=/main/trunk/; revision=3176
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
| | | | svn path=/main/trunk/; revision=3175
* Fix gpgsign logic for bug #57445.Zac Medico2006-04-181-52/+66
| | | | svn path=/main/trunk/; revision=3173
* dont dump debug update info in quiet modeMike Frysinger2006-04-171-3/+4
| | | | svn path=/main/trunk/; revision=3170
* add instructions how to update portage when --sync tells you to do so; bug ↵Simon Stelling2006-04-161-0/+1
| | | | | | 118715 svn path=/main/trunk/; revision=3165
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
| | | | svn path=/main/trunk/; revision=3164
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
| | | | svn path=/main/trunk/; revision=3163
* eat whitespaceMike Frysinger2006-04-161-4/+0
| | | | svn path=/main/trunk/; revision=3162
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
| | | | svn path=/main/trunk/; revision=3161
* Make find arguments portable for bug #129935 and remove temp file usage for ↵Zac Medico2006-04-161-12/+2
| | | | | | bug #121368. svn path=/main/trunk/; revision=3160
* 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