Skip to content
Snippets Groups Projects
Commit 3d7579cc authored by garciadeblas's avatar garciadeblas
Browse files

Clean stage-archive.sh and use allowlist_extenals in tox.ini


Change-Id: I690598c770f52d805ee3516fead7fa191c90205f
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 43f34481
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,3 @@ rm -rf dists
mkdir -p pool/$MDG
mv deb_dist/*.deb pool/$MDG/
mkdir -p dists/unstable/$MDG/binary-amd64/
apt-ftparchive packages pool/$MDG > dists/unstable/$MDG/binary-amd64/Packages
gzip -9fk dists/unstable/$MDG/binary-amd64/Packages
echo "ARCHIVE"
......@@ -40,7 +40,7 @@ commands =
[testenv:cover]
commands =
sh -c 'echo No unit tests'
whitelist_externals = sh
allowlist_externals = sh
#######################################################################################
......@@ -74,7 +74,7 @@ commands =
[testenv:pip-compile]
deps = pip-tools==6.6.2
skip_install = true
whitelist_externals = bash
allowlist_externals = bash
[
commands =
- bash -c "for file in requirements*.in ; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment