Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordisabler <dissy@ya.ru>2012-01-03 23:46:15 +0400
committerdisabler <dissy@ya.ru>2012-01-03 23:46:15 +0400
commit181c0a9e4cd4fbe8df261355895dc5ad1ac1b8d6 (patch)
treef1b0c0294a70d3b64c11c006b7cf5a3fc4e51d12 /isida.py
parent0c08e6215bf4924c97abcdc80285fd1f644c7fb0 (diff)
upd: read-only repository for git pull
Diffstat (limited to 'isida.py')
-rw-r--r--isida.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isida.py b/isida.py
index 0ac5042..78f3efa 100644
--- a/isida.py
+++ b/isida.py
@@ -117,7 +117,7 @@ while 1:
else: os.system('echo No Updates! > %s' % updatelog_file)
writefile(ver_file, unicode(svn_ver_format % (str(readfile(ver_file)).replace('\n','').replace('\r','').replace('\t','').replace(' ',''),id_append)).encode('utf-8'))
elif USED_REPO == 'git':
- os.system('git pull git@github.com:disabler/isida3.git')
+ os.system('git pull git://github.com/disabler/isida3.git')
os.system('git describe --always > %s' % ver_file)
revno = str(readfile(ver_file)).replace('\n','').replace('\r','').replace('\t','').replace(' ','')
writefile(ver_file, unicode(git_ver_format % (revno,id_append)).encode('utf-8'))