Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193762 Details for
Bug 272979
app-admin/python-updater should respect PACKAGE_MANAGER variable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
python-updater-pm.patch (text/plain), 615 bytes, created by
Ulrich Müller
on 2009-06-06 21:38:35 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2009-06-06 21:38:35 UTC
Size:
615 bytes
patch
obsolete
>--- python-updater~ 2009-06-06 23:03:01.000000000 +0200 >+++ python-updater 2009-06-06 23:14:48.000000000 +0200 >@@ -39,6 +39,7 @@ > SUPPORTED_PMS="portage pkgcore paludis" > PMS_COMMAND=( "emerge" "pmerge" "paludis" ) > PMS_OPTIONS=( "-vD1" "-Do" "-i1" ) >+PMS_INDEX=0 > CUSTOM_PMS_COMMAND="" > > # Checks >@@ -181,6 +182,16 @@ > set -- ${PYUPDATER_OPTIONS} $@ > fi > >+# Respect PACKAGE_MANAGER environment variable >+i=0 >+for pm in ${SUPPORTED_PMS}; do >+ if [[ ${pm} = ${PACKAGE_MANAGER} ]]; then >+ PMS_INDEX=${i} >+ break >+ fi >+ ((i++)) >+done >+ > # Command Line Parsing > while [[ -n "$1" ]]; do > case "$1" in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272979
: 193762