new drone bits

This commit is contained in:
Sean OMeara 2023-03-31 16:29:18 +02:00 committed by GitHub
parent 4ac3e7b864
commit 2115b18ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 11723 additions and 2372 deletions

View file

@ -476,17 +476,19 @@ echo_flags:
@echo "echo_flags :: RUSTFLAGS=$(RUSTFLAGS)"
@echo "=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~"
# debian: echo_flags
# @echo "building deb package"
# debuild --no-lintian -b -uc -us
debian: FORCE
debian: echo_flags
@echo "building deb package"
debuild --no-lintian -I -i -us -uc -nc -b
# debuild --no-lintian -b -uc -us
# debian: FORCE
# debuild --no-lintian -I -i -us -uc -nc -b
debian-clean: FORCE
rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one debian/.debhelper debian/debhelper-build-stamp
redhat: FORCE
redhat:
@echo "building rpm package"
rpmbuild --target `rpm -q bash --qf "%{arch}"` -ba zerotier-one.spec
# This installs the packages needed to build ZT locally on CentOS 7 and