Skip to content

Commit

Permalink
contrib: Remove deb,rpm packaging
Browse files Browse the repository at this point in the history
These have been bitrotting for a while now (the deb version lists
version 0.9.90), and we have no mechanisms for building, deploying or
testing these packages. The primary mechanism for distributing and using
Cilium is via docker images, so let's focus on making those work really
well and discard these. We can always resurrect these in future via git
if we need to.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Feb 24, 2023
1 parent fde008d commit fb99fef
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 2,808 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ Makefile* @cilium/build
/cilium-health/cmd/ @cilium/sig-agent @cilium/cli
/clustermesh-apiserver @cilium/sig-clustermesh
/contrib/ @cilium/contributing
/contrib/packaging/ @cilium/build
/contrib/vagrant/ @cilium/contributing
/contrib/coccinelle/ @cilium/sig-datapath
/daemon/ @cilium/sig-agent
Expand Down
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ clean-container: ## Perform `make clean` for each component required in cilium-a

clean: ## Perform overall cleanup for Cilium.
-$(QUIET) for i in $(SUBDIRS); do $(MAKE) $(SUBMAKEOPTS) -C $$i clean; done
-$(QUIET) $(MAKE) $(SUBMAKEOPTS) -C ./contrib/packaging/deb clean
-$(QUIET) $(MAKE) $(SUBMAKEOPTS) -C ./contrib/packaging/rpm clean

veryclean: ## Perform complete cleanup for container engine images(including build cache).
-$(QUIET) $(CONTAINER_ENGINE) image prune -af
Expand Down Expand Up @@ -243,12 +241,6 @@ install-bash-completion: ## Install bash completion for all components required
GIT_VERSION: force
@if [ "$(GIT_VERSION)" != "`cat 2>/dev/null GIT_VERSION`" ] ; then echo "$(GIT_VERSION)" >GIT_VERSION; fi

build-deb: ## Build deb package of cilium.
$(QUIET) $(MAKE) $(SUBMAKEOPTS) -C ./contrib/packaging/deb

build-rpm: ## Build rpm package of cilium.
$(QUIET) $(MAKE) $(SUBMAKEOPTS) -C ./contrib/packaging/rpm

-include Makefile.docker

##@ API targets
Expand Down Expand Up @@ -411,7 +403,6 @@ release: ## Perform a Git release for Cilium.
$(info Checking if tag $(VERSION) is created '$(TAG_VERSION)' $(BRANCH))

@if [ "$(TAG_VERSION)" -eq "0" ];then { echo Git tag v$(VERSION) is already created; exit 1; } fi
$(MAKE) -C ./contrib/packaging/deb release
git commit -m "Version $(VERSION)"
git tag v$(VERSION)
git archive --format tar $(BRANCH) | gzip > ../cilium_$(VERSION).orig.tar.gz
Expand Down
3 changes: 0 additions & 3 deletions contrib/packaging/deb/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions contrib/packaging/deb/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions contrib/packaging/deb/Makefile

This file was deleted.

88 changes: 0 additions & 88 deletions contrib/packaging/deb/changelog_parser.py

This file was deleted.

21 changes: 0 additions & 21 deletions contrib/packaging/deb/create_deb.sh

This file was deleted.

0 comments on commit fb99fef

Please sign in to comment.