We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42db36b commit 81f302eCopy full SHA for 81f302e
maintenance/pin-helper.sh
@@ -5,7 +5,22 @@ SUFFIX=${SUFFIX:-txt}
5
pip install --upgrade pip
6
pip install pip-compile-multi
7
8
-for dir in scriptworker_client iscript treescript ; do
+apt-get update
9
+apt-get install -y libsodium-dev
10
+
11
+for dir in \
12
+ addonscript \
13
+ balrogscript \
14
+ beetmoverscript \
15
+ bouncerscript \
16
+ iscript \
17
+ pushapkscript \
18
+ pushsnapscript \
19
+ scriptworker_client \
20
+ shipitscript \
21
+ signingscript \
22
+ treescript \
23
+ ; do
24
pushd $dir
25
pip-compile-multi -g base -g test -o "$SUFFIX"
26
popd
0 commit comments