]> git.proxmox.com Git - lxc.git/commitdiff
buildsys: remove update-template-configs target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Aug 2018 09:48:08 +0000 (11:48 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Aug 2018 09:48:09 +0000 (11:48 +0200)
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 <w.bumiller@proxmox.com>
Makefile

index f5f4127e57fec0223ec9c8047eeace0ba680a937..781ea3d0d968521a390ebeea2a64541487a45836 100644 (file)
--- 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