portage.git
15 years agoAdd some people to the AUTHORS section.
Zac Medico [Sat, 22 Nov 2008 09:18:33 +0000 (09:18 -0000)]
Add some people to the AUTHORS section.

svn path=/main/trunk/; revision=12033

15 years agoFix quoting on $CHANGELOG_REVISION. v2.2_rc15
Zac Medico [Sat, 22 Nov 2008 04:46:01 +0000 (04:46 -0000)]
Fix quoting on $CHANGELOG_REVISION.

svn path=/main/trunk/; revision=12030

15 years agoMake sure the dict returned from _parse_data() contains all of _known_keys.
Zac Medico [Sat, 22 Nov 2008 03:51:45 +0000 (03:51 -0000)]
Make sure the dict returned from _parse_data() contains all of _known_keys.

svn path=/main/trunk/; revision=12028

15 years agoAdd missing '%' symbol (for binary package moves) to the key that's displayed
Zac Medico [Sat, 22 Nov 2008 01:59:26 +0000 (01:59 -0000)]
Add missing '%' symbol (for binary package moves) to the key that's displayed
by _global_updates(). Thanks to Andrew Gaffney <agaffney@g.o> for reporting.

svn path=/main/trunk/; revision=12026

15 years agoFix some cases in dep_zapdeps() where blocker atoms are inappropriately tested
Zac Medico [Sat, 22 Nov 2008 01:33:24 +0000 (01:33 -0000)]
Fix some cases in dep_zapdeps() where blocker atoms are inappropriately tested
for availablity. Thanks to Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> for
reporting.

svn path=/main/trunk/; revision=12024

15 years agoBug #247776 - Show a warning message if CONFIG_PROTECT is empty.
Zac Medico [Fri, 21 Nov 2008 23:20:45 +0000 (23:20 -0000)]
Bug #247776 - Show a warning message if CONFIG_PROTECT is empty.

svn path=/main/trunk/; revision=12022

15 years agoBug #248059 - Make --depclean more tolerant of invalid atoms in dependencies
Zac Medico [Fri, 21 Nov 2008 22:31:08 +0000 (22:31 -0000)]
Bug #248059 - Make --depclean more tolerant of invalid atoms in dependencies
of packages that will be uninstalled anyway.

svn path=/main/trunk/; revision=12020

15 years agoBug #248059 - In action_depclean(), ignore invalid atoms in deps of packages
Zac Medico [Fri, 21 Nov 2008 21:55:43 +0000 (21:55 -0000)]
Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packages
to be uninstalled.

svn path=/main/trunk/; revision=12018

15 years agoIn EbuildProcess._start(), don't open the log file during the clean phase
Zac Medico [Fri, 21 Nov 2008 21:28:09 +0000 (21:28 -0000)]
In EbuildProcess._start(), don't open the log file during the clean phase
since the open file can result in an nfs lock on $T/build.log which prevents
the clean phase from removing $T. Thanks to Jeremy Olexa <darkside@g.o> for
reporting.

svn path=/main/trunk/; revision=12016

15 years agoIn JobStatusDisplay, always flush the output stream after writing to it.
Zac Medico [Fri, 21 Nov 2008 08:23:33 +0000 (08:23 -0000)]
In JobStatusDisplay, always flush the output stream after writing to it.

svn path=/main/trunk/; revision=12014

15 years agoWhen given an ambiguous ebuild name to install, format the list of choices
Zac Medico [Fri, 21 Nov 2008 02:46:56 +0000 (02:46 -0000)]
When given an ambiguous ebuild name to install, format the list of choices
in emerge --search format if --quiet mode is not enabled, otherwise just show
a brief list. Thanks to Markus Meier <maekke@g.o> for the suggestion.

svn path=/main/trunk/; revision=12012

15 years agoRemove inappropriate backslash escaping inside _db_escape_string().
Zac Medico [Thu, 20 Nov 2008 22:42:01 +0000 (22:42 -0000)]
Remove inappropriate backslash escaping inside _db_escape_string().

svn path=/main/trunk/; revision=12010

