summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-02-11 10:04:06 -0500
committerJesse Keating <jkeating@redhat.com>2008-02-11 10:04:06 -0500
commitad9b650c83eb2a18c34cd7fa46901fa776508ea1 (patch)
tree34ec9cd6f0739e4fa15ed57e590d98267dd0d3c3
parent4238180ef7c1df6b20368a8ee38ee7f369dfa7a8 (diff)
downloadreleng-ad9b650c83eb2a18c34cd7fa46901fa776508ea1.tar.gz
releng-ad9b650c83eb2a18c34cd7fa46901fa776508ea1.tar.xz
releng-ad9b650c83eb2a18c34cd7fa46901fa776508ea1.zip
Add a (utc) datestamp in isoformat.
-rwxr-xr-xscripts/need-rebuild-gcc43.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/need-rebuild-gcc43.py b/scripts/need-rebuild-gcc43.py
index 349fd05..3217616 100755
--- a/scripts/need-rebuild-gcc43.py
+++ b/scripts/need-rebuild-gcc43.py
@@ -4,6 +4,7 @@
# Edit to suit.
import koji
+import datetime
kojisession = koji.ClientSession('http://koji.fedoraproject.org/kojihub')
tocheck = []
@@ -11,6 +12,8 @@ needbuild = []
reallyneedbuild = []
ownermap = {}
+print datetime.datetime.isoformat(datetime.datetime.utcnow())
+
f9builds = kojisession.listTagged('dist-f9', inherit=True, latest=True)
pkgs = kojisession.listPackages('dist-f9', inherited=True)