mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 10:01:46 +00:00
Debian wheezy work.
This commit is contained in:
parent
5c03416e84
commit
a8a497c621
19
debian/control.wheezy
vendored
Normal file
19
debian/control.wheezy
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Source: zerotier-one
|
||||||
|
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||||
|
Section: net
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 3.9.6
|
||||||
|
Build-Depends: debhelper (>= 9), ruby-ronn
|
||||||
|
Vcs-Git: git://github.com/zerotier/ZeroTierOne
|
||||||
|
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
|
||||||
|
Homepage: https://www.zerotier.com/
|
||||||
|
|
||||||
|
Package: zerotier-one
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, iproute2
|
||||||
|
Homepage: https://www.zerotier.com/
|
||||||
|
Description: ZeroTier network virtualization service
|
||||||
|
ZeroTier One lets you join ZeroTier virtual networks and
|
||||||
|
have them appear as tun/tap ports on your system. See
|
||||||
|
https://www.zerotier.com/ for instructions and
|
||||||
|
documentation.
|
@ -45,7 +45,7 @@ for distro in $subdirs; do
|
|||||||
|
|
||||||
rm -f *.deb *.rpm
|
rm -f *.deb *.rpm
|
||||||
|
|
||||||
# exit 0
|
exit 0
|
||||||
|
|
||||||
if [ ! -n "`echo $distro | grep -F debian`" -a ! -n "`echo $distro | grep -F ubuntu`" ]; then
|
if [ ! -n "`echo $distro | grep -F debian`" -a ! -n "`echo $distro | grep -F ubuntu`" ]; then
|
||||||
if [ -d x64 ]; then
|
if [ -d x64 ]; then
|
||||||
|
9
linux-build-farm/debian-wheezy/x64/Dockerfile
Normal file
9
linux-build-farm/debian-wheezy/x64/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM debian:wheezy
|
||||||
|
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install -y build-essential debhelper ruby-ronn g++ make devscripts
|
||||||
|
|
||||||
|
ADD zt1-src.tar.gz /
|
||||||
|
|
||||||
|
RUN mv -f /ZeroTierOne/debian/control.wheezy /ZeroTierOne/debian/control
|
12
linux-build-farm/debian-wheezy/x86/Dockerfile
Normal file
12
linux-build-farm/debian-wheezy/x86/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#FROM tubia/debian:wheezy
|
||||||
|
#MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||||
|
|
||||||
|
#RUN apt-get update
|
||||||
|
#RUN apt-get install -y build-essential debhelper ruby-ronn g++ make devscripts
|
||||||
|
|
||||||
|
FROM zerotier/zt1-build-debian-wheezy-x86-base
|
||||||
|
MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||||
|
|
||||||
|
ADD zt1-src.tar.gz /
|
||||||
|
|
||||||
|
RUN mv -f /ZeroTierOne/debian/control.wheezy /ZeroTierOne/debian/control
|
Loading…
x
Reference in New Issue
Block a user