GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-multirepo.git
master
SoC2010: Project portage-multirepo
Otavio <otaviobp@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
etc-update
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back executable bits, accidentally removed in previous commit.
Zac Medico
2010-03-24
1
-0
/
+0
*
Remove all svn $Id keywords.
Zac Medico
2010-03-24
1
-1
/
+0
*
Don't use $Id or $Rev for version strings since that doesn't work with git.
Zac Medico
2010-03-24
1
-1
/
+1
*
make sure etc-update sorts updates in the order (1) leading dir path (2) file...
Mike Frysinger
2009-06-28
1
-2
/
+2
*
Fix incorrect usage of trap (only remove on signal at a time).
Zac Medico
2008-12-12
1
-1
/
+2
*
Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up when
Zac Medico
2008-11-23
1
-4
/
+4
*
Bug #188780 - Make the read_int() function show a more human readable error
Zac Medico
2008-11-23
1
-1
/
+2
*
Bug #173284 - Do not traverse hidden directories such as .svn or .git when
Zac Medico
2008-11-15
1
-3
/
+5
*
only use dummy echos in do_file() when running in interactive mode
Mike Frysinger
2008-10-10
1
-2
/
+3
*
As suggested by grobian, treat Darwin just like USERLAND=gnu
Zac Medico
2007-12-29
1
-2
/
+1
*
Fix USERLAND references to handle Darwin like BSD.
Zac Medico
2007-12-29
1
-4
/
+5
*
Call die() so that the $TMP directory is always properly
Zac Medico
2007-11-03
1
-7
/
+6
*
if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkle
Mike Frysinger
2007-11-03
1
-0
/
+7
*
Bug #195949 - Add one more using_editor conditional for
Zac Medico
2007-10-15
1
-2
/
+10
*
Bug #195949 - Use a different diff_command sanity check
Zac Medico
2007-10-15
1
-7
/
+14
*
add --debug option and display a message about skipping non-files so we dont ...
Mike Frysinger
2007-10-07
1
-3
/
+9
*
add standard --help/--version options
Mike Frysinger
2007-10-07
1
-1
/
+25
*
unify diff_command handling
Mike Frysinger
2007-10-07
1
-16
/
+19
*
no need to use "function" when defining a function
Mike Frysinger
2007-10-03
1
-10
/
+10
*
this isnt part of gentoolkit anymore
Mike Frysinger
2007-10-03
1
-1
/
+1
*
Initialize PORTAGE_TMPDIR before using it.
Zac Medico
2007-09-29
1
-3
/
+3
*
Initialize ${TMP} before registering the die trap so that
Zac Medico
2007-09-24
1
-1
/
+1
*
fix possible information leak vulnerability when doing a merge of configurati...
Mike Frysinger
2007-09-24
1
-11
/
+22
*
tweak get_config() so that it only executes one external binary (sed) instead...
Mike Frysinger
2007-09-24
1
-9
/
+15
*
change directory to / in case $PWD doesnt exist
Mike Frysinger
2007-08-26
1
-1
/
+3
*
Make etc-update copy owner and group bits when it merges config files.
Zac Medico
2007-08-16
1
-0
/
+2
*
Use user-provided $mv_opts for -5 (bug #47442)
Marius Mauch
2007-06-05
1
-1
/
+2
*
convert `type -p` to `type -P` as noted by grobian
Mike Frysinger
2007-04-15
1
-1
/
+1
*
Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...
Zac Medico
2007-04-05
1
-1
/
+1
*
For bug #170178, remove all hardcoded references to '/usr/lib/portage'.
Zac Medico
2007-03-10
1
-2
/
+2
*
Add compatibility code to avoid the GNU specific --reference option of chmod....
Zac Medico
2007-03-01
1
-2
/
+6
*
Add missing quotes.
Zac Medico
2007-02-15
1
-1
/
+1
*
Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...
Zac Medico
2007-02-15
1
-1
/
+2
*
For bug #8423, make etc-update preserve timestamps when possible.
Zac Medico
2006-11-26
1
-2
/
+0
*
Add $ROOT and $PORTAGE_CONFIGROOT support for etc-update. Thanks to Jonathan...
Zac Medico
2006-10-10
1
-5
/
+9
*
Turn off file name globbing during expansion of ${find_opts} for bug #148115.
Zac Medico
2006-09-19
1
-1
/
+2
*
For bug #14321, make etc-update scan for individual files listed in CONFIG_PR...
Zac Medico
2006-09-16
1
-2
/
+10
*
Use a specialized read_int function to read integer input for bug #143881. T...
Zac Medico
2006-08-29
1
-4
/
+18
*
fix whitespace
Mike Frysinger
2006-08-28
1
-15
/
+15
*
include filename in submenu so we know exactly what we are working on
Mike Frysinger
2006-08-22
1
-1
/
+2
*
add space before prompt
Mike Frysinger
2006-08-05
1
-1
/
+1
*
Fix broken if/elif statement.
Zac Medico
2006-07-20
1
-2
/
+2
*
Make user_special() return 1 if none of the patterns in /etc/etc-update.speci...
Zac Medico
2006-07-19
1
-2
/
+1
*
add support to prevent auto-processing for user-special files that match a pa...
Marius Mauch
2006-07-19
1
-2
/
+16
*
use eval to allow shell expansion in config file
Marius Mauch
2006-07-19
1
-5
/
+7
*
Only call portageq once
Marius Mauch
2006-07-19
1
-3
/
+8
*
update mtime after replacing config files
Marius Mauch
2006-07-19
1
-0
/
+2
*
add notice about remaining updates on exit
Marius Mauch
2006-07-19
1
-1
/
+7
*
add option to discard config updates
Marius Mauch
2006-07-19
1
-3
/
+25
*
Show full path when auto-merging
Marius Mauch
2006-07-19
1
-1
/
+1
[next]