summaryrefslogtreecommitdiff
path: root/automation/release
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2016-08-01 13:37:57 +0200
committerKai Engert <kaie@kuix.de>2016-08-01 13:37:57 +0200
commit981b3cf380683dda76f07c4d31ca3d4bce9def78 (patch)
tree5cb1974e761d7d8e55ae02cdf19e4ad5c8321674 /automation/release
parent24048c042163e687c43bc038a1ef152ae2046efb (diff)
downloadnss-hg-981b3cf380683dda76f07c4d31ca3d4bce9def78.tar.gz
Bug 1192013 - Automate parts of NSS release engineering, removed nonworking and unnecessary code identified by Martin's review, DONTBUILD
Diffstat (limited to 'automation/release')
-rw-r--r--automation/release/nss-release-helper.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/automation/release/nss-release-helper.py b/automation/release/nss-release-helper.py
index e858606cb..a7b408828 100644
--- a/automation/release/nss-release-helper.py
+++ b/automation/release/nss-release-helper.py
@@ -16,10 +16,6 @@ softkver_h = "lib/softoken/softkver.h"
nss_h = "lib/nss/nss.h"
nssckbi_h = "lib/ckfw/builtins/nssckbi.h"
-topsrcdir = os.path.dirname(__file__)
-if topsrcdir == '':
- topsrcdir = '.'
-
def check_call_noisy(cmd, *args, **kwargs):
print "Executing command:", cmd
check_call(cmd, *args, **kwargs)