From dec9e503ef4cba2aef44aee7b1ed14f5053fc2b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 27 Aug 2018 11:48:08 +0200 Subject: [PATCH] buildsys: remove update-template-configs target Most of them aren't needed and we want to try to get rid of these distro-specific configuration files in the long run. Signed-off-by: Wolfgang Bumiller --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index f5f4127..781ea3d 100644 --- a/Makefile +++ b/Makefile @@ -36,15 +36,6 @@ $(DEB1): | submodule cd $(BUILDSRC); dpkg-buildpackage -rfakeroot -b -us -uc lintian $(DEBS) -.PHONY: update-template-configs -update-template-configs: - test -d lxc-templates || git clone https://github.com/lxc/lxc-templates lxc-templates - cd lxc-templates && git pull - rm -rf config - cp -R lxc-templates/config config - rm -f config/*.am config/*.m4 - git add config - .PHONY: upload upload: ${DEBS} tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch -- 2.39.2