summaryrefslogtreecommitdiffstats
path: root/pym/repoman/utilities.py
Commit message (Collapse)AuthorAgeFilesLines
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-2/+4
| | | | svn path=/main/trunk/; revision=9377
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
| | | | | | | | | | paths that are consistent wrt eachother regardless of any path irregularities that can be induced by symlinks. Consistency is achieved by regenerating one of the paths to ensure that both paths have the exact same mapping between inodes and paths. This consistency ensures that the path manipulations used to calculate "repolevel" will work as intended. svn path=/main/trunk/; revision=9365
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
| | | | svn path=/main/trunk/; revision=9328
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
| | | | svn path=/main/trunk/; revision=9226
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-0/+188
svn path=/main/trunk/; revision=9221