Change in docker-playground[master]: Fix trailing whitespace

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Oct 23 15:59:36 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/15863 )


Change subject: Fix trailing whitespace
......................................................................

Fix trailing whitespace

Change-Id: Ib51a84560bad521d0adf4bb883c10418c51468a2
---
M make/Makefile
M osmo-bsc-master/Dockerfile
2 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/63/15863/1

diff --git a/make/Makefile b/make/Makefile
index 000db25..4b40da5 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -88,9 +88,9 @@
 release: build push
 
 
-push: do-push post-push 
+push: do-push post-push
 
-do-push: 
+do-push:
 	docker push $(IMAGE):latest
 	[ -f .release ] && docker push $(IMAGE):$(VERSION)
 
@@ -100,13 +100,13 @@
 	@. $(RELEASE_SUPPORT); getVersion
 
 tag-patch-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextPatchLevel)
-tag-patch-release: .release tag 
+tag-patch-release: .release tag
 
 tag-minor-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextMinorLevel)
-tag-minor-release: .release tag 
+tag-minor-release: .release tag
 
 tag-major-release: VERSION := $(shell . $(RELEASE_SUPPORT); nextMajorLevel)
-tag-major-release: .release tag 
+tag-major-release: .release tag
 
 patch-release: tag-patch-release release
 	@echo $(VERSION)
diff --git a/osmo-bsc-master/Dockerfile b/osmo-bsc-master/Dockerfile
index cb80c4a..3c3f90a 100644
--- a/osmo-bsc-master/Dockerfile
+++ b/osmo-bsc-master/Dockerfile
@@ -46,4 +46,4 @@
 WORKDIR	/data
 CMD	["/usr/local/bin/osmo-bsc"]
 
-#EXPOSE	
+#EXPOSE

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/15863
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib51a84560bad521d0adf4bb883c10418c51468a2
Gerrit-Change-Number: 15863
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191023/a0aea7bd/attachment.htm>


More information about the gerrit-log mailing list