summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
Commit message (Collapse)AuthorAgeFilesLines
* import dispatch_conf from the new namespaceZac Medico2007-05-131-1/+1
| | | | svn path=/main/trunk/; revision=6528
* tabs -> spacesZac Medico2007-05-131-3/+3
| | | | svn path=/main/trunk/; revision=6527
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5945
* Fix automatic sys.path insertions so that they're relative instead of ↵Zac Medico2007-02-101-1/+2
| | | | | | absolute hard coded. svn path=/main/trunk/; revision=5942
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-071-1/+1
| | | | | | '.*.bak'. svn path=/main/trunk/; revision=5914
* Namespace sanitizing, step 4Marius Mauch2007-01-251-6/+6
| | | | svn path=/main/trunk/; revision=5784
* Fix a typo.Zac Medico2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5605
* fix "" " " bugAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5601
* More String deprecationAlec Warner2007-01-121-2/+2
| | | | svn path=/main/trunk/; revision=5597
* For bug #8423, make dispatch-conf preserve timestamps when possible.Zac Medico2006-11-261-2/+1
| | | | svn path=/main/trunk/; revision=5136
* For bug #129670, skip the replace-cvs and replace-wscomments tests if the ↵Zac Medico2006-11-011-3/+12
| | | | | | diff exit code indicates two two binary files that differ. svn path=/main/trunk/; revision=4901
* Add support for frozen config files for which updates are automatically ↵Zac Medico2006-10-311-0/+26
| | | | | | zapped. Thanks to Bo Ørsted Andresen for the initial patch from bug #151685. svn path=/main/trunk/; revision=4887
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-2/+6
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* Just use stat instead of lstat for config protect, so that broken symlinks ↵Zac Medico2006-10-301-1/+1
| | | | | | are just ignored. svn path=/main/trunk/; revision=4881
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-1/+1
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* For bug #14321, make dispatch-conf scan for individual files listed in ↵Zac Medico2006-09-161-4/+12
| | | | | | CONFIG_PROTECT. svn path=/main/trunk/; revision=4461
* Use portage_exec.find_binary since "which" always returns 0 status on ↵Zac Medico2006-06-221-6/+8
| | | | | | darwin. Thanks to exg for reporting. svn path=/main/trunk/; revision=3610
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-111-9/+1
| | | | svn path=/main/trunk/; revision=3132
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to ↵Zac Medico2006-04-111-1/+9
| | | | | | Patrick McLean for the initial patch. svn path=/main/trunk/; revision=3129
* fix traceback when EDITOR is not set in the env #118976 by Paul VarnerMike Frysinger2006-01-151-0/+2
| | | | svn path=/main/trunk/; revision=2564
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
| | | | svn path=/main/branches/2.0/; revision=2099
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2053
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-1/+4
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+311
svn path=/main/branches/2.0/; revision=1941