diff options
-rw-r--r-- | INFO | 4 | ||||
-rw-r--r-- | compass/ci/build.sh | 0 | ||||
-rw-r--r-- | compass/ci/deploy.sh | 0 | ||||
-rw-r--r-- | fuel/build/cache.mk | 6 | ||||
-rwxr-xr-x | fuel/build/docker/runcontext | 2 | ||||
-rw-r--r-- | onboarding.txt | 8 |
6 files changed, 15 insertions, 5 deletions
@@ -26,6 +26,8 @@ whayutin@redhat.com zhangxiong7@huawei.com joseph.gasparakis@intel.com pbandzi@cisco.com +daniel.smith@ericsson.com Link to TSC approval of the project: http://meetbot.opnfv.org/meetings/opnfv-meeting/2014/opnfv-meeting.2014-12-09-15.02.html -Link(s) to approval of additional submitters: +Link(s) to approval of additional committers: +* Addition of Daniel Smith: Email vote: http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2015-March/001801.html diff --git a/compass/ci/build.sh b/compass/ci/build.sh new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/compass/ci/build.sh diff --git a/compass/ci/deploy.sh b/compass/ci/deploy.sh new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/compass/ci/deploy.sh diff --git a/fuel/build/cache.mk b/fuel/build/cache.mk index a2aa1d5..cc98f68 100644 --- a/fuel/build/cache.mk +++ b/fuel/build/cache.mk @@ -15,10 +15,10 @@ CACHECLEAN := $(addsuffix .clean,$(CACHEFILES) $(CACHEDIRS)) ############################################################################ # BEGIN of variables to customize # -CACHEDIRS := opendaylight/f_odl/package +#CACHEDIRS := opendaylight/f_odl/package -CACHEFILES := opendaylight/.odl-build-history -CACHEFILES += opendaylight/.odl-build.log +#CACHEFILES := opendaylight/.odl-build-history +#CACHEFILES += opendaylight/.odl-build.log CACHEFILES += .versions CACHEFILES += $(shell basename $(ISOSRC)) # diff --git a/fuel/build/docker/runcontext b/fuel/build/docker/runcontext index cf116fc..52b46ad 100755 --- a/fuel/build/docker/runcontext +++ b/fuel/build/docker/runcontext @@ -31,5 +31,5 @@ echo command: docker run ${RUN_CONTEXT_OPT} $CID "$@" docker run ${RUN_CONTEXT_OPT} $CID "$@" rc=$? -docker rmi $CID > /dev/null +docker rmi -f $CID > /dev/null exit $rc diff --git a/onboarding.txt b/onboarding.txt new file mode 100644 index 0000000..a6a7fcc --- /dev/null +++ b/onboarding.txt @@ -0,0 +1,8 @@ +Get on board by filling this out and submitting it for review. +This is all optional, it's just to give you a taste of the workflow. + +Full Name: +IRC Nick: +Linux Foundation ID: +Favourite Open Source project: +How would you like to help with this project: |