projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9bc9b
)
make-version.py: it is sys.platform, not os.platform
author
Brian Warner
<warner@allmydata.com>
Wed, 13 Jun 2007 01:06:10 +0000
(18:06 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 13 Jun 2007 01:06:10 +0000
(18:06 -0700)
misc/make-version.py
patch
|
blob
|
history
diff --git
a/misc/make-version.py
b/misc/make-version.py
index 5213ca0ebc73ec13052c8809eb88057e216abae4..41d221a1ebc08111b18e8bf8f30583835f39cb47 100644
(file)
--- a/
misc/make-version.py
+++ b/
misc/make-version.py
@@
-70,7
+70,7
@@
def update():
print "no _darcs/ but no version.py either: how did you get this tree?"
return 0
darcs = 'darcs'
- if
o
s.platform == 'win32':
+ if
sy
s.platform == 'win32':
darcs = 'realdarcs'
cmd = [darcs, "changes", "--from-tag=^allmydata-tahoe", "--xml-output"]
try: