mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 00:23:58 +00:00
Get rid of aptly script.
This commit is contained in:
parent
56fb08621e
commit
ce2ad69e5f
@ -1,14 +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/ /,/'`
|
||||
aptly repo create -architectures=${arches} -comment="ZeroTier, Inc. Debian Packages" -component="main" -distribution=${distro} zt-release-${distro}
|
||||
aptly repo add zt-release-${distro} ${distro}/*.deb
|
||||
aptly publish repo zt-release-${distro} ${distro}
|
||||
fi
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user