We decided to move rdflib/rdfextras to github - for increased
visibility, increased contributions, and simply increased geek-cred.
All infrastructure will be moved, i.e. wiki-pages, issues and source code.
Graham has kindly volunteered to do the nitty gritty details of moving
this weekend, so please stop making changes to the google code stuff
now! :)
A few details:
* I think we should leave the google code projects (i.e. do not delete
them), but just have a front-page that links to github
* We have a good history of leaving out-dated docs around, I propose
deleting all the google code wiki-pages NOW :)
* I do not know what to do about the hg repository - there is no way
to mark it read only - I guess I can take away everyone's commit
rights :) OR I can delete it completely once we are sure we have
moved. There appears to be a way to get pip to install development
snapshots directly from hg - this relies on the hg url being in pypi -
I could never get it to work.
* @Graham: What about rdfextras - it seems the git-repos was cloned
from hg on 25th of January, any changes I made after that are only in
hg. I can probably roll it into one patch, and apply it to git and
it's all good?
- Gunnar
All infrastructure will be moved, i.e. wiki-pages, issues and source code.
* I think we should leave the google code projects (i.e. do not delete
them), but just have a front-page that links to github
* We have a good history of leaving out-dated docs around, I propose
deleting all the google code wiki-pages NOW :)
* I do not know what to do about the hg repository - there is no way
to mark it read only - I guess I can take away everyone's commit
rights :) OR I can delete it completely once we are sure we have
moved.
There appears to be a way to get pip to install development
snapshots directly from hg - this relies on the hg url being in pypi -
I could never get it to work.
* @Graham: What about rdfextras - it seems the git-repos was cloned
from hg on 25th of January, any changes I made after that are only in
hg. I can probably roll it into one patch, and apply it to git and
it's all good?
They are gone.
>
>> * I do not know what to do about the hg repository - there is no way
>> to mark it read only - I guess I can take away everyone's commit
>> rights :) OR I can delete it completely once we are sure we have
>> moved.
>
> Both, I guess.
Call me paranoid - but I'll hang for just a few days before nuking
them - I'll do it by next weekend :)
>
> I went the long way round, converting the latest rdfextras-hg to git and
> merging that with the github master. This approach has the advantage of
> preserving the individual commits and their messages.
Good work - thanks a lot!
I've split out the -web parts and made rdfextras-web (I realised later
all the other projects are called rdflib-* - oh well.
Call me paranoid - but I'll hang for just a few days before nuking
them - I'll do it by next weekend :)
I've split out the -web parts and made rdfextras-web (I realised later
all the other projects are called rdflib-* - oh well.
Another admin issue is creating pypi entries for each of the new projects.
This is fairly easy with setuptools, I did it for rdfextras-web, and just ran:
python setup.py register
and then editted setup.cfg to have
[egg_info]
tag_build=.dev
tag_date=1
then do:
python setup.py bdist_egg upload
And you get dev snapshots uploaded.
If we actually make a release of something, you edit setup.py to
remove the dev tag and do the branching etc.
Apparently there is a better way with git:
http://dcreager.net/2010/02/10/setuptools-git-version-numbers/
I'm too lazy to look into it now.
- Gunnar
> --
> You received this message because you are subscribed to the Google Groups
> "rdflib-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rdflib-dev/-/JHxATk0XdYUJ.
>
> To post to this group, send email to rdfli...@googlegroups.com.
> To unsubscribe from this group, send email to
> rdflib-dev+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rdflib-dev?hl=en.