summaryrefslogtreecommitdiffstats
path: root/pym/portage_news.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-268/+1
| | | | svn path=/main/trunk/; revision=5778
* Fix syntax.Zac Medico2007-01-191-1/+1
| | | | svn path=/main/trunk/; revision=5722
* Unified try-except-finally only works with python-2.5Marius Mauch2007-01-181-11/+12
| | | | svn path=/main/trunk/; revision=5711
* don't force a comparisonAlec Warner2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5710
* more trivial fixesMarius Mauch2007-01-181-4/+6
| | | | svn path=/main/trunk/; revision=5706
* but news lib path is global, not an attrAlec Warner2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5705
* I really meant NEWS_LIB_PATH (/var/lib/gentoo) but decent idea to have a ↵Alec Warner2007-01-181-4/+5
| | | | | | timestamp per repo ;) svn path=/main/trunk/; revision=5704
* Attribute errorMarius Mauch2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5703
* locking, try 100Alec Warner2007-01-181-16/+16
| | | | svn path=/main/trunk/; revision=5701
* lock file around chown/chmodAlec Warner2007-01-181-2/+5
| | | | svn path=/main/trunk/; revision=5700
* fix apply_permissions import and use keyworded args in the call, as well as ↵Alec Warner2007-01-181-3/+5
| | | | | | PORTAGE_INST_UID instead of root, also fix some spacies in emerge, thanks for Zac for reporting svn path=/main/trunk/; revision=5699
* add try finally blocks around locking for newsAlec Warner2007-01-181-29/+50
| | | | svn path=/main/trunk/; revision=5697
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-161-2/+2
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-161-15/+8
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5660
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
svn path=/main/trunk/; revision=5659