Skip to content

Commit

Permalink
Revert "TEMPORARY overrides to package feature branches"
Browse files Browse the repository at this point in the history
This reverts commit ebc1a78.
  • Loading branch information
Conor Schaefer committed Jan 26, 2021
1 parent ebc1a78 commit 9d6c143
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-client.git
cd securedrop-client && git checkout reproducible_wheels_usage
export PKG_NAME="securedrop-client"
# Enable access to this env var in subsequent run steps
echo $PKG_NAME > ~/packaging/sd_package_name
Expand All @@ -84,7 +83,6 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-proxy.git
cd securedrop-proxy && git checkout update_localwheels_requirements
export PKG_NAME="securedrop-proxy"
# Enable access to this env var in subsequent run steps
echo $PKG_NAME > ~/packaging/sd_package_name
Expand All @@ -96,7 +94,6 @@ common-steps:
command: |
mkdir ~/packaging && cd ~/packaging
git clone https://github.com/freedomofpress/securedrop-log.git
cd securedrop-log && git checkout reproducible_wheels_usage
export PKG_NAME="securedrop-log"
# Enable access to this env car in subsequent run steps
echo $PKG_NAME > ~/packaging/sd_package_name
Expand Down
5 changes: 0 additions & 5 deletions tests/test_reproducible_debian_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"securedrop-export": "main",
}

# TEMPORARY overrides for CI to pass
PACKAGE_BUILD_TARGETS["securedrop-client"] = "reproducible_wheels_usage"
PACKAGE_BUILD_TARGETS["securedrop-proxy"] = "update_localwheels_requirements"
PACKAGE_BUILD_TARGETS["securedrop-log"] = "reproducible_wheels_usage"

# These are the package names we want to test reproducibility for
PACKAGE_NAMES = PACKAGE_BUILD_TARGETS.keys()

Expand Down

0 comments on commit 9d6c143

Please sign in to comment.