misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some documentation for ebuild phases and pre/post phase
Zac Medico
2007-12-09
6
-0
/
+79
*
Do an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild()
Zac Medico
2007-12-08
1
-1
/
+10
*
Bug #189417 - Comment on how the whitelist and BASH_ENV are used to
Zac Medico
2007-12-07
1
-3
/
+8
*
Bug #189417 - Whitelist BASH_ENV since we need to have it set in order
Zac Medico
2007-12-07
1
-1
/
+1
*
Bug #189417 - Explicitly whitelist any remaining variables that are
Zac Medico
2007-12-07
1
-14
/
+32
*
Add a TODO note about remaining work for bug #189417.
Zac Medico
2007-12-07
1
-0
/
+5
*
Perform set argument validation in emerge_main() even for
Zac Medico
2007-12-07
1
-38
/
+38
*
Remove automatic "system" and "world" set creation since we can
Zac Medico
2007-12-07
1
-9
/
+0
*
Bug #201513 - Fix typos for preserve-libs and PreservedLibraryConsumerSet.
Zac Medico
2007-12-07
1
-2
/
+2
*
Declare retval as a local variable.
Zac Medico
2007-12-06
1
-0
/
+1
*
Prevent the filter_opts local variable from leaking into the
Zac Medico
2007-12-06
1
-1
/
+2
*
Bug #201506 - Make preprocess_ebuild_env() preserve
Zac Medico
2007-12-06
2
-10
/
+17
*
Remove redundant successful exit call from the "depend" phase
Zac Medico
2007-12-06
1
-3
/
+0
*
Fix broken timestamp logic in do_snapshot(). Thanks to Alon
Zac Medico
2007-12-06
1
-6
/
+5
*
Keep the RootConfig.sets attribute in sync with the SetConfig.
Zac Medico
2007-12-05
1
-0
/
+1
*
Make SetConfig.getSets() return a copy of the psets attribute
Zac Medico
2007-12-05
2
-2
/
+3
*
- repository configuration file and `emerge --sync [repo_set]... [repo]...`
Zac Medico
2007-12-05
1
-0
/
+2
*
Show ? if the installed package is missing a
Zac Medico
2007-12-05
1
-5
/
+1
*
bootstrap.sh expects that the "system" set always exists, so create
Zac Medico
2007-12-05
1
-3
/
+14
*
In order to know exactly which atoms/sets should be added to the
Zac Medico
2007-12-05
1
-36
/
+43
*
fix another typo
Marius Mauch
2007-12-04
1
-1
/
+1
*
perform sanity checks for set configuration even if myaction is None
Marius Mauch
2007-12-04
2
-6
/
+7
*
Fix setconfig loader to use config files instead of hardcoded fallbacks
Marius Mauch
2007-12-04
3
-53
/
+22
*
enable FEATURES=preserve-libs globally for extended testing
Marius Mauch
2007-12-04
1
-0
/
+3
*
make sure we only remove files that were previously preserved
Marius Mauch
2007-12-04
1
-2
/
+6
*
Remove redundant config.load_infodir() calls from
Zac Medico
2007-12-03
2
-2
/
+0
*
Synchronize the conditional that triggers "${T}"/environment
Zac Medico
2007-12-03
1
-4
/
+3
*
Fix typo in config.load_infodir() return value logic.
Zac Medico
2007-12-03
1
-1
/
+1
*
* Don't load the CATEGORY in config.load_infodir() since this value is
Zac Medico
2007-12-03
2
-23
/
+23
*
Bug #201090 - When portage creates a temp PORTAGE_BIN_PATH, put it
Zac Medico
2007-12-03
1
-1
/
+4
*
Make config.load_infodir() more fault tolerant for cases like bug
Zac Medico
2007-12-03
1
-5
/
+16
*
update TODO list
Marius Mauch
2007-12-03
1
-2
/
+3
*
revert accidential commit
Marius Mauch
2007-12-03
1
-1
/
+0
*
Bug #201082 - Don't call config.load_infodir() prior to pkg_postinst()
Zac Medico
2007-12-03
1
-1
/
+0
*
implement the final part of FEATURES=preserved-libs and remove previously pre...
Marius Mauch
2007-12-03
5
-4
/
+46
*
* whitelist CCACHE_* and DISTCC_* variables in config.environ()
Zac Medico
2007-12-03
2
-1
/
+7
*
For compatibility with cvs.eclass, do not unset CVS_RSH in
Zac Medico
2007-12-02
1
-1
/
+1
*
Convert caterror() to call warn() instead of err() since
Zac Medico
2007-12-02
1
-1
/
+4
*
Add back missing err() function.
Zac Medico
2007-12-02
1
-0
/
+7
*
Fix useq() so that it won't generate a bogus IUSE QA Notice
Zac Medico
2007-12-02
1
-0
/
+2
*
Synchronize self-reinstallation logic so that emerge will always
Zac Medico
2007-12-02
2
-6
/
+3
*
In dblink.treewalk(), tweak the "Safely unmerging
Zac Medico
2007-12-02
1
-9
/
+13
*
For portage.spawn() calls, use a _shell_quote() function to quote
Zac Medico
2007-12-02
1
-15
/
+35
*
* whitelist some misc variables from the calling environment
Zac Medico
2007-12-01
2
-4
/
+13
*
Show the pid in the "starting parallel fetching" message.
Zac Medico
2007-12-01
1
-1
/
+2
*
When os.waitid() raises OSError, discard the pid since there's
Zac Medico
2007-12-01
1
-2
/
+3
*
After each merge, collect status from child processes
Zac Medico
2007-12-01
1
-2
/
+33
*
Move duplicate module loading code into a function.
Zac Medico
2007-12-01
1
-17
/
+13
*
Add missing newline after message.
Zac Medico
2007-12-01
1
-1
/
+2
*
In create_trees(), when isolating the environment of the ROOT=/ config,
Zac Medico
2007-12-01
1
-2
/
+4
[next]