Skip to content

Commit

Permalink
CI test - fetch-tor-debs
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Mar 29, 2019
1 parent b99ce8e commit 285d4df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ upgrade-trusty-test-qa: ## Once an upgrade environment (Trusty) is running, forc

.PHONY: fetch-tor-packages
fetch-tor-packages: ## Retrieves the most recent Tor packages for Xenial, for apt repo
molecule test -s fetch-tor-packages
@./devops/scripts/fetch-tor-debs.sh

# Explaination of the below shell command should it ever break.
# 1. Set the field separator to ": ##" and any make targets that might appear between : and ##
Expand Down
14 changes: 14 additions & 0 deletions devops/scripts/fetch-tor-debs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# shellcheck disable=SC2209
#
# Wrapper around debian build logic to bootstrap virtualenv

set -e
set -u
set -o pipefail

. ./devops/scripts/boot-strap-venv.sh

virtualenv_bootstrap

molecule test -s fetch-tor-packages

0 comments on commit 285d4df

Please sign in to comment.