diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-23 23:47:05 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-23 23:47:05 +0200 |
commit | c9190e0f9e1969607be5ddf2c59cd2d75b12bdc0 (patch) | |
tree | 56fb42723b64ef126bc01caf306c7a75f780516b /portato | |
parent | ce9d81ac44d0a915ba23d5a032cede1bde321729 (diff) | |
download | portato-c9190e0f9e1969607be5ddf2c59cd2d75b12bdc0.tar.gz portato-c9190e0f9e1969607be5ddf2c59cd2d75b12bdc0.tar.bz2 portato-c9190e0f9e1969607be5ddf2c59cd2d75b12bdc0.zip |
Turn new_version plugin from a mess into sth useful.
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 139f1a6..bce15d2 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -72,5 +72,5 @@ SETTINGS_DIR = pjoin(HOME, "."+APP) TEMPLATE_DIR = "portato/gui/templates/" # live versions only -REPOURI = "git://github.com/Necoro/portato.git" +REPOURI = "git://github.com/Necoro/portato.git::master" REVISION = "" |