Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib: remove deb packaging #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,3 @@ jobs:
with:
draft: true
files: ${{ env.DESTDIR }}/*

build-deb:
runs-on: ubuntu-22.04
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build
run: |
make deb
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ fmt:
.PHONY: validate
validate: lint validate-vendor fmt

BUILDIMG:=docker-credential-secretservice-$(VERSION)
.PHONY: deb
deb:
mkdir -p release
docker build -f deb/Dockerfile \
--build-arg VERSION=$(patsubst v%,%,$(VERSION)) \
--build-arg REVISION=$(REVISION) \
--tag $(BUILDIMG) \
.
docker run --rm --net=none $(BUILDIMG) tar cf - /release | tar xf -
docker rmi $(BUILDIMG)

.PHONY: vendor
vendor:
$(eval $@_TMP_OUT := $(shell mktemp -d -t docker-output.XXXXXXXXXX))
Expand Down
35 changes: 0 additions & 35 deletions deb/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions deb/build-deb

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/compat

This file was deleted.

25 changes: 0 additions & 25 deletions deb/debian/control

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/docker-credential-pass.install

This file was deleted.

1 change: 0 additions & 1 deletion deb/debian/docker-credential-secretservice.install

This file was deleted.

18 changes: 0 additions & 18 deletions deb/debian/rules

This file was deleted.