mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
7632e8cda2
commit
d52b6743f9
@ -17,6 +17,7 @@ check_call = partial(_check_call, shell=True)
|
|||||||
|
|
||||||
def tag_release():
|
def tag_release():
|
||||||
from libprs500 import __version__
|
from libprs500 import __version__
|
||||||
|
print 'Tagging release'
|
||||||
base = 'https://kovid@svn.kovidgoyal.net/code/libprs500'
|
base = 'https://kovid@svn.kovidgoyal.net/code/libprs500'
|
||||||
tag = base + '/tags/'+__version__
|
tag = base + '/tags/'+__version__
|
||||||
client = pysvn.Client()
|
client = pysvn.Client()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user