*** FIRST VERSION OF CI BUILD SCRIPT *** 44/144/5
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Thu, 12 Mar 2015 14:18:06 +0000 (15:18 +0100)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Tue, 17 Mar 2015 18:17:20 +0000 (19:17 +0100)
commitdf6c1db2695030b1ba68184bac9aab9fb2d41e71
tree2b5c57c83fdc15e23cf19ae92d0581421ebeedc8
parented60ed6299ddae50e1269434adc35ce686a07e97
*** FIRST VERSION OF CI BUILD SCRIPT ***
- Provides build cache management to a remote location
- Provides automatic cashe repopulation
- See /fuel/ci/README
- Rebased to master
- Bug around cache handling fixed
- New option -r introduced to invoke external script/program instead of standard http(s)/fttp get and put, eg. scripts or programs to integrate with dropbox, or similar. The script needs to anheaer to curl argument list.
- Stefan Berg's comments implemented
- Fatih Degirmenci's comments implemented with one exemption: the revision state
  .iso naming convention still remains the same - we need to discuss this. With
  the implementation of Fatih's comments the build.sh argument structure is slightly
  changed, please see ./build.sh -h

TODO:
- Further testing
- Finalize cache invalidation logic
- Make refactoring

JIRA:

Change-Id: I4efdbdd10f726c0a3229849a63040b6d2702db5c
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
12 files changed:
fuel/build/DOC/BUILD/README.build
fuel/build/Makefile
fuel/build/Makefile~ [deleted file]
fuel/build/cache.mk [new file with mode: 0644]
fuel/build/docker/runcontext
fuel/build/f_isoroot/f_kscfg/ks.cfg
fuel/build/f_isoroot/f_kscfg/ks.cfg.orig
fuel/build/opendaylight/Makefile
fuel/build/opendaylight/f_odl/Makefile
fuel/build/opendaylight/make-odl-deb.sh
fuel/ci/README [new file with mode: 0644]
fuel/ci/build.sh [changed mode: 0644->0755]