mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 12:12:22 -05:00
Remove not yet used building cache.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3741 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
9a578fb6ba
commit
6743cce3f3
3
gen.py
3
gen.py
@ -293,8 +293,6 @@ def main(argv):
|
|||||||
except:
|
except:
|
||||||
xep = remainder[0]
|
xep = remainder[0]
|
||||||
|
|
||||||
last_build = loadDict(CONFIGPATH + "/xepbuild.dict")
|
|
||||||
|
|
||||||
executeCommand("mkdir /tmp/xepbuilder")
|
executeCommand("mkdir /tmp/xepbuilder")
|
||||||
executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
|
executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
|
||||||
executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
|
executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
|
||||||
@ -308,7 +306,6 @@ def main(argv):
|
|||||||
|
|
||||||
executeCommand("rm -rfd /tmp/xepbuilder")
|
executeCommand("rm -rfd /tmp/xepbuilder")
|
||||||
|
|
||||||
saveDict(CONFIGPATH + "/xepbuild.dict", last_build)
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
Loading…
Reference in New Issue
Block a user