]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
update-requirements.sh: pass params to pip-compile
authorKefu Chai <kchai@redhat.com>
Wed, 1 Jul 2020 08:46:17 +0000 (16:46 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 19 Jul 2020 14:56:39 +0000 (22:56 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
update-requirements.sh

index 0dea2412e2e94a68c25e279eafe7b20aa80f215d..d99a67445a2ad5d684e8e43ee93e4b6271eb17aa 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-echo "-e .[orchestra,test]" | pip-compile - -qo- | sed '/^-e / d' > requirements.txt
+echo "-e .[orchestra,test]" | pip-compile $@ - -qo- | sed '/^-e / d' > requirements.txt