From 87335020d652d7c66716e1a25cd3a0f6f85725cb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Jun 2022 01:44:23 +0200 Subject: [PATCH] Fix sources --- .github/workflows/update_extensions.py | 5 +++-- conf/app.src | 1 + conf/ldap_authentication2.src | 5 +++-- conf/ldap_authorization.src | 5 +++-- conf/ldap_groups.src | 5 +++-- conf/ldap_provider.src | 5 +++-- conf/ldap_userinfo.src | 5 +++-- conf/pluggable_auth.src | 5 +++-- 8 files changed, 22 insertions(+), 14 deletions(-) diff --git a/.github/workflows/update_extensions.py b/.github/workflows/update_extensions.py index c0626ca..627c9a8 100755 --- a/.github/workflows/update_extensions.py +++ b/.github/workflows/update_extensions.py @@ -36,8 +36,9 @@ def generate_ext_source(asset_url: str, src_filename: str) -> None: SOURCE_URL={asset_url} SOURCE_SUM={sha256sum_of_url(asset_url)} SOURCE_SUM_PRG=sha256sum - SOURCE_FORMAT=.tar.gz - SOURCE_IN_SUBDIR=true + SOURCE_FORMAT=tar.gz + SOURCE_IN_SUBDIR=false + SOURCE_FILENAME= SOURCE_EXTRACT=true """)) diff --git a/conf/app.src b/conf/app.src index 672e632..bc76007 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,4 +3,5 @@ SOURCE_SUM=583f074bcafcec17da50142a56f5bbfde5c3366977d61d912d7e56fcca3bda1b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/ldap_authentication2.src b/conf/ldap_authentication2.src index 7aa6c03..2506301 100644 --- a/conf/ldap_authentication2.src +++ b/conf/ldap_authentication2.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_38-502759b.tar.gz SOURCE_SUM=2212a2baa6b070d08fe36b8f3cf236a76a7aa58cdc5953c65a9a66d16cee3dc6 SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/ldap_authorization.src b/conf/ldap_authorization.src index 4b32c64..661f613 100644 --- a/conf/ldap_authorization.src +++ b/conf/ldap_authorization.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_37-ba9cdb5.tar.gz SOURCE_SUM=b5134407376f33e0c43c7c85fb965757a6ffd83d13280ff26e84d1ced4747bb8 SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/ldap_groups.src b/conf/ldap_groups.src index e42b144..b8593d1 100644 --- a/conf/ldap_groups.src +++ b/conf/ldap_groups.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_37-ad40602.tar.gz SOURCE_SUM=d98161ae03319bfd92c140210224c3da5fb42c015d2c606eaa64692f69a00dec SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/ldap_provider.src b/conf/ldap_provider.src index 338b234..82d4cf2 100644 --- a/conf/ldap_provider.src +++ b/conf/ldap_provider.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_35-1300b26.tar.gz SOURCE_SUM=6c42b82a4d7753c280731c8f8bda5640cfb2822a6e130e30c95d58476ab7725f SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/ldap_userinfo.src b/conf/ldap_userinfo.src index 161e59a..d903f2a 100644 --- a/conf/ldap_userinfo.src +++ b/conf/ldap_userinfo.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_37-255e2b9.tar.gz SOURCE_SUM=3751415aa48d1d552c185ce884a3a7ed5745a3baf91c72aa7820b8f89fd548a4 SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/pluggable_auth.src b/conf/pluggable_auth.src index 3e91bed..08b50fe 100644 --- a/conf/pluggable_auth.src +++ b/conf/pluggable_auth.src @@ -1,6 +1,7 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_37-a932c78.tar.gz SOURCE_SUM=fbfce41876ff07be8d69a29b8b35054a68543d2cc91aa0280e73793d42c6e48e SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=.tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= SOURCE_EXTRACT=true