mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-30 19:40:47 -07:00
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
This commit is contained in:
parent
5bff70194b
commit
6b5d6efe6c
26 changed files with 2 additions and 6 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This builds a series of Debian repositories for each distribution.
|
||||
|
||||
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
|
||||
|
||||
for distro in debian-* ubuntu-*; do
|
||||
if [ -n "`find ${distro} -name '*.deb' -type f`" ]; then
|
||||
arches=`ls ${distro}/*.deb | cut -d _ -f 3 | cut -d . -f 1 | xargs | sed 's/ /,/g'`
|
||||
distro_name=`echo $distro | cut -d '-' -f 2`
|
||||
echo '---' $distro / $distro_name / $arches
|
||||
aptly repo create -architectures=${arches} -comment="ZeroTier, Inc. Debian Packages" -component="main" -distribution=${distro_name} zt-release-${distro_name}
|
||||
aptly repo add zt-release-${distro_name} ${distro}/*.deb
|
||||
aptly publish repo zt-release-${distro_name} $distro_name
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue