Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38299 Details for
Bug 36509
Automatic "watcher" script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the script to work with portage 2.0.51
gentoo-watch-portage-2.0.51.patch (text/plain), 726 bytes, created by
Michael Kohl (RETIRED)
on 2004-08-27 05:43:51 UTC
(
hide
)
Description:
Fixes the script to work with portage 2.0.51
Filename:
MIME Type:
Creator:
Michael Kohl (RETIRED)
Created:
2004-08-27 05:43:51 UTC
Size:
726 bytes
patch
obsolete
>--- gentoo-watch-old 2004-08-27 14:28:18.327166640 +0200 >+++ gentoo-watch 2004-08-27 14:38:40.146635712 +0200 >@@ -186,7 +186,7 @@ > > def main > >- config_file = File.join(ENV["HOME"], ".gentoo-watch.yaml") >+ config_file = "/etc/gentoo-watch.yaml" > format = "%-26s%12s%12s%8s\n" > only_new = false > threads = 4 >@@ -203,7 +203,7 @@ > printf(format, "name", "portage", "available", "state") > > # Determine the portage directory >- portdir = IO.popen("python -c 'import portage; print portage.portdb.root'").gets.chomp >+ portdir = IO.popen("python -c 'import portage; print portage.portdb.porttree_root'").gets.chomp > > config = YAML::Syck::Parser.new({}).load(File.open(config_file)).to_a > config_mutex = Mutex.new
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 36509
:
22667
|
22668
| 38299