kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Merge dev branch/bookmark? #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using it for a few months and looks stable.

Original issue reported on code.google.com by oczk...@gmail.com on 17 Aug 2013 at 8:23

GoogleCodeExporter commented 8 years ago
+1, and we should release the version 1.08

anyone interested in maintain the pypi package / googlecode downloads?

I can do it but I prefer if anyone else can help with that 

BTW, I'm working on 1.09 in my experimental branch (wsdl_namespaces)

Original comment by reingart@gmail.com on 17 Aug 2013 at 8:32

GoogleCodeExporter commented 8 years ago
To be honest i havn't pushed any package to pypi yet but i will be glad to take 
care of this.

Original comment by oczk...@gmail.com on 17 Aug 2013 at 8:44

GoogleCodeExporter commented 8 years ago
oczkers: Don't worry, I still can do the pypi maitenance, but send me your 
userid at pypi so I can add you to the project there, just in case.

BTW, I see the current version is set at 1.1, it should be 1.10 to be 
consistent with releases in google code.

If no one argue, I'll change the version number to 1.10 and release it.

Can you confirm that to update the git repo I should issue the following 
command:

hg bookmark -r default master

Thanks to everyone for your collaboration !

Original comment by reingart@gmail.com on 21 Aug 2013 at 7:00

GoogleCodeExporter commented 8 years ago
I've uploaded the source package to PyPI and googlecode downloads, but when I 
tried to update the bookmark it failed:

reingart@s5ultra:~/pysimplesoap$ hg bookmark -fr default master
reingart@s5ultra:~/pysimplesoap$ hg push

remote: abort: internal server error
updating bookmark master failed!

Maybe I have to use hg-git and directly push to github...

Original comment by reingart@gmail.com on 24 Aug 2013 at 5:00

GoogleCodeExporter commented 8 years ago
pypi id: oczkers

Bookmarks are mapped to git's branches, so you should probably only update 
master/dev bookmark:
hg update master
hg update

Original comment by oczk...@gmail.com on 25 Aug 2013 at 9:48

GoogleCodeExporter commented 8 years ago
Fuzeman: is it possible to update master bookmark on every sync?

Original comment by oczk...@gmail.com on 29 Aug 2013 at 2:48

GoogleCodeExporter commented 8 years ago
I've synced master bookmark with latest changeset and it should be 
automatically updated when anyone commits (that's how "active" bookmark feature 
works, right?).

Original comment by oczk...@gmail.com on 1 Oct 2013 at 12:07

GoogleCodeExporter commented 8 years ago
Looks like fuzeman's script is down so i'll take care of it.

Original comment by oczk...@gmail.com on 1 Oct 2013 at 12:11

GoogleCodeExporter commented 8 years ago
I'm also doing the sync, using hg-git to push back and forth between googlecode 
and github repo

BTW, I've also added the Fork me on GitHub strip in the frontpage.

Original comment by reingart@gmail.com on 22 Jan 2014 at 4:40