[tor-commits] [bridgedb] branch main updated: Implement TPA RFC 30 and install environs

gitolite role git at cupani.torproject.org
Mon Aug 22 10:37:41 UTC 2022


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository bridgedb.

The following commit(s) were added to refs/heads/main by this push:
     new 3eebab9  Implement TPA RFC 30 and install environs
3eebab9 is described below

commit 3eebab9fb9e54b4648c90fc5b839e063a5d39851
Author: kez <kez at torproject.org>
AuthorDate: Thu Aug 18 11:42:47 2022 -0700

    Implement TPA RFC 30 and install environs
    
    Context: https://gitlab.torproject.org/tpo/tpa/team/-/wikis/policy/tpa-rfc-30-change-lego-plugins
    
    CI recently began failing with our bundled version of environs. The fix
    is to Implement TPA RFC 30, and manually install environs
---
 frontend/packages               | 1 -
 frontend/packages/envvars       | 1 +
 frontend/packages/i18n          | 1 +
 frontend/packages/lektor-md-tag | 1 +
 requirements.txt                | 1 +
 5 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/frontend/packages b/frontend/packages
deleted file mode 120000
index d287165..0000000
--- a/frontend/packages
+++ /dev/null
@@ -1 +0,0 @@
-lego/packages/
\ No newline at end of file
diff --git a/frontend/packages/envvars b/frontend/packages/envvars
new file mode 120000
index 0000000..35abbe2
--- /dev/null
+++ b/frontend/packages/envvars
@@ -0,0 +1 @@
+../lego/packages/envvars/
\ No newline at end of file
diff --git a/frontend/packages/i18n b/frontend/packages/i18n
new file mode 120000
index 0000000..073427b
--- /dev/null
+++ b/frontend/packages/i18n
@@ -0,0 +1 @@
+../lego/packages/i18n/
\ No newline at end of file
diff --git a/frontend/packages/lektor-md-tag b/frontend/packages/lektor-md-tag
new file mode 120000
index 0000000..5b7e6e4
--- /dev/null
+++ b/frontend/packages/lektor-md-tag
@@ -0,0 +1 @@
+../lego/packages/lektor-md-tag/
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index b569975..f8015ba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,6 +18,7 @@ numpy==1.20.3
 certifi==2021.10.8
 charset-normalizer==2.0.12
 click==8.1.0
+environs==9.5.0
 exifread==2.3.2
 filetype==1.0.10
 flask==2.1.0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list