Use deps in babeltrace
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 2 Sep 2015 21:28:35 +0000 (17:28 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 2 Sep 2015 21:28:35 +0000 (17:28 -0400)
jobs/babeltrace.yaml
scripts/babeltrace/pylint.sh

index 9b21514814c576f757536a72194a1eb5bb84d825..3ea1eaa3e543a563f2c8929aa4d994bed5c97ad8 100644 (file)
            which-build: last-successful
            stable: true
            filter: 'build/**'
            which-build: last-successful
            stable: true
            filter: 'build/**'
-           target: 'dependencies/babeltrace'
+           target: 'deps/babeltrace'
        - shell:
           !include-raw-escape scripts/babeltrace/pylint.sh
 
        - shell:
           !include-raw-escape scripts/babeltrace/pylint.sh
 
index 7c310294a8bc5617b945b7c1c67e90701bbaaa1d..5ed53e979c6db4c432f0663ef0e7c7c28881d4e5 100644 (file)
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-BABELTRACE_DIR="dependencies/babeltrace/build"
+BABELTRACE_DIR="deps/babeltrace/build"
 BINDINGS_DIR="$BABELTRACE_DIR/lib/python3.4/dist-packages/babeltrace"
 
 PYENV_HOME="$WORKSPACE/.pyenv/"
 BINDINGS_DIR="$BABELTRACE_DIR/lib/python3.4/dist-packages/babeltrace"
 
 PYENV_HOME="$WORKSPACE/.pyenv/"
This page took 0.024374 seconds and 4 git commands to generate.