aboutsummaryrefslogtreecommitdiff
path: root/build-dpdk-deb.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-07-30 09:33:44 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-07-30 09:33:44 +0200
commite109ed2f774d2ff0262dd83bffe1e8f67d76dbbb (patch)
tree4b907054c54f561cf4f9f8b23d1b2e8ae155c735 /build-dpdk-deb.yaml
parent640f9ea387d35ac2d54273ab72e8bc6272b8b0ed (diff)
build-dpdk-deb: bump to new dpdk release
Change-Id: I36f85217c30c60adb81887b3d812621b3de99af3 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'build-dpdk-deb.yaml')
-rw-r--r--build-dpdk-deb.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-dpdk-deb.yaml b/build-dpdk-deb.yaml
index 6e14ea5577..4fbdae9d46 100644
--- a/build-dpdk-deb.yaml
+++ b/build-dpdk-deb.yaml
@@ -22,10 +22,10 @@
scm:
- git:
url: http://dpdk.org/git/dpdk
- refspec: +refs/tags/v16.04:refs/remotes/origin/v16.04
+ refspec: +refs/tags/v16.07:refs/remotes/origin/v16.07
name: origin
branches:
- - refs/tags/v16.04
+ - refs/tags/v16.07
basedir: dpdk
skip-tag: false
shallow-clone: false
@@ -65,8 +65,8 @@
tar xf ${pkg_source}_${pkg_version}.orig.tar.xz
packaging_dir=deb_dpdk
- packaging_repository=https://git.launchpad.net/~ubuntu-server/dpdk
- git clone -b ubuntu-yakkety-dpdk16.04 --depth 1 ${packaging_repository} ${packaging_dir}
+ packaging_repository=https://gerrit.fd.io/r/p/${packaging_dir}.git
+ git clone -b deb_dpdk_16.07 --depth 1 ${packaging_repository}
packaging_commit=$(cd ${packaging_dir} && git log -n1 --pretty=format:%h)
mv ${packaging_dir}/debian ${pkg_dir}