diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-07-18 18:14:39 +0530 |
---|---|---|
committer | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-07-18 18:27:32 +0530 |
commit | 4525b15e86b4c7e2d426988c4ec1a11132a9f51b (patch) | |
tree | 35d391b78bdcd1d72c4b50640a4ab842a951c7da /ci/Dockerfile | |
parent | 465249b61b72d33fe1fad8d43da332faef22bec0 (diff) |
Generating only kernel debian packages
This patch includes scripts to generate only kernel debian packages
based on the commit-id provided in the compass conf file and also
used to remove code duplications.
NOTE: For generating the kernel debian packages commit-id should be
provided in compass.conf file and the default type should be changed
to 'ubuntu' in build.sh script.
Change-Id: I7f0822c565100a44e5289d6af825289e697130aa
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r-- | ci/Dockerfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile deleted file mode 100644 index 04c46b5b1..000000000 --- a/ci/Dockerfile +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -FROM centos -RUN yum -y update && yum -y install \ - git \ - gcc \ - gcc-c++ \ - zlib-devel \ - gtk2-devel \ - glib2-devel \ - make \ - gettext \ - openssl-devel \ - bc \ - bison\ - flex\ - rpm \ - rpm-build
\ No newline at end of file |