FS#57384 - {svn2git} [python-tinycss] source missing from svn2git

Attached to Project: Community Packages
Opened by Erich Eckner (deepthought) - Monday, 05 February 2018, 15:46 GMT
Last edited by Felix Yan (felixonmars) - Friday, 09 February 2018, 19:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

There is no source of python-tinycss (and thus python2-tinycss) in the master branch of community's svn2git.
However, there is one in its remotes/origin/packages/python-tinycss branch:

> git archive remotes/origin/master -- | tar -t | grep python2-tinycss
%nothing%
> git archive remotes/origin/packages/python-tinycss -- | tar -t
repos/
repos/community-i686/
repos/community-i686/PKGBUILD
repos/community-x86_64/
repos/community-x86_64/PKGBUILD
trunk/
trunk/PKGBUILD

for the record: current master is 146fc6732071584cfc8e3003080e9e37bb2935ef
This task depends upon

Closed by  Felix Yan (felixonmars)
Friday, 09 February 2018, 19:12 GMT
Reason for closing:  Fixed
Comment by Erich Eckner (deepthought) - Monday, 05 February 2018, 15:48 GMT
um, the right grep is of course:

> git archive remotes/origin/master -- | tar -t | grep python-tinycss
python-tinycss2/
python-tinycss2/repos/
python-tinycss2/repos/community-any/
python-tinycss2/repos/community-any/PKGBUILD
python-tinycss2/trunk/
python-tinycss2/trunk/PKGBUILD

... which is still not what we expected.
Comment by Eli Schwartz (eschwartz) - Monday, 05 February 2018, 16:11 GMT
The original python-tinycss was somehow deleted from svn when python-tinycss2 was added, but I'm not sure whether the intention was to keep the old one around, or get rid of it entirely...

Nothing depends on it anymore, though.
Comment by Felix Yan (felixonmars) - Monday, 05 February 2018, 18:39 GMT
I believe I meant to replace it with tinycss2, the commit message was "update to a new implementation". I have run db-remove on the old names, should be consistent now.

Loading...