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
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/28529 )
Change subject: _unmaintained: move several containers
......................................................................
_unmaintained: move several 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
* 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: I8c066de0fb90cf7ca356322c64c081ec40e746c1
---
R _unmaintained/alpine-build/Dockerfile
R _unmaintained/alpine-build/Makefile
R _unmaintained/alpine-lighttpd/Dockerfile
R _unmaintained/alpine-lighttpd/Makefile
R _unmaintained/alpine-lighttpd/index.html
R _unmaintained/alpine-lighttpd/ipv6.conf
R _unmaintained/debian-jessie-build/Dockerfile
R _unmaintained/debian-jessie-build/Makefile
R _unmaintained/debian-jessie-buildslave-st/Dockerfile
R _unmaintained/debian-jessie-buildslave-st/Makefile
R _unmaintained/debian-jessie-buildslave/Dockerfile
R _unmaintained/debian-jessie-buildslave/Makefile
R _unmaintained/debian-jessie-osmocom/Dockerfile
R _unmaintained/debian-jessie-osmocom/Makefile
R _unmaintained/debian-stretch-build/Dockerfile
R _unmaintained/debian-stretch-build/Makefile
R _unmaintained/debian-stretch-jenkins/Dockerfile
R _unmaintained/debian-stretch-jenkins/Makefile
R _unmaintained/debian-stretch-obs-latest/Dockerfile
R _unmaintained/debian-stretch-obs-latest/Makefile
R _unmaintained/debian9-repo-install-test/Dockerfile
R _unmaintained/debian9-repo-install-test/Makefile
R _unmaintained/gitolite/Dockerfile
R _unmaintained/gitolite/Makefile
R _unmaintained/patchwork/Dockerfile
R _unmaintained/patchwork/Dockerfile.fdo
R _unmaintained/patchwork/Dockerfile.upstream
R _unmaintained/patchwork/Makefile
R _unmaintained/patchwork/docker-entrypoint.sh
R _unmaintained/patchwork/production.py
R _unmaintained/public-inbox/Dockerfile
R _unmaintained/public-inbox/Makefile
R _unmaintained/tmp/docker-compose.yml
R _unmaintained/ubuntu-zesty-build/Dockerfile
R _unmaintained/ubuntu-zesty-build/Makefile
35 files changed, 0 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/29/28529/1
diff --git a/alpine-build/Dockerfile b/_unmaintained/alpine-build/Dockerfile
similarity index 100%
rename from alpine-build/Dockerfile
rename to _unmaintained/alpine-build/Dockerfile
diff --git a/alpine-build/Makefile b/_unmaintained/alpine-build/Makefile
similarity index 100%
rename from alpine-build/Makefile
rename to _unmaintained/alpine-build/Makefile
diff --git a/alpine-lighttpd/Dockerfile b/_unmaintained/alpine-lighttpd/Dockerfile
similarity index 100%
rename from alpine-lighttpd/Dockerfile
rename to _unmaintained/alpine-lighttpd/Dockerfile
diff --git a/alpine-lighttpd/Makefile b/_unmaintained/alpine-lighttpd/Makefile
similarity index 100%
rename from alpine-lighttpd/Makefile
rename to _unmaintained/alpine-lighttpd/Makefile
diff --git a/alpine-lighttpd/index.html b/_unmaintained/alpine-lighttpd/index.html
similarity index 100%
rename from alpine-lighttpd/index.html
rename to _unmaintained/alpine-lighttpd/index.html
diff --git a/alpine-lighttpd/ipv6.conf b/_unmaintained/alpine-lighttpd/ipv6.conf
similarity index 100%
rename from alpine-lighttpd/ipv6.conf
rename to _unmaintained/alpine-lighttpd/ipv6.conf
diff --git a/debian-jessie-build/Dockerfile b/_unmaintained/debian-jessie-build/Dockerfile
similarity index 100%
rename from debian-jessie-build/Dockerfile
rename to _unmaintained/debian-jessie-build/Dockerfile
diff --git a/debian-jessie-build/Makefile b/_unmaintained/debian-jessie-build/Makefile
similarity index 100%
rename from debian-jessie-build/Makefile
rename to _unmaintained/debian-jessie-build/Makefile
diff --git a/debian-jessie-buildslave-st/Dockerfile b/_unmaintained/debian-jessie-buildslave-st/Dockerfile
similarity index 100%
rename from debian-jessie-buildslave-st/Dockerfile
rename to _unmaintained/debian-jessie-buildslave-st/Dockerfile
diff --git a/debian-jessie-buildslave-st/Makefile b/_unmaintained/debian-jessie-buildslave-st/Makefile
similarity index 100%
rename from debian-jessie-buildslave-st/Makefile
rename to _unmaintained/debian-jessie-buildslave-st/Makefile
diff --git a/debian-jessie-buildslave/Dockerfile b/_unmaintained/debian-jessie-buildslave/Dockerfile
similarity index 100%
rename from debian-jessie-buildslave/Dockerfile
rename to _unmaintained/debian-jessie-buildslave/Dockerfile
diff --git a/debian-jessie-buildslave/Makefile b/_unmaintained/debian-jessie-buildslave/Makefile
similarity index 100%
rename from debian-jessie-buildslave/Makefile
rename to _unmaintained/debian-jessie-buildslave/Makefile
diff --git a/debian-jessie-osmocom/Dockerfile b/_unmaintained/debian-jessie-osmocom/Dockerfile
similarity index 100%
rename from debian-jessie-osmocom/Dockerfile
rename to _unmaintained/debian-jessie-osmocom/Dockerfile
diff --git a/debian-jessie-osmocom/Makefile b/_unmaintained/debian-jessie-osmocom/Makefile
similarity index 100%
rename from debian-jessie-osmocom/Makefile
rename to _unmaintained/debian-jessie-osmocom/Makefile
diff --git a/debian-stretch-build/Dockerfile b/_unmaintained/debian-stretch-build/Dockerfile
similarity index 100%
rename from debian-stretch-build/Dockerfile
rename to _unmaintained/debian-stretch-build/Dockerfile
diff --git a/debian-stretch-build/Makefile b/_unmaintained/debian-stretch-build/Makefile
similarity index 100%
rename from debian-stretch-build/Makefile
rename to _unmaintained/debian-stretch-build/Makefile
diff --git a/debian-stretch-jenkins/Dockerfile b/_unmaintained/debian-stretch-jenkins/Dockerfile
similarity index 100%
rename from debian-stretch-jenkins/Dockerfile
rename to _unmaintained/debian-stretch-jenkins/Dockerfile
diff --git a/debian-stretch-jenkins/Makefile b/_unmaintained/debian-stretch-jenkins/Makefile
similarity index 100%
rename from debian-stretch-jenkins/Makefile
rename to _unmaintained/debian-stretch-jenkins/Makefile
diff --git a/debian-stretch-obs-latest/Dockerfile b/_unmaintained/debian-stretch-obs-latest/Dockerfile
similarity index 100%
rename from debian-stretch-obs-latest/Dockerfile
rename to _unmaintained/debian-stretch-obs-latest/Dockerfile
diff --git a/debian-stretch-obs-latest/Makefile b/_unmaintained/debian-stretch-obs-latest/Makefile
similarity index 100%
rename from debian-stretch-obs-latest/Makefile
rename to _unmaintained/debian-stretch-obs-latest/Makefile
diff --git a/debian9-repo-install-test/Dockerfile b/_unmaintained/debian9-repo-install-test/Dockerfile
similarity index 100%
rename from debian9-repo-install-test/Dockerfile
rename to _unmaintained/debian9-repo-install-test/Dockerfile
diff --git a/debian9-repo-install-test/Makefile b/_unmaintained/debian9-repo-install-test/Makefile
similarity index 100%
rename from debian9-repo-install-test/Makefile
rename to _unmaintained/debian9-repo-install-test/Makefile
diff --git a/gitolite/Dockerfile b/_unmaintained/gitolite/Dockerfile
similarity index 100%
rename from gitolite/Dockerfile
rename to _unmaintained/gitolite/Dockerfile
diff --git a/gitolite/Makefile b/_unmaintained/gitolite/Makefile
similarity index 100%
rename from gitolite/Makefile
rename to _unmaintained/gitolite/Makefile
diff --git a/patchwork/Dockerfile b/_unmaintained/patchwork/Dockerfile
similarity index 100%
rename from patchwork/Dockerfile
rename to _unmaintained/patchwork/Dockerfile
diff --git a/patchwork/Dockerfile.fdo b/_unmaintained/patchwork/Dockerfile.fdo
similarity index 100%
rename from patchwork/Dockerfile.fdo
rename to _unmaintained/patchwork/Dockerfile.fdo
diff --git a/patchwork/Dockerfile.upstream b/_unmaintained/patchwork/Dockerfile.upstream
similarity index 100%
rename from patchwork/Dockerfile.upstream
rename to _unmaintained/patchwork/Dockerfile.upstream
diff --git a/patchwork/Makefile b/_unmaintained/patchwork/Makefile
similarity index 100%
rename from patchwork/Makefile
rename to _unmaintained/patchwork/Makefile
diff --git a/patchwork/docker-entrypoint.sh b/_unmaintained/patchwork/docker-entrypoint.sh
similarity index 100%
rename from patchwork/docker-entrypoint.sh
rename to _unmaintained/patchwork/docker-entrypoint.sh
diff --git a/patchwork/production.py b/_unmaintained/patchwork/production.py
similarity index 100%
rename from patchwork/production.py
rename to _unmaintained/patchwork/production.py
diff --git a/public-inbox/Dockerfile b/_unmaintained/public-inbox/Dockerfile
similarity index 100%
rename from public-inbox/Dockerfile
rename to _unmaintained/public-inbox/Dockerfile
diff --git a/public-inbox/Makefile b/_unmaintained/public-inbox/Makefile
similarity index 100%
rename from public-inbox/Makefile
rename to _unmaintained/public-inbox/Makefile
diff --git a/tmp/docker-compose.yml b/_unmaintained/tmp/docker-compose.yml
similarity index 100%
rename from tmp/docker-compose.yml
rename to _unmaintained/tmp/docker-compose.yml
diff --git a/ubuntu-zesty-build/Dockerfile b/_unmaintained/ubuntu-zesty-build/Dockerfile
similarity index 100%
rename from ubuntu-zesty-build/Dockerfile
rename to _unmaintained/ubuntu-zesty-build/Dockerfile
diff --git a/ubuntu-zesty-build/Makefile b/_unmaintained/ubuntu-zesty-build/Makefile
similarity index 100%
rename from ubuntu-zesty-build/Makefile
rename to _unmaintained/ubuntu-zesty-build/Makefile
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28529
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8c066de0fb90cf7ca356322c64c081ec40e746c1
Gerrit-Change-Number: 28529
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange