aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-1822-1806/+0
| | | | Closes: https://github.com/gentoo/portage/pull/343
* Status.check: fix ResourceWarning subprocess "still running" (bug 608594)Zac Medico2017-02-081-8/+7
| | | | | | | | Use repoman_popen context manager, in order to fix Python 3.6 ResourceWarnings which report that the subprocess is still running. X-Gentoo-Bug: 608594 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=608594
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug ↵Arfrever Frehtes Taifersar Arahesis2017-01-313-5/+5
| | | | | | | 607418) X-Gentoo-Bug: 607418 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=607418
* repoman/.../git/status.py: Fix some missed copy/paste docstring editsBrian Dolbec2016-09-161-2/+2
|
* repoman: fix missing vcs_files_to_cps repodir argument (bug 585864)Zac Medico2016-06-131-0/+1
| | | | | | | | Update 2 remaining vcs_files_to_cps calls to supply the repodir argument. Fixes: d715028a6865 ("repoman: handle removed packages in vcs_files_to_cps (bug 546010)") X-Gentoo-Bug: 585864 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=585864
* repoman: Add support for .git as a file when --separate-git-dir is used bug ↵Brian Dolbec2016-06-011-5/+17
| | | | | | 584786 The original test checked gor .git as a directry only. This code also needs to be migrated to the vcs modules if possible.
* Bulk move of repoman to it's own namespace for better packagingBrian Dolbec2016-05-1422-0/+1794
Edit repoman calls from portage setup.py, MANIFEST.in. Copy setup.py to the new repoman pkg, begin edit for repoman. Copy TEST-NOTES to repoman