From: Michael Jeanson Date: Wed, 2 Sep 2015 21:28:35 +0000 (-0400) Subject: Use deps in babeltrace X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=b0afcb4784ae0bbe4c3dc4db2d9c410f36cb9a29;p=lttng-ci.git Use deps in babeltrace --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 9b21514..3ea1eaa 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -175,7 +175,7 @@ which-build: last-successful stable: true filter: 'build/**' - target: 'dependencies/babeltrace' + target: 'deps/babeltrace' - shell: !include-raw-escape scripts/babeltrace/pylint.sh diff --git a/scripts/babeltrace/pylint.sh b/scripts/babeltrace/pylint.sh index 7c31029..5ed53e9 100644 --- a/scripts/babeltrace/pylint.sh +++ b/scripts/babeltrace/pylint.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -BABELTRACE_DIR="dependencies/babeltrace/build" +BABELTRACE_DIR="deps/babeltrace/build" BINDINGS_DIR="$BABELTRACE_DIR/lib/python3.4/dist-packages/babeltrace" PYENV_HOME="$WORKSPACE/.pyenv/"