Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18347 Details for
Bug 29644
--nobuildpkg option for emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the diff file
portage-nobuildpkg.diff (text/plain), 1.72 KB, created by
Jasmin Buchert
on 2003-09-26 00:02:22 UTC
(
hide
)
Description:
the diff file
Filename:
MIME Type:
Creator:
Jasmin Buchert
Created:
2003-09-26 00:02:22 UTC
Size:
1.72 KB
patch
obsolete
>--- emerge.orig 2003-09-26 08:44:10.000000000 +0200 >+++ emerge 2003-09-26 08:55:12.000000000 +0200 >@@ -47,6 +47,7 @@ > "--getbinpkg", "--getbinpkgonly", > "--help", "--noconfmem", > "--nodeps", "--noreplace", >+"--nobuildpkg", > "--nospinner", "--oneshot", > "--onlydeps", "--pretend", > "--quiet", "--resume", >@@ -69,6 +70,7 @@ > "k":"--usepkg", "K":"--usepkgonly", > "l":"--changelog", > "n":"--noreplace", >+"N":"--nobuildpkg", > "o":"--onlydeps", "O":"--nodeps", > "p":"--pretend", "P":"--prune", > "q":"--quiet", >@@ -152,9 +154,9 @@ > print "emerge: please specify a package class (\"world\" or \"system\") or individual packages, but not both." > sys.exit(1) > >-# Always create packages if FEATURES=buildpkg >+# Always create packages if FEATURES=buildpkg (But not with --nobuildpkg) > # Imply --buildpkg if --buildpkgonly >-if ("buildpkg" in portage.features) or ("--buildpkgonly" in myopts): >+if (not "--nobuildpkg" in myopts) and ("buildpkg" in portage.features) or ("--buildpkgonly" in myopts): > if "--buildpkg" not in myopts: > myopts.append("--buildpkg") > >--- emergehelp.py.orig 2003-09-26 08:49:32.000000000 +0200 >+++ emergehelp.py 2003-09-26 08:52:40.000000000 +0200 >@@ -180,6 +180,9 @@ > print " downloaded from the remote server without consulting packages" > print " existing in the packages directory." > print >+ print " "+green("--nobuildpkg")+" ("+green("-N")+" short option)" >+ print " Do not build packages. Useful when you have buildpkg in FEATURES." >+ print > print " "+green("--noconfmem") > print " Portage keeps track of files that have been placed into" > print " CONFIG_PROTECT directories, and normally it will not merge the"
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 29644
: 18347