Adds the feature to build ODL's .deb package from local tarball 41/45541/2 release/boron
authorAkshita Jha <zenith158@gmail.com>
Tue, 13 Sep 2016 15:07:59 +0000 (20:37 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 13 Sep 2016 17:08:32 +0000 (13:08 -0400)
commit72393a5573e2c1cd7b33140b89eb69b914357e09
treef742f0c1edf9cb36fc22b0750b35a4a36e75cea8
parent7cd9edf42f51d76fd3a47d703658cb57fb2e7d9d
Adds the feature to build ODL's .deb package from local tarball

The file `cache/cache.py` caches the tarball required for the given
debian build. `build.py` now uses a local tar.gz file, if it exists;
otherwise `cache/cache.py` downloads the appropriate version of
OpenDaylight's release tarball.

This commit further removes all old debian files created during
previous debian packaging.

It also removes executable permission from `build_vars.yaml`.

Change-Id: Ida69d19b34751bd7f221b8756348b9a77c3decd0
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
deb/build.py
deb/build_vars.yaml [changed mode: 0755->0644]
deb/cache/__init__.py [new file with mode: 0644]
deb/cache/cache.py [new file with mode: 0755]
deb/templates/build_debianfiles.py [changed mode: 0644->0755]