]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- outdated
authorMichal Moskal <michal@moskal.me>
Wed, 11 Jun 2003 23:49:57 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    go.py -> 1.5

go.py [deleted file]

diff --git a/go.py b/go.py
deleted file mode 100755 (executable)
index 43125ca..0000000
--- a/go.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/python
-
-import sys
-import time
-from PLD_Builder.bqueue import *
-from PLD_Builder.request import *
-from PLD_Builder.gpg import *
-
-q = B_Queue("src-queue")
-q.lock(0)
-q.read()
-(em, b) = gpg.verify_sig(open("req.txt"))
-q.add(parse_request(b))
-q.write()
-q.unlock()
-
-for r in q.value():
-  r.dump()
This page took 0.201688 seconds and 4 git commands to generate.