15 years agoInside _parse_data(), don't rely on the magic 22 line count for the flat_list
Zac Medico [Thu, 20 Nov 2008 21:02:40 +0000 (21:02 -0000)]
Inside  _parse_data(), don't rely on the magic 22 line count for the flat_list
format, since it doesn't make a significant performance difference and it
places an artificial limit on the number of keys that can be stored.

svn path=/main/trunk/; revision=12008

15 years agoBug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
Zac Medico [Thu, 20 Nov 2008 02:39:15 +0000 (02:39 -0000)]
Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
do avoid locking the normal build dir location (similar to bug #245231).
The EbuildFetchPretend class is renamed to EbuildFetchonly and it's used
for --fetchonly mode regardless of whether --pretend is enabled. Also,
fix stdout/stderr flushing in JobStatusDisplay.displayMessage() and
portage.spawn() to ensure output always occurs in the correct order when
displaying pkg_nofetch() output in --fetchonly mode.

svn path=/main/trunk/; revision=12006

16 years agoRemove PORTAGE_IONICE_COMMAND setting since it's commented out.
Zac Medico [Wed, 19 Nov 2008 22:51:08 +0000 (22:51 -0000)]
Remove PORTAGE_IONICE_COMMAND setting since it's commented out.

svn path=/main/trunk/; revision=12004

16 years agoBug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
Zac Medico [Wed, 19 Nov 2008 22:47:29 +0000 (22:47 -0000)]
Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
unset by default.

svn path=/main/trunk/; revision=12003

16 years agoRemove --fetchonly --resume time.sleep() call which is an artifact from the
Zac Medico [Wed, 19 Nov 2008 06:54:21 +0000 (06:54 -0000)]
Remove --fetchonly --resume time.sleep() call which is an artifact from the
previous parallel-fetch implementation.

svn path=/main/trunk/; revision=12001

16 years agoBug #245716 - When generating QA notices for 'command not found' messages in
Zac Medico [Wed, 19 Nov 2008 06:47:55 +0000 (06:47 -0000)]
Bug #245716 - When generating QA notices for 'command not found' messages in
the build log, exclude messages that are emitted from configure scripts since
those are normal in some cases.

svn path=/main/trunk/; revision=11999

16 years agoBug #245779 - Document the new category subdirectory behavior for PKGDIR.
Zac Medico [Wed, 19 Nov 2008 03:14:48 +0000 (03:14 -0000)]
Bug #245779 - Document the new category subdirectory behavior for PKGDIR.

svn path=/main/trunk/; revision=11997

16 years agoMove the repo_name check/warning into a function.
Zac Medico [Tue, 18 Nov 2008 21:22:48 +0000 (21:22 -0000)]
Move the repo_name check/warning into a function.

svn path=/main/trunk/; revision=11995

16 years agoWhen warning about 'missing repo_name', also give the exact path where the
Zac Medico [Tue, 18 Nov 2008 21:13:03 +0000 (21:13 -0000)]
When warning about 'missing repo_name', also give the exact path where the
entry should exist, and explain that it should be a plain text file containing
a unique name of the first line. This should give the users enough information
to correct the problem without needing to seek help.

svn path=/main/trunk/; revision=11994

16 years agoMake serialize_eclasses() sort eclass names.
Zac Medico [Tue, 18 Nov 2008 08:16:31 +0000 (08:16 -0000)]
Make serialize_eclasses() sort eclass names.

svn path=/main/trunk/; revision=11992

16 years agoFor emerge --metadata runs, update _eclasses_ metadata to insert local eclass
Zac Medico [Tue, 18 Nov 2008 07:05:12 +0000 (07:05 -0000)]
For emerge --metadata runs, update _eclasses_ metadata to insert local eclass
paths.

svn path=/main/trunk/; revision=11990

16 years agoinclude quotes when showing make output
Mike Frysinger [Tue, 18 Nov 2008 01:31:27 +0000 (01:31 -0000)]
include quotes when showing make output

svn path=/main/trunk/; revision=11988

16 years agoStore the _eclasses_ field instead of INHERITED.
Zac Medico [Mon, 17 Nov 2008 23:40:04 +0000 (23:40 -0000)]
Store the _eclasses_ field instead of INHERITED.

svn path=/main/trunk/; revision=11986

16 years agoBug #139134 - Make the flat_hash and metadata modules write the _mtime_
Zac Medico [Mon, 17 Nov 2008 23:09:24 +0000 (23:09 -0000)]
Bug #139134 - Make the flat_hash and metadata modules write the _mtime_
field inside the file instead of mangling the mtime of the cache entry
file. Also, fix FsBased._ensure_access() to properly skip the utime()
call when no mtime is passed in. Theses cache changes are compatible
with current stable portage (2.1.4.x), which uses the _mtime_ field
contained in the file when available.

svn path=/main/trunk/; revision=11984

16 years agoWhen parsing `git diff` output, filter paths that are not descended from the
Zac Medico [Mon, 17 Nov 2008 20:50:33 +0000 (20:50 -0000)]
When parsing `git diff` output, filter paths that are not descended from the
current directory.

svn path=/main/trunk/; revision=11982

16 years agoWhen committing manifests, specify the manifest paths instead of using git
Zac Medico [Mon, 17 Nov 2008 09:36:46 +0000 (09:36 -0000)]
When committing manifests, specify the manifest paths instead of using git
commit -a, since we may not want to commit all dirty files in the whole repo.
Thanks to Robin Johnson <robbat2@g.o> for reporting.

svn path=/main/trunk/; revision=11980

16 years agoBug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables
Zac Medico [Mon, 17 Nov 2008 09:26:09 +0000 (09:26 -0000)]
Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables
that allow vcs options to be passed in for commit commands.

svn path=/main/trunk/; revision=11978

16 years agoAdd missing -a option for git commits.
Zac Medico [Mon, 17 Nov 2008 08:58:16 +0000 (08:58 -0000)]
Add missing -a option for git commits.

svn path=/main/trunk/; revision=11976

16 years agoFix the 'jobserver unavailable' regex to match gmake.
Zac Medico [Mon, 17 Nov 2008 00:51:46 +0000 (00:51 -0000)]
Fix the 'jobserver unavailable' regex to match gmake.

svn path=/main/trunk/; revision=11974

16 years agoAdd a QA Notice for 'jobserver unavailable' from make in the build log. Thanks
Zac Medico [Sun, 16 Nov 2008 21:25:11 +0000 (21:25 -0000)]
Add a QA Notice for 'jobserver unavailable' from make in the build log. Thanks
to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for the suggestion.

svn path=/main/trunk/; revision=11972

16 years agoTrigger the --include-dev suggestion for any keywords from dev profiles, even
Zac Medico [Sun, 16 Nov 2008 20:44:27 +0000 (20:44 -0000)]
Trigger the --include-dev suggestion for any keywords from dev profiles, even
if those keywords also belong to stable profiles.

svn path=/main/trunk/; revision=11970

16 years agoSuggest to use the new --include-dev (-d) option in cases when some ebuilds
Zac Medico [Sun, 16 Nov 2008 20:38:24 +0000 (20:38 -0000)]
Suggest to use the new --include-dev (-d) option in cases when some ebuilds
have keywords from 'dev' profiles. This should help avoid confusion about
'dev' profiles no longer being checked by default.

svn path=/main/trunk/; revision=11968

16 years agoOnly show the "--without-mask" suggestion when packages are actually masked
Zac Medico [Sun, 16 Nov 2008 18:08:07 +0000 (18:08 -0000)]
Only show the "--without-mask" suggestion when packages are actually masked
by package.mask (rather than just keywords).

svn path=/main/trunk/; revision=11966

16 years agoAdd a short -d option for the new --include-dev option. Thanks to Joshua
Zac Medico [Sun, 16 Nov 2008 08:13:27 +0000 (08:13 -0000)]
Add a short -d option for the new --include-dev option. Thanks to Joshua
Kinard <kumba@g.o> for the suggestion.

svn path=/main/trunk/; revision=11964

16 years agoIn order to reduce time consumed for dependency checks, skip 'dev' profiles
Zac Medico [Sun, 16 Nov 2008 07:57:23 +0000 (07:57 -0000)]
In order to reduce time consumed for dependency checks, skip 'dev' profiles
by default and add an --include-dev option which causes them to be checked.
Given the current profiles.desc content, this approximately halves the number
of profiles checked by default and also halves the time consumed by repoman.
Thanks to Donnie Berkholz <dberkholz@g.o> for the suggestion.

svn path=/main/trunk/; revision=11962

16 years agoWhen a "slot conflict" occurs due to USE dependencies, display the usual
Zac Medico [Sun, 16 Nov 2008 07:26:12 +0000 (07:26 -0000)]
When a "slot conflict" occurs due to USE dependencies, display the usual
slot conflict output together with the unsatisfied USE dependency output,
since both might be useful.

svn path=/main/trunk/; revision=11960

16 years agoFix logic inside PollScheduler._can_add_job() so that load average is
Zac Medico [Sat, 15 Nov 2008 23:14:01 +0000 (23:14 -0000)]
Fix logic inside PollScheduler._can_add_job() so that load average is
properly considered when a single job is running.

svn path=/main/trunk/; revision=11958

16 years agoMake NewsManager.updateItems() and getUnreadItems() return early if
Zac Medico [Sat, 15 Nov 2008 22:16:27 +0000 (22:16 -0000)]
Make NewsManager.updateItems() and getUnreadItems() return early if
PermissionDenied errors are encountered when attempting to read the
skip or unread files.

svn path=/main/trunk/; revision=11956

16 years agoInside depgraph._add_pkg(), handle the case where multiple different
Zac Medico [Sat, 15 Nov 2008 21:14:02 +0000 (21:14 -0000)]
Inside depgraph._add_pkg(), handle the case where multiple different
instances of the same version (typically one installed and another not yet
installed) have been pulled into the graph due to a USE dependency. The "slot
collision" display is not helpful in a case like this, so display it as an
unsatisfied dependency. Thanks to Peter Volkov <pva@g.o> for reporting.

svn path=/main/trunk/; revision=11954

16 years agoCheck the return value from depgraph._add_pkg() when adding library consumers
Zac Medico [Sat, 15 Nov 2008 20:42:35 +0000 (20:42 -0000)]
Check the return value from depgraph._add_pkg() when adding library consumers
inside action_depclean().

svn path=/main/trunk/; revision=11953

16 years agoBug #246821 - Avoid TypeError from binarytree.isremote() by returning early
Zac Medico [Sat, 15 Nov 2008 18:51:59 +0000 (18:51 -0000)]
Bug #246821 - Avoid TypeError from binarytree.isremote() by returning early
if self._remotepkgs is None due to PORTAGE_BINHOST being unset.

svn path=/main/trunk/; revision=11951

16 years agoMake depgraph.display_problems() send unsatisfied dependency ouput to stdout,
Zac Medico [Sat, 15 Nov 2008 18:09:04 +0000 (18:09 -0000)]
Make depgraph.display_problems() send unsatisfied dependency ouput to stdout,
for parsing by programs such as autounmask.

svn path=/main/trunk/; revision=11949

16 years agoBug #246853 - Redirect all ouput from depgraph.display_problems() to stderr.
Zac Medico [Sat, 15 Nov 2008 17:57:04 +0000 (17:57 -0000)]
Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr.

svn path=/main/trunk/; revision=11948

16 years agoBug #236207 - Replace some hardcoded colors with color codes, and use
Zac Medico [Sat, 15 Nov 2008 06:50:51 +0000 (06:50 -0000)]
Bug #236207 - Replace some hardcoded colors with color codes, and use
portage.output.EOutput() where appropriate.

svn path=/main/trunk/; revision=11935

16 years agoBug #173284 - Update config update counting code in chk_updated_cfg_files()
Zac Medico [Sat, 15 Nov 2008 06:38:17 +0000 (06:38 -0000)]
Bug #173284 - Update config update counting code in chk_updated_cfg_files()
so hidden directories are ignored.

svn path=/main/trunk/; revision=11933

16 years agoRemove stray print statement from previous commit.
Zac Medico [Sat, 15 Nov 2008 06:09:35 +0000 (06:09 -0000)]
Remove stray print statement from previous commit.

svn path=/main/trunk/; revision=11931

16 years agoBug #173284 - Do not traverse hidden directories such as .svn or .git when
Zac Medico [Sat, 15 Nov 2008 06:00:28 +0000 (06:00 -0000)]
Bug #173284 - Do not traverse hidden directories such as .svn or .git when
search for protected files.

svn path=/main/trunk/; revision=11929

16 years agoBug #173284 - Do not traverse hidden directories such as .svn or .git when
Zac Medico [Sat, 15 Nov 2008 05:59:45 +0000 (05:59 -0000)]
Bug #173284 - Do not traverse hidden directories such as .svn or .git when
search for protected files.

svn path=/main/trunk/; revision=11928

16 years agoBug #236714 - Handle PortagePackageException raised from Manifest.create().
Zac Medico [Sat, 15 Nov 2008 05:09:07 +0000 (05:09 -0000)]
Bug #236714 - Handle PortagePackageException raised from Manifest.create().

svn path=/main/trunk/; revision=11926

16 years agoMake digestgen() handle PermissionDenied internally by returning failure, so
Zac Medico [Sat, 15 Nov 2008 04:59:42 +0000 (04:59 -0000)]
Make digestgen() handle PermissionDenied internally by returning failure, so
callers like repoman don't need exception handling.

svn path=/main/trunk/; revision=11924

16 years agoBug #236683 - Fix PermissionDenied handling to report the exception type.
Zac Medico [Sat, 15 Nov 2008 04:50:11 +0000 (04:50 -0000)]
Bug #236683 - Fix PermissionDenied handling to report the exception type.

svn path=/main/trunk/; revision=11922

16 years agoBug #243022 - Inside dblink.mergeme(), when merging a directory and a symlink
Zac Medico [Sat, 15 Nov 2008 04:27:57 +0000 (04:27 -0000)]
Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlink
is in the way, verify that if points to a directory before accepting it,
otherwise move it out of the way.

svn path=/main/trunk/; revision=11920

16 years agoBug #216190 - Make dblink.treewalk() bail out rather than install a package
Zac Medico [Sat, 15 Nov 2008 04:12:00 +0000 (04:12 -0000)]
Bug #216190 - Make dblink.treewalk() bail out rather than install a package
with file paths containing newlines.

svn path=/main/trunk/; revision=11918

16 years agoFix new* and do* ebuild helpers to generate consistent error messages for
Zac Medico [Sat, 15 Nov 2008 02:23:43 +0000 (02:23 -0000)]
Fix new* and do* ebuild helpers to generate consistent error messages for
missing files and generate an appropriate QA Notice when such an error is
detected in the build log. Thanks to Diego 'Flameeyes' Pettenò <flameeyes@g.o>
for the suggestion.

svn path=/main/trunk/; revision=11916

16 years agoMake the EbuildQuote check filter out matches that appear to be an argument
Zac Medico [Fri, 14 Nov 2008 21:57:14 +0000 (21:57 -0000)]
Make the EbuildQuote check filter out matches that appear to be an argument
to a message command. For example: false || ewarn "foo $WORKDIR/bar baz"
Thanks to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for reporting this
issue (currently triggered by ruby-prof-0.7.0.ebuild).

svn path=/main/trunk/; revision=11913

16 years agoExempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.
Zac Medico [Fri, 14 Nov 2008 20:50:30 +0000 (20:50 -0000)]
Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.
Thanks to Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> for the suggestion.

svn path=/main/trunk/; revision=11911

16 years agoIn dyn_package(), use the 'assert' macro (from isolated-functions.sh) die if
Zac Medico [Fri, 14 Nov 2008 18:39:55 +0000 (18:39 -0000)]
In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die if
PIPESTATUS array contains a non-zero exist status.

svn path=/main/trunk/; revision=11909

16 years agoAdd a --changelog-rev option that truncates the ChangeLog at a specific
Zac Medico [Fri, 14 Nov 2008 17:35:06 +0000 (17:35 -0000)]
Add a --changelog-rev option that truncates the ChangeLog at a specific
revision. Also, add -i to the svn2cl options so that the actual svn revision
numbers are included in the log. (trunk r11889)

Use svn2cl --reparagraph option for better ChangeLog formatting. (trunk r11906)

svn path=/main/trunk/; revision=11907

16 years ago* git support for repoman
Zac Medico [Fri, 14 Nov 2008 08:00:42 +0000 (08:00 -0000)]
* git support for repoman

svn path=/main/trunk/; revision=11904

16 years agoUse a table to condense the docs for the default_* phase functions.
Zac Medico [Fri, 14 Nov 2008 07:43:29 +0000 (07:43 -0000)]
Use a table to condense the docs for the default_* phase functions.

svn path=/main/trunk/; revision=11902

16 years agoBug #244485 - Document the !!atom blocker syntax.
Zac Medico [Fri, 14 Nov 2008 07:33:06 +0000 (07:33 -0000)]
Bug #244485 - Document the !!atom blocker syntax.

svn path=/main/trunk/; revision=11901

16 years agoAdd newlines so that first lines of tables display properly with man2html.
Zac Medico [Fri, 14 Nov 2008 07:17:59 +0000 (07:17 -0000)]
Add newlines so that first lines of tables display properly with man2html.

svn path=/main/trunk/; revision=11900

16 years agoNote that USE dependencies appear on the right hand side of SLOT dependencies.
Zac Medico [Fri, 14 Nov 2008 07:00:49 +0000 (07:00 -0000)]
Note that USE dependencies appear on the right hand side of SLOT dependencies.

svn path=/main/trunk/; revision=11899

16 years agoBug #244485 - Document USE dependencies.
Zac Medico [Fri, 14 Nov 2008 06:56:04 +0000 (06:56 -0000)]
Bug #244485 - Document USE dependencies.

svn path=/main/trunk/; revision=11898

16 years agoHaving a leading ./ prefix on file paths can trigger a bug in
Zac Medico [Fri, 14 Nov 2008 06:12:54 +0000 (06:12 -0000)]
Having a leading ./ prefix on file paths can trigger a bug in
the cvs server when committing files to multiple directories,
so strip the prefix. Thanks to Robin H. Johnson <robbat2@g.o>
for reporting.

svn path=/main/trunk/; revision=11896

16 years agoBug #244485 - Document SRC_URI arrows for output file customization.
Zac Medico [Thu, 13 Nov 2008 23:23:16 +0000 (23:23 -0000)]
Bug #244485 - Document SRC_URI arrows for output file customization.

svn path=/main/trunk/; revision=11894

16 years agoRename the "FUNCTIONS" section to "PHASE FUNCTIONS".
Zac Medico [Thu, 13 Nov 2008 22:22:29 +0000 (22:22 -0000)]
Rename the "FUNCTIONS" section to "PHASE FUNCTIONS".

svn path=/main/trunk/; revision=11893

16 years agoBug #244485 - Document the default phase function helpers.
Zac Medico [Thu, 13 Nov 2008 22:19:59 +0000 (22:19 -0000)]
Bug #244485 - Document the default phase function helpers.

svn path=/main/trunk/; revision=11892

16 years agoBug #244485 - Document src_prepare() and src_configure() phase functions.
Zac Medico [Thu, 13 Nov 2008 22:03:23 +0000 (22:03 -0000)]
Bug #244485 - Document src_prepare() and src_configure() phase functions.

svn path=/main/trunk/; revision=11891

16 years agoBug #244485 - Document the doman enhancement from bug #222439.
Zac Medico [Thu, 13 Nov 2008 21:33:48 +0000 (21:33 -0000)]
Bug #244485 - Document the doman enhancement from bug #222439.

svn path=/main/trunk/; revision=11890

16 years agoUse apply_secpass_permissions() to avoid OperationNotPermitted errors when
Zac Medico [Thu, 13 Nov 2008 03:40:48 +0000 (03:40 -0000)]
Use apply_secpass_permissions() to avoid OperationNotPermitted errors when
not allowed to chown files to root uid.

svn path=/main/trunk/; revision=11873

16 years agoUse grabfile() instead of grablines(), to ignore empty lines.
Zac Medico [Thu, 13 Nov 2008 03:32:16 +0000 (03:32 -0000)]
Use grabfile() instead of grablines(), to ignore empty lines.

svn path=/main/trunk/; revision=11872

16 years agoAdd quote from GLEP 42 about permission bits.
Zac Medico [Thu, 13 Nov 2008 03:11:09 +0000 (03:11 -0000)]
Add quote from GLEP 42 about permission bits.

svn path=/main/trunk/; revision=11871

16 years agoMisc fixes and cleanups in NewsManager.
Zac Medico [Thu, 13 Nov 2008 03:08:38 +0000 (03:08 -0000)]
Misc fixes and cleanups in NewsManager.

svn path=/main/trunk/; revision=11870

16 years agoReturn early from NewsManager.updateItems() if the news path listdir call
Zac Medico [Thu, 13 Nov 2008 02:00:38 +0000 (02:00 -0000)]
Return early from NewsManager.updateItems() if the news path listdir call
fails.

svn path=/main/trunk/; revision=11869

16 years agoAlways return early from NewsManager.updateItems() if self.unread_path can't
Zac Medico [Thu, 13 Nov 2008 01:50:06 +0000 (01:50 -0000)]
Always return early from NewsManager.updateItems() if self.unread_path can't
be created.

svn path=/main/trunk/; revision=11868

16 years agoUse a simpler approach instead of implementing NewsItem.__getattr__().
Zac Medico [Wed, 12 Nov 2008 21:58:44 +0000 (21:58 -0000)]
Use a simpler approach instead of implementing NewsItem.__getattr__().

svn path=/main/trunk/; revision=11867

16 years ago* Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use
Zac Medico [Wed, 12 Nov 2008 21:47:24 +0000 (21:47 -0000)]
* Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use
  use them to check validity inside NewsManager.updateItems().
* Make DisplayInstalledRestriction.isValid() check validity of the atom.

svn path=/main/trunk/; revision=11866

16 years agoSort the return value from cpv_all() inside vardbapi._counter_hash() instead
Zac Medico [Wed, 12 Nov 2008 19:22:24 +0000 (19:22 -0000)]
Sort the return value from cpv_all() inside vardbapi._counter_hash() instead
of sorting them in side cpv_all(). Thanks to Brian Harring for the suggestion.

svn path=/main/trunk/; revision=11865

16 years agoInside NewsManager.updateItems(), use a mutable set for skiplist and sort the
Zac Medico [Wed, 12 Nov 2008 18:57:49 +0000 (18:57 -0000)]
Inside NewsManager.updateItems(), use a mutable set for skiplist and sort the
contents when writing the file.

svn path=/main/trunk/; revision=11864

16 years agoInstead of raising a TypeError from the NewsItem constructor, check the path
Zac Medico [Wed, 12 Nov 2008 18:43:19 +0000 (18:43 -0000)]
Instead of raising a TypeError from the NewsItem constructor, check the path
inside NewsManager.updateItems() before the NewsItem constructor is called.

svn path=/main/trunk/; revision=11863

16 years agoUse a frozenset to optimize skiplist containment checks inside
Zac Medico [Wed, 12 Nov 2008 18:32:38 +0000 (18:32 -0000)]
Use a frozenset to optimize skiplist containment checks inside
NewsManager.updateItems().

svn path=/main/trunk/; revision=11862

16 years agoBug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")
Zac Medico [Wed, 12 Nov 2008 02:24:42 +0000 (02:24 -0000)]
Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")
in order do be consistent with portage.glsa.getMinUpgrade() which also uses
match-all.

svn path=/main/trunk/; revision=11861

16 years agoMake post_emerge() exit early if it detects that the vdb state hasn't changed. v2.2_rc14
Zac Medico [Tue, 11 Nov 2008 19:59:49 +0000 (19:59 -0000)]
Make post_emerge() exit early if it detects that the vdb state hasn't changed.
This works by comparing a hash of the COUNTER values for all packages in the
vdb.

svn path=/main/trunk/; revision=11859

16 years agoAllow --keep-going to continue in some cases when a runtime dependency has
Zac Medico [Tue, 11 Nov 2008 19:27:51 +0000 (19:27 -0000)]
Allow --keep-going to continue in some cases when a runtime dependency has
failed to build or install. This involves pruning off the parts of the graph
containing installed packages with unsatisfied dependencies.

svn path=/main/trunk/; revision=11858

16 years agoSimplify code for cloning config instances inside Scheduler.merge().
Zac Medico [Tue, 11 Nov 2008 18:37:37 +0000 (18:37 -0000)]
Simplify code for cloning config instances inside Scheduler.merge().

svn path=/main/trunk/; revision=11856

16 years agoMake FindPortdir() fall back to have_profile_dir() checks if it can't match
Zac Medico [Tue, 11 Nov 2008 18:20:10 +0000 (18:20 -0000)]
Make FindPortdir() fall back to have_profile_dir() checks if it can't match
the current location with anything from PORTDIR_OVERLAY. Assume that an
overlay will contain at least a "repo_name" file while a master repo (portdir)
will contain at least a "profiles.desc" file.

svn path=/main/trunk/; revision=11855

16 years agoDerive the changelog_path variable from the new checkdir_relative variable.
Zac Medico [Tue, 11 Nov 2008 17:53:43 +0000 (17:53 -0000)]
Derive the changelog_path variable from the new checkdir_relative variable.

svn path=/main/trunk/; revision=11854

16 years agoMake FindPortdir() return (None, None, None) on failure, instead of raising
Zac Medico [Tue, 11 Nov 2008 17:46:49 +0000 (17:46 -0000)]
Make FindPortdir() return (None, None, None) on failure, instead of raising
a potentially ambiguous ValueError.

svn path=/main/trunk/; revision=11853

16 years agoInside have_profile_dir(), check for existence of profiles.desc since that
Zac Medico [Tue, 11 Nov 2008 17:39:55 +0000 (17:39 -0000)]
Inside have_profile_dir(), check for existence of profiles.desc since that
makes a little more sense thatn checking for package.mask.

svn path=/main/trunk/; revision=11852

16 years agoUpdate hardcoded "cvs" error messages to show the correct vcs value.
Zac Medico [Tue, 11 Nov 2008 10:19:32 +0000 (10:19 -0000)]
Update hardcoded "cvs" error messages to show the correct vcs value.

svn path=/main/trunk/; revision=11851

16 years agoFix pretend output to show git -a option when committing signed manifest.
Zac Medico [Tue, 11 Nov 2008 10:06:30 +0000 (10:06 -0000)]
Fix pretend output to show git -a option when committing signed manifest.

svn path=/main/trunk/; revision=11850

16 years agoAdd git support. Thanks to Daniel Robbins for the initial patch.
Zac Medico [Tue, 11 Nov 2008 10:04:49 +0000 (10:04 -0000)]
Add git support. Thanks to Daniel Robbins for the initial patch.

svn path=/main/trunk/; revision=11849

16 years agoFix logic from previous commit in Scheduler._choose_pkg() to ensure that
Zac Medico [Tue, 11 Nov 2008 05:39:32 +0000 (05:39 -0000)]
Fix logic from previous commit in Scheduler._choose_pkg() to ensure that
the --nodeps code is only triggered when --jobs > 1.

svn path=/main/trunk/; revision=11848

16 years agoWhen in --nodeps mode, make Scheduler._set_digraph() discard the digraph and
Zac Medico [Tue, 11 Nov 2008 05:01:58 +0000 (05:01 -0000)]
When in --nodeps mode, make Scheduler._set_digraph() discard the digraph and
make Scheduler._choose_pkg() always return the task at the front of the queue.

svn path=/main/trunk/; revision=11847

16 years agoInside depgraph.loadResumeCommand(), initialize self._scheduler_graph when
Zac Medico [Tue, 11 Nov 2008 04:41:49 +0000 (04:41 -0000)]
Inside depgraph.loadResumeCommand(), initialize self._scheduler_graph when
in --nodeps mode in order to avoid an AttributeError later when
self.schedulerGraph() is called.

svn path=/main/trunk/; revision=11846

16 years agoFix --jobs parallel scheduling to ensure that temporary simultaneous
Zac Medico [Mon, 10 Nov 2008 22:30:35 +0000 (22:30 -0000)]
Fix --jobs parallel scheduling to ensure that temporary simultaneous
installation of conflicting packages is avoided when appropriate (especially
for !!atom blockers), but allowed in specific cases that require it. This
is accomplished by reversing specific uninstall edges in the digraph, while
possibly leaving some edges in there original state.

svn path=/main/trunk/; revision=11845

16 years agoRevert r11839 since it's not necessarily desired to invert all uninstall
Zac Medico [Mon, 10 Nov 2008 16:41:05 +0000 (16:41 -0000)]
Revert r11839 since it's not necessarily desired to invert all uninstall
edges. TODO: Invert only the specific edges that the depgraph has decided
are necessary and allowed to be inverted.

svn path=/main/trunk/; revision=11844