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.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
_emerge
/
actions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
binrepos.conf: Support custom download location
Zac Medico
2024-07-16
1
-1
/
+1
*
Add binpkgs info to mtimedb resume data
Zac Medico
2024-06-02
1
-0
/
+7
*
Drop portage.util.shlex_split
Mike Gilbert
2024-05-21
1
-1
/
+2
*
actions: handle pkgmoves for autoconf, automake, libtool
Sam James
2024-05-04
1
-3
/
+3
*
GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobs
Zac Medico
2024-02-09
1
-3
/
+7
*
_calc_depclean: add dep_check action
Zac Medico
2024-01-08
1
-3
/
+18
*
depclean: Strengthen IDEPEND in unmerge order
Zac Medico
2023-12-26
1
-1
/
+4
*
depclean: drop direct circular deps in merge order calculation
Zac Medico
2023-12-24
1
-2
/
+6
*
depclean: return failure when no packages are selected for depclean
John Helmert III
2023-12-15
1
-1
/
+1
*
ebuild: inject implicit libc RDEPEND
Sam James
2023-12-10
1
-4
/
+3
*
Stop implicitly manipulating `NO_COLOR`/`NOCOLOR`
Michał Górny
2023-11-30
1
-5
/
+0
*
emerge: Use finally instead of atexit for xtermTitleReset
Zac Medico
2023-11-09
1
-10
/
+0
*
bintree: don't call trust helper with --pretend
Sam James
2023-11-06
1
-0
/
+3
*
Run `pyupgrade --py39-plus`
Sam James
2023-07-26
1
-4
/
+1
*
actions.py: Remove unused variable
Berin Aniesh
2023-06-29
1
-3
/
+0
*
actions.py: More type annotations
Berin Aniesh
2023-06-29
1
-3
/
+14
*
actions.py: getportageversion() change .format to f string
Berin Aniesh
2023-06-29
1
-9
/
+5
*
actions.py: refactor getportageversion() into smaller functions
Berin Aniesh
2023-06-29
1
-22
/
+29
*
actions: drop duplication of --help logic
Berin Aniesh
2023-05-23
1
-3
/
+0
*
Convert %-formats to fstrings
Oskari Pirhonen
2023-05-01
1
-75
/
+53
*
emerge: respect NO_COLOR
Siddhanth Rathod
2023-03-21
1
-6
/
+6
*
*/*: rerun black w/ 23.1.0
Sam James
2023-02-03
1
-28
/
+0
*
SCHEDULING_POLICY: switch to scheduler policy IDs rather than aliases.
KARBOWSKI Piotr
2023-01-14
1
-5
/
+7
*
*/*: run Black again (post-pyupgrade)
Sam James
2023-01-10
1
-3
/
+1
*
*/*: run pyupgrade --py37-plus again
Sam James
2023-01-10
1
-1
/
+1
*
*/*: run Black post-flynt
Sam James
2023-01-10
1
-22
/
+8
*
*/*: convert to f-strings (run flynt)
Sam James
2023-01-10
1
-111
/
+106
*
logging: Write logs under BROOT, not EPREFIX
James Le Cuirot
2022-12-15
1
-1
/
+4
*
Manual string formatting updates
John Helmert III
2022-12-03
1
-2
/
+3
*
pyupgrade everything
John Helmert III
2022-12-03
1
-52
/
+58
*
Use binpkg extensions and header to get format
Sheng Yu
2022-11-02
1
-3
/
+12
*
improvement(style): black issue fixed
David Palao
2022-09-25
1
-1
/
+1
*
test(actions): requiring that run_action calls binarytree.populate correctly
David Palao
2022-09-25
1
-1
/
+3
*
gpkg-sign: add gpg configuration check
Sheng Yu
2022-09-20
1
-0
/
+16
*
Scheduling policy switching
KARBOWSKI Piotr
2022-08-03
1
-0
/
+45
*
depclean: return failure when requested packages aren't depcleaned
John Helmert III
2022-06-17
1
-0
/
+5
*
improvement(actions): using new MtimeDB's API to make it read only
David Palao
2022-06-07
1
-2
/
+1
*
autoclean: only enable for global updates and depcleans
Sam James
2022-04-13
1
-6
/
+16
*
Revert "lib/_emerge/actions.py: warn on missing /run"
Mike Gilbert
2022-02-14
1
-21
/
+12
*
*/*: GPKG (new binpkg format) Support (GLEP 78, provisionally)
Rin Cat (鈴猫)
2022-01-24
1
-5
/
+39
*
lib/_emerge/actions.py: warn on missing /run
Sam James
2021-10-28
1
-12
/
+21
*
Reformat to use spaces instead of tabs. Also, use black
Wolfgang E. Sanyer
2021-09-19
1
-3248
/
+3816
*
Revert "PORTAGE_NICENESS: Consider autogroup scheduling"
Zac Medico
2021-06-17
1
-45
/
+3
*
PORTAGE_NICENESS: Consider autogroup scheduling
Florian Schmaus
2021-06-14
1
-3
/
+45
*
Revert "PORTAGE_NICENESS: Consider autogroup scheduling"
Zac Medico
2021-06-13
1
-33
/
+3
*
PORTAGE_NICENESS: fix atexit ResourceWarning: unclosed file
Zac Medico
2021-06-13
1
-1
/
+1
*
PORTAGE_NICENESS: Consider autogroup scheduling
Florian Schmaus
2021-06-13
1
-3
/
+33
*
Initial IDEPEND support (for EAPI 8)
Michał Górny
2021-05-23
1
-1
/
+2
*
emerge --fetch and regenworld: Respect EMERGE_LOG_DIR setting
James Stevenson
2021-05-23
1
-6
/
+21
*
emerge: add --quickpkg-direct-root option
Zac Medico
2020-11-01
1
-3
/
+16
[next]