~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to repo.py

  • Committer: Alex Launi
  • Date: 2008-06-21 04:44:50 UTC
  • mfrom: (143.1.19 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080621044450-ua57p6boc06glx7o
merge

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.5"
 
21
REPO_VERSION = "0.5.1"
22
22
REPO_NAME = "official"
23
23
REPO_SCP = "gnomedo@do.davebsd.com:do.davebsd.com/repo/%s/%s" % \
24
24
        (REPO_VERSION, REPO_NAME)