From 4525b15e86b4c7e2d426988c4ec1a11132a9f51b Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Tue, 18 Jul 2017 18:14:39 +0530 Subject: 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 --- ci/compass.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 ci/compass.conf (limited to 'ci/compass.conf') diff --git a/ci/compass.conf b/ci/compass.conf new file mode 100755 index 000000000..03d2b791a --- /dev/null +++ b/ci/compass.conf @@ -0,0 +1,2 @@ +branch=master +commit_id=4bfeded9ee7ddc1cf05f6bd2c388894a7d736291 -- cgit 1.2.3-korg