Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22619 Details for
Bug 36423
Added a wget parameter in emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
emerge.diff
emerge.diff (text/plain), 1.04 KB, created by
Emmanuel Vasilakis
on 2003-12-24 07:16:10 UTC
(
hide
)
Description:
emerge.diff
Filename:
MIME Type:
Creator:
Emmanuel Vasilakis
Created:
2003-12-24 07:16:10 UTC
Size:
1.04 KB
patch
obsolete
>58c58,59 >< "--verbose", "--version" >--- >> "--verbose", "--version", >> "--wget" >78c79,80 >< "v":"--verbose", "V":"--version" >--- >> "v":"--verbose", "V":"--version", >> "w":"--wget" >198d199 >< >1263c1264 >< if ("--fetchonly" not in myopts) and ("--buildpkgonly" not in myopts): >--- >> if ("--fetchonly" not in myopts) and ("--buildpkgonly" not in myopts) and ("--wget" not in myopts): >1323c1324,1332 >< if ("--fetchonly" in myopts) or (x[0]=="blocks"): >--- >> if ("--wget" in myopts) or (x[0]=="blocks"): >> retval=portage.doebuild(y,"wget",myroot,edebug,1,fetchonly=1) >> if retval: >> print >> print "!!! Wget for",y,"failed, continuing..." >> print >> returnme=1 >> continue >> elif ("--fetchonly" in myopts) or (x[0]=="blocks"): >1425d1433 >< >1437,1438c1445,1447 >< if (mergecount>0): >< portage.env_update() >--- >> if ("--wget" not in myopts): >> if (mergecount>0): >> portage.env_update() >1442c1451 >< if "--fetchonly" in myopts: >--- >> if "--fetchonly" in myopts or "--wget" in myopts:
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 36423
: 22619 |
22620