summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/repoman
Commit message (Collapse)AuthorAgeFilesLines
* tests/repoman: add dev and exp profilesZac Medico2013-01-191-0/+15
|
* test_echangelog: sync year with UpdateChangeLogZac Medico2012-12-311-5/+1
| | | | | The code has to be in sync in order to prevent erroneous test failures triggered by new year's day timezone differences.
* repoman: validate use restrict atoms, bug #442786Zac Medico2012-11-131-1/+1
|
* Enable official EAPI 5 support.v2.2.0_alpha130Zac Medico2012-09-201-2/+2
| | | | | | The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11
* repoman: test package.use.stable.maskZac Medico2012-09-131-1/+34
|
* Fix test failure with Python 2.6.Arfrever Frehtes Taifersar Arahesis2012-06-131-1/+1
|
* repoman: handle trailing newlines betterMike Frysinger2012-06-121-0/+9
| | | | | | | | Automatically strip trailing newlines from the ChangeLog, and be better about not adding them in the first place (still not perfect, but getting there). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* repoman: update cat/pkg info in header all the timeMike Frysinger2012-06-121-0/+101
| | | | | | | | | | | There are edge cases where repoman's changelog code is not as good as the existing echangelog. Mostly related to out of date headers. Have the code check the header in more cases not just for missing lines, but also outdated values all the time. While we're at it, write some tests! Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Don't nest sandbox in emerge/repoman tests.Zac Medico2011-12-111-0/+4
|
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
|
* Rename override var to PORTAGE_OVERRIDE_EPREFIX.Zac Medico2011-12-091-1/+1
|
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-1/+1
|
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-1/+1
| | | | | | | | | | It makes more sense to use EROOT instead of ROOT for keys in mappings like portage.db, since it allows for multiple prefixes to exist simultaneously within the same map without having a key collision. This affects all portageq commands which take a <root> parameter, since that parameter now corresponds to EROOT instead of ROOT. None of this makes any difference for non-prefix users, since EROOT and ROOT are identical when EPREFIX is empty.
* UpdateChangeLog: split out/test copyright regexZac Medico2011-10-201-0/+23
| | | | | This also fixes a case where something like "Copyright 2011 " would be replaced with "Copyright 2011-2011 ".
* tests/repoman: add skel.ChangeLogZac Medico2011-10-201-0/+2
|
* tests/repoman: use layout.conf update-changelogZac Medico2011-10-201-4/+14
|
* tests/repoman: fix 'unknown revision' git msgsZac Medico2011-10-171-1/+1
|
* tests/repoman: fix manifests before adding to gitv2.2.0_alpha68Zac Medico2011-10-161-0/+1
|
* tests/repoman: test commit with gitZac Medico2011-10-161-11/+84
| | | | | These tests only run if the git binary is found. They include testing of new --echangelog=y option.
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-09-141-1/+1
|
* repoman: test symlinked repo pathv2.2.0_alpha57Zac Medico2011-09-141-1/+6
|
* tests/emerge: add minimal herds.xmlZac Medico2011-09-031-17/+2
| | | | This will allow src_test to trigger issues like bug #381657.
* Tweak failure msgs in emerge/repoman tests.Zac Medico2011-08-301-3/+4
|
* Tweak PYTHONPATH check in emerge/repoman tests.Zac Medico2011-08-301-1/+1
|
* Fix env interference in emerge/repoman tests.Zac Medico2011-08-291-9/+18
|
* Fix EPREFIX/EROOT typo in repoman test.Zac Medico2011-08-261-1/+1
|
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+3
|
* Add __test__ for repoman tests.Zac Medico2011-08-261-0/+0
|
* repoman: add a simple unit testZac Medico2011-08-252-0/+165