~greg-johnston/do-plugins/quodlibet

« back to all changes in this revision

Viewing changes to repo.py

  • Committer: Alex Launi
  • Date: 2008-10-20 22:09:46 UTC
  • Revision ID: alex@eriktorvaldsonn-20081020220946-ve2hp0ltbofjvg36
bump repo.py to 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from os.path import commonprefix, abspath
19
19
from subprocess import Popen, PIPE
20
20
 
21
 
REPO_VERSION = "0.6.0"
 
21
REPO_VERSION = "0.7.0"
22
22
REPO_NAME = "community"
23
23
REPO_SCP = "gnomedo@do.davebsd.com:do.davebsd.com/repo/%s/%s" % \
24
24
        (REPO_VERSION, REPO_NAME)