Skip to content

Commit

Permalink
TEMPORARY overrides to package feature branches
Browse files Browse the repository at this point in the history
Required only to get CI passing, should be dropped before merge.
  • Loading branch information
Conor Schaefer committed Jan 16, 2021
1 parent bc255dc commit 7686880
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_reproducible_debian_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"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 7686880

Please sign in to comment.