From ce2ad69e5fb638e7bf0c21e765dcf61e4bb4d244 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 29 Jun 2016 14:44:29 -0700 Subject: Get rid of aptly script. --- linux-build-farm/aptly-create-debian-repo.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 linux-build-farm/aptly-create-debian-repo.sh diff --git a/linux-build-farm/aptly-create-debian-repo.sh b/linux-build-farm/aptly-create-debian-repo.sh deleted file mode 100755 index de5df7e4..00000000 --- a/linux-build-farm/aptly-create-debian-repo.sh +++ /dev/null @@ -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 -- cgit v1.2.3