Fix RepoConfig.update() for missing_repo_name.
[portage.git] / bin /
2010-10-14 Ulrich MuellerDon't compress empty files, bug 340935.
2010-10-12 Zac MedicoFix indention error in repoman headerstring code. v2.2_rc94
2010-10-12 Zac MedicoFix portageq to handle NOCOLOR.
2010-10-12 Zac MedicoInvert repoman cvs logic for headerstring.
2010-10-11 Zac Medicohas/best_version: eqawarn if EAPI wrong for atom
2010-10-11 Michał GórnyDon't look for $Header$ when using svn.
2010-10-09 Zac MedicoUse EAPI to validate best/has_version atoms.
2010-10-07 Zac MedicoRevert fix for bug #339939, pending discussion.
2010-10-07 Zac Medicorepoman: Don't count git snapshots as live.
2010-10-06 Zac MedicoInclude gpg key in repoman commit message.
2010-10-06 Zac MedicoFix ebuild(1) to handle layout.conf masters.
2010-10-04 Zac MedicoFix undefined name 'output_mode'.
2010-10-04 Sebastian Lutheregencache: Sort file names for ChangeLog
2010-10-03 Michał Górnyegencache --update-changelogs: write if needed
2010-10-03 Michał Górnyegencache --update-changelogs: Filter messages
2010-10-03 Michał Górnyegencache --update-changelogs: escape CP regexp
2010-10-03 Michał Górnyegencache --update-changelogs: don't break change list...
2010-10-03 Michał Górnyegencache --update-changelogs: strip leading CP from...
2010-10-02 Michał GórnyAdd support for 'egencache --update-changelogs'.
2010-09-30 Zac MedicoFix readonly variable assignment for PORTAGE_BINPKG_TMP...
2010-09-29 Zac MedicoInvert portageq list_preserved_libs returncode meaning.
2010-09-28 Zac MedicoFix a typo in a comment.
2010-09-28 Zac MedicoFix breakage (from reposyntax branch) in repoman's...
2010-09-27 Michał Górnydoman: ${mandir} can't contain complete suffix so don...
2010-09-25 Zac MedicoBug #338588 - Allow quickpkg to create packages even...
2010-09-22 Zac MedicoIn EbuildIpc._receive_reply(), close the input_file... v2.2_rc86
2010-09-22 Zac MedicoIn EbuildIpc._wait(), use waitpid() instead of wait...
2010-09-22 Zac MedicoBug #337465 - Make ebuild-ipc use an array in order...
2010-09-21 Zac MedicoMake ebuild-ipc use select() for timeouts, instead...
2010-09-21 Zac MedicoFix default() and default_src_install() definitions...
2010-09-21 Zac MedicoMake ebuild-ipc use a normal read() call instead of...
2010-09-21 Zac MedicoMake ebuild-ipc kill the child IO process before it...
2010-09-21 Zac MedicoFix ebuild-ipc to correctly handle non-zero return...
2010-09-21 Zac MedicoRewrite ebuild-ipc timeout handling to use forks.
2010-09-20 Zac MedicoMake ebuild-ipc show an additional 'read failed' messag...
2010-09-20 Zac MedicoIf ebuild-ipc times out during read, check if the read...
2010-09-20 Ulrich MuellerRevert "Add option -s to docompress command."
2010-09-19 Zac MedicoMake repoman tolerate errors from utime() when fetching...
2010-09-18 Zac MedicoFix ebuild-ipc.py to timeout if necessary when opening...
2010-09-18 Zac MedicoUse blocking IO in ebuild-ipc.py and EbuildIpcDaemon...
2010-09-18 Zac MedicoPut more variables in PORTAGE_READONLY_VARS instead...
2010-09-18 Zac MedicoRename READONLY_EBUILD_METADATA and READONLY_PORTAGE_VA...
2010-09-18 Zac MedicoRemove unused PORTAGE_MASTER_PID variable.
2010-09-18 Zac MedicoAdd virtual/linux-sources to repoman's RDEPEND.suspect...
2010-09-18 Zac MedicoDon't unset PORTAGE_BUILDDIR in save_ebuild_env() since...
2010-09-18 Zac MedicoAdd PORTAGE_BUILDDIR to READONLY_PORTAGE_VARS since...
2010-09-15 Zac MedicoBug #337180 - Add a --unmatched-removal option for...
2010-09-14 Zac MedicoMake ebuild-ipc.py close the output_file before trying...
2010-09-14 Zac MedicoBug #336433 - Don't filter the DCCC_PATH variable from...
2010-09-14 Ulrich MuellerAdd option -s to docompress command.
2010-09-14 Zac MedicoRevert "Remove ebuild-helpers/preplib (bug 102297)"
2010-09-14 Zac MedicoMake ebuild-ipc timeout messages show which operation...
2010-09-14 Zac MedicoBug #336142 - Make ebuild-ipc.py keep trying to communi...
2010-09-13 Sebastian LutherRemove ebuild-helpers/preplib (bug 102297)
2010-09-13 Sebastian LutherMake sure atoms in profiles follow the profiles EAPI
2010-09-13 Zac MedicoBug #336873 - Add a leading comma when matching --hash...
2010-09-13 Zac MedicoBug #337031 - Don't make "always overflow destination... v2.2_rc81
2010-09-13 Zac MedicoBug #336142 - Use a longer timeout for ebuild-ipc,...
2010-09-10 Zac MedicoBug #273282 - Make install_qa_check() eqawarn about... v2.2_rc79
2010-09-10 Zac MedicoFix the "alway overflow" eerror message to not use...
2010-09-10 Zac MedicoMake the "always overflow" gcc warning code use a separ...
2010-09-10 Zac MedicoRemove redundant local retval declaration in has_version().
2010-09-10 Zac MedicoMake ebuild-ipc.py suppress IOError just like it does...
2010-09-10 Zac MedicoMake ebuild-ipc.py handle exceptions from pickle.loads().
2010-09-10 Zac MedicoMake ebuild-ipc.py display EOFError if no data is read...
2010-09-10 Zac MedicoAdd missing comma in tuple.
2010-09-10 Zac MedicoMake the "warning: call to .* will always overflow...
2010-09-10 Zac MedicoBug #336644 - Make ebuild-ipc.py use array.fromfile...
2010-09-08 Zac MedicoFilter the FEATURES variable out of the environment...
2010-09-07 Zac MedicoFix dyn_setup 'already setup' message to refer to setup...
2010-09-07 Zac MedicoMove stale elog cleanup code from ebuild.sh to _doebuil...
2010-09-06 Zac MedicoDefine EBUILD_MASTER_PID earlier in ebuild.sh, before... v2.2_rc76
2010-09-06 Zac MedicoBug #336285 - Add workaround to unpack() in order to...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-05 Fabian Groffenprint up-to-date copyright years
2010-09-05 Ulrich MuellerUpdate copyright header.
2010-09-05 Ulrich Muellerdodoc, prepalldocs: Don't test for EAPI; use helpers...
2010-09-05 Ulrich MuellerDon't regenerate GNU Info if the dir contains a .keepin...
2010-09-05 Zac MedicoTake the code which displays ebuild information before...
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian Groffenuse EROOT with WORLD_FILE
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-04 Zac MedicoMake ebuild-ipc.py call portage._disable_legacy_globals...
2010-09-04 Zac MedicoAdjust AlarmSignal.unregister() call in ebuild-ipc.
2010-09-04 Zac MedicoMake AlarmSignal.register() require a time parameter...
2010-09-04 Zac MedicoAdd AlarmSignal.register() and unregister() classmethod...
2010-09-03 Zac MedicoBug #335777 - Add a 40 second timeout in ebuild-ipc...
2010-09-03 Zac MedicoFix VDB_PATH handling in ebuild(1) to join with EROOT.
2010-09-03 Zac MedicoUnify to different pieces of code that handle sandbox...
2010-09-02 Zac MedicoPrevent local x variable in ebuild_main() from showing...
2010-09-02 Zac MedicoPrevent the local filter_opts variable in filter_readon...
2010-09-02 Zac MedicoFilter more variables that don't need to end up in...
2010-09-02 Zac MedicoAdd a _SANDBOX_COMPAT_LEVEL constant which will be...
2010-09-02 Zac MedicoWhen signaling successful exit from an ebuild phase...
2010-09-02 Zac MedicoHide the portageq list_preserved_libs command when...
2010-09-02 Zac MedicoMake repoman disable FEATURES=unknown-features-warn...
2010-09-02 Zac MedicoAdjust EbuildIpcDaemon pickle read and write code in...
2010-09-01 Zac MedicoAdd support to config.setcpv() for caching USE settings...
next