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
*
Remove QA warning when files are installed with portage uid/gid for bug #136313.
Zac Medico
2006-06-10
1
-2
/
+0
*
Fix LIVEVCS.stable for -* keywords
Alec Warner
2006-06-10
1
-1
/
+1
*
override sender on sendmail invocation
Marius Mauch
2006-06-10
1
-3
/
+3
*
add code to allow sendmail binaries to be used instead of a smtp connection f...
Marius Mauch
2006-06-10
2
-17
/
+27
*
refactor elog mail stuff so it's reusable by other tools (like glsa-check)
Marius Mauch
2006-06-10
2
-57
/
+97
*
make elog mail module always set the 'From' header for rfc2822 compliance
Marius Mauch
2006-06-10
109
-109
/
+110
*
Do not unmerge fifo files because, since their mtime is not stored in CONTENT...
Zac Medico
2006-06-10
1
-5
/
+1
*
- Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donn...
Ned Ludd
2006-06-10
1
-2
/
+2
*
I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] b...
v2.1_rc4
v2.1_rc3
v2.1
Zac Medico
2006-06-09
1
-1
/
+1
*
Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for...
Zac Medico
2006-06-08
1
-1
/
+1
*
Break out of the loop asap.
Zac Medico
2006-06-08
1
-0
/
+1
*
When an ebuild from overlay fails, display a message indicating which overlay...
Zac Medico
2006-06-08
1
-0
/
+13
*
Add some documentation for /etc/make.profile/profile.bashrc.
Zac Medico
2006-06-08
1
-0
/
+6
*
Delete incomplete resume data before exiting due to blockers. This prevents ...
Zac Medico
2006-06-08
1
-0
/
+4
*
Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__g...
Zac Medico
2006-06-08
2
-4
/
+1
*
Revert r3468 because this type of functionality belongs in profile.bashrc or ...
Zac Medico
2006-06-08
1
-17
/
+0
*
support for FEATURES=debug-build
Mike Frysinger
2006-06-07
1
-0
/
+17
*
Call the bogus lchown() once so that the warning is seen asap.
Zac Medico
2006-06-07
1
-0
/
+1
*
If lchown is unavailable for some unexpected reason, make all lchown calls pr...
Zac Medico
2006-06-07
1
-4
/
+7
*
Also bump the counter for the "merge" phase since it calls spawnebuild (bug #...
Zac Medico
2006-06-07
1
-2
/
+3
*
Make sure that each new build attempt gets it's own unique log file for bug #...
Zac Medico
2006-06-07
1
-0
/
+10
*
Fix getgccversion() logic so that it works properly with eselect compiler for...
Zac Medico
2006-06-06
1
-4
/
+6
*
Store the original suid bits when suidctl is enabled for bug #135639. Thanks...
Zac Medico
2006-06-05
1
-1
/
+1
*
Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...
Zac Medico
2006-06-05
1
-1
/
+2
*
Add python 2.3 compatibility code for the set builtin.
Zac Medico
2006-06-05
1
-0
/
+2
*
Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...
Zac Medico
2006-06-05
1
-45
/
+16
*
add LIVEVCS.stable to man repoman
Alec Warner
2006-06-04
1
-0
/
+3
*
Add live VCS check to repoman, fix misspelling
Alec Warner
2006-06-04
1
-2
/
+14
*
When generating digests, print a digest.assumed QA warning if necessary in or...
Zac Medico
2006-06-04
1
-1
/
+23
*
Raise a ParseError if the profile has a parent file containing a nonexistant ...
Zac Medico
2006-06-04
1
-0
/
+3
*
Raise a ParseError if the profile has a parent file containing anything other...
Zac Medico
2006-06-04
1
-1
/
+7
*
Revert lazy loading of autouse because it is both broken and useless.
Zac Medico
2006-06-04
1
-3
/
+2
*
Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for...
Zac Medico
2006-06-04
1
-1
/
+1
*
Restore the old behavior of performing global updates when portage is reloade...
Zac Medico
2006-06-04
1
-0
/
+2
*
Fix emerge's overlay display so that it works properly with overlay paths tha...
Zac Medico
2006-06-03
1
-3
/
+6
*
In portageq, catch a KeyError and print a message to stderr. If the KeyError...
Zac Medico
2006-06-02
1
-0
/
+3
*
Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.
Zac Medico
2006-06-02
1
-4
/
+5
*
Fix unpack so that it works with 7z archives for bug #135134. Thanks to Paul...
Zac Medico
2006-06-01
1
-0
/
+8
*
Wrap at 80 columns for bug #135132.
Zac Medico
2006-06-01
1
-5
/
+6
*
Fix --buildpkgonly so that the "clean" phase is run afterwards. In other cas...
Zac Medico
2006-06-01
1
-0
/
+3
*
Document RESTRICT="confcache" and add a reference econf in the FEATURES="conf...
Zac Medico
2006-06-01
2
-1
/
+4
*
Fix quoting for bug 109739
Alec Warner
2006-06-01
1
-2
/
+2
*
Use python to lookup the user and group corresponding to PORTAGE_INST_UID and...
Zac Medico
2006-05-30
1
-1
/
+4
*
Add some helpful troubleshooting tips to the depclean warning message.
Zac Medico
2006-05-30
1
-0
/
+6
*
Fix prepstrip so that it properly distiguishes between stripped and unstrippe...
Zac Medico
2006-05-30
1
-1
/
+12
*
everybody hates repoman failing on modular X, so make it a warning
Simon Stelling
2006-05-29
1
-1
/
+2
*
Use the well know selinux_aux functions for bug #134743.
Zac Medico
2006-05-29
1
-10
/
+1
*
Revert patch for r3426 for bug 134466 and add warnings to docs.
Zac Medico
2006-05-28
3
-3
/
+13
*
Update the default USE_ORDER setting in the man page. Thanks to jakub for re...
Zac Medico
2006-05-28
1
-1
/
+1
*
Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 fo...
Zac Medico
2006-05-28
2
-3
/
+15
[next]