[openssl-commits] [tools] master update

Richard Levitte levitte at openssl.org
Mon May 7 07:39:47 UTC 2018


The branch master has been updated
       via  232417f8a0c556b5325d14ebc7630b776b2f1dfd (commit)
       via  73ef6aa692b56c1602abcb4fd090077cb7234d95 (commit)
      from  ba63b292f904eca32e6c707575af3bee1a238172 (commit)


- Log -----------------------------------------------------------------
commit 232417f8a0c556b5325d14ebc7630b776b2f1dfd
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon May 7 09:39:37 2018 +0200

    release-tools, review-tools: bureau => omc rename

commit 73ef6aa692b56c1602abcb4fd090077cb7234d95
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon May 7 09:38:52 2018 +0200

    clacheck: bureau => omc rename

-----------------------------------------------------------------------

Summary of changes:
 clacheck/clacheck.py    | 2 +-
 release-tools/README.md | 2 +-
 review-tools/README     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/clacheck/clacheck.py b/clacheck/clacheck.py
index f63d9b2..afa09f0 100755
--- a/clacheck/clacheck.py
+++ b/clacheck/clacheck.py
@@ -18,7 +18,7 @@ Trivial = re.compile("^\s*CLA\s*:\s*TRIVIAL", re.IGNORECASE)
 URLpattern = re.compile("https?://([^/]*)/(.*)")
 SUCCESS = 'success'
 FAILURE = 'failure'
-CLAFILE = "/var/cache/openssl/checkouts/bureau/cladb.txt" #<EDIT>
+CLAFILE = "/var/cache/openssl/checkouts/omc/cladb.txt" #<EDIT>
 
 null_actions = (
         'assigned', 'unassigned', 'labeled', 'unlabeled', 'closed',
diff --git a/release-tools/README.md b/release-tools/README.md
index c10cb75..5376eec 100644
--- a/release-tools/README.md
+++ b/release-tools/README.md
@@ -221,7 +221,7 @@ Unfreeze the repository.
         ssh openssl-git at git.openssl.org unfreeze openssl
 
 If this release includes security fixes with a CVE then you should inform
-MITRE about them. See the instructions at the top of cvepool.txt in bureau.
+MITRE about them. See the instructions at the top of cvepool.txt in omc.
 
 Check mailing lists over the next few hours for reports of any success
 or failure. If necessary fix these and in the worst case make another
diff --git a/review-tools/README b/review-tools/README
index e601cc6..83f7802 100644
--- a/review-tools/README
+++ b/review-tools/README
@@ -13,7 +13,7 @@ Environment
 
 Some of the scripts use the information REST API on https://api.openssl.org.
 If you have direct access to the databases and want to use that instead, set
-the environment variable BUREAU to the directory where they are located.
+the environment variable OMC to the directory where they are located.
 
 The scripts
 ===========


More information about the openssl-commits mailing list