]> TLD Linux GIT Repositories - TLD.git/blobdiff - pld-builder.new/PLD_Builder/status.py
- from https://github.com/pld-linux/pld-builder.new
[TLD.git] / pld-builder.new / PLD_Builder / status.py
diff --git a/pld-builder.new/PLD_Builder/status.py b/pld-builder.new/PLD_Builder/status.py
new file mode 100644 (file)
index 0000000..8591d18
--- /dev/null
@@ -0,0 +1,15 @@
+# vi: encoding=utf-8 ts=8 sts=4 sw=4 et
+
+state = []
+email = ""
+admin = ""
+builder_list = ""
+
+def push(s):
+    state.append(s)
+
+def pop():
+    state.pop()
+
+def get():
+    return "%s" % state