Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/docker-playground/+/28528
to look at the new patch set (#2).
Change subject: Remove several unused containers
......................................................................
Remove several unused containers
* alpine-*: looks like they were never used
* debian-{jessie,stretch}-*: EOL
* debian9-repo-install-test: EOL
* gitolite: never used? / upstream container last updated 3 years ago
* osmo-gerrit-libosmo: unused example from 2017, based on jessie
* patchwork: looks like never used, ancient version
* public-inbox: added in 2018 for playing around, apparently unused
* tmp: unfinished and unused
* ubuntu-zesty-build: was added for testing ubuntu 17.04, unused
Related: OS#5601
Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
---
D alpine-build/Dockerfile
D alpine-build/Makefile
D alpine-lighttpd/Dockerfile
D alpine-lighttpd/Makefile
D alpine-lighttpd/index.html
D alpine-lighttpd/ipv6.conf
D debian-jessie-build/Dockerfile
D debian-jessie-build/Makefile
D debian-jessie-buildslave-st/Dockerfile
D debian-jessie-buildslave-st/Makefile
D debian-jessie-buildslave/Dockerfile
D debian-jessie-buildslave/Makefile
D debian-jessie-osmocom/Dockerfile
D debian-jessie-osmocom/Makefile
D debian-stretch-build/Dockerfile
D debian-stretch-build/Makefile
D debian-stretch-jenkins/Dockerfile
D debian-stretch-jenkins/Makefile
D debian-stretch-obs-latest/Dockerfile
D debian-stretch-obs-latest/Makefile
D debian9-repo-install-test/Dockerfile
D debian9-repo-install-test/Makefile
D gitolite/Dockerfile
D gitolite/Makefile
D osmo-gerrit-libosmo/Dockerfile
D osmo-gerrit-libosmo/Makefile
D patchwork/Dockerfile
D patchwork/Dockerfile.fdo
D patchwork/Dockerfile.upstream
D patchwork/Makefile
D patchwork/docker-entrypoint.sh
D patchwork/production.py
D public-inbox/Dockerfile
D public-inbox/Makefile
D tmp/docker-compose.yml
D ubuntu-zesty-build/Dockerfile
D ubuntu-zesty-build/Makefile
37 files changed, 0 insertions(+), 1,130 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/28/28528/2
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28528
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
Gerrit-Change-Number: 28528
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28528 )
Change subject: _unmaintained: add dir for old containers
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> Why not simply dropping them if they are not used? git history exists for a reason, they can be reco […]
My reasoning was that it's easier to recover them that way / one could even still build them if they needed them from the _unmaintained directory. But on the other hand, it's unlikely that somebody will need them again and if they do they can pull it out of the git history as you say. You're right, I'll just delete them, will update the patch.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28528
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
Gerrit-Change-Number: 28528
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 06 Jul 2022 11:54:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28528 )
Change subject: _unmaintained: add dir for old containers
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Why not simply dropping them if they are not used? git history exists for a reason, they can be recovered.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28528
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
Gerrit-Change-Number: 28528
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 06 Jul 2022 11:46:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/28528 )
Change subject: _unmaintained: add dir for old containers
......................................................................
_unmaintained: add dir for old containers
Prepare to clean up the root dir of docker-playground with a new
_unmaintained directory, where we can move all containers that either
are not used anymore or were never used.
Add _unmaintained/make/Makefile, so one can still run 'make' in the
moved directories to build these.
Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
---
A _unmaintained/make/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/28/28528/1
diff --git a/_unmaintained/make/Makefile b/_unmaintained/make/Makefile
new file mode 100644
index 0000000..94836ab
--- /dev/null
+++ b/_unmaintained/make/Makefile
@@ -0,0 +1 @@
+include ../../make/Makefile
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28528
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic09046379ddff049629bb66850ead7ba479c4450
Gerrit-Change-Number: 28528
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange