Skip to content

Commit f5975a7

Browse files
committed
Remove more remnants from image-based engine
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d7e9b7a commit f5975a7

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
build
22
debbuild
33
rpmbuild
4-
tmp
5-
artifacts
64
sources
75
*.tar

deb/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ clean: ## remove build artifacts
5454
[ ! -d sources ] || $(CHOWN) -R $(shell id -u):$(shell id -g) sources
5555
$(RM) -r sources
5656

57-
engine-$(ARCH).tar:
58-
$(MAKE) -C ../image image-linux
59-
docker save -o $@ $$(cat ../image/image-linux)
60-
6157
.PHONY: deb
6258
deb: ubuntu debian ## build all deb packages except for raspbian
6359

rpm/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ help: ## show make targets
5454
clean: ## remove build artifacts
5555
[ ! -d rpmbuild ] || $(CHOWN) -R $(shell id -u):$(shell id -g) rpmbuild
5656
$(RM) -r rpmbuild/
57-
[ ! -d artifacts ] || $(CHOWN) -R $(shell id -u):$(shell id -g) artifacts
58-
$(RM) -r artifacts/
59-
[ ! -d tmp ] || $(CHOWN) -R $(shell id -u):$(shell id -g) tmp
60-
$(RM) -r tmp/
61-
-docker rm docker2oci
62-
$(MAKE) -C ../image clean
6357

6458
.PHONY: rpm
6559
rpm: fedora centos ## build all rpm packages

0 commit comments

Comments
 (0)