mirror of
git://git.proxmox.com/git/lxc.git
synced 2025-03-22 06:50:41 +03:00
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 <w.bumiller@proxmox.com>
This commit is contained in:
parent
612ec1f054
commit
dec9e503ef
9
Makefile
9
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user