bootstrap/dists: add rendered files for dists
authorJoe Guo <joeg@catalyst.net.nz>
Tue, 12 Feb 2019 00:01:17 +0000 (13:01 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Feb 2019 03:09:20 +0000 (04:09 +0100)
commit50a1109c8e42c9a6ca64e46b093183bff3abc0d1
tree4514b2b36ca6733ea9b20245a9a3b0ddd9315319
parent26d2f74cc915d4499a6abfedc9034e60f33a3138
bootstrap/dists: add rendered files for dists

Add these into repo, then we can link it to samba wiki,
for people to get a latest and precise pkg list

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
31 files changed:
bootstrap/dists/Vagrantfile [new file with mode: 0644]
bootstrap/dists/centos6/Dockerfile [new file with mode: 0644]
bootstrap/dists/centos6/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/centos6/packages.yml [new file with mode: 0644]
bootstrap/dists/centos7/Dockerfile [new file with mode: 0644]
bootstrap/dists/centos7/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/centos7/packages.yml [new file with mode: 0644]
bootstrap/dists/debian7/Dockerfile [new file with mode: 0644]
bootstrap/dists/debian7/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/debian7/packages.yml [new file with mode: 0644]
bootstrap/dists/debian8/Dockerfile [new file with mode: 0644]
bootstrap/dists/debian8/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/debian8/packages.yml [new file with mode: 0644]
bootstrap/dists/debian9/Dockerfile [new file with mode: 0644]
bootstrap/dists/debian9/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/debian9/packages.yml [new file with mode: 0644]
bootstrap/dists/fedora28/Dockerfile [new file with mode: 0644]
bootstrap/dists/fedora28/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/fedora28/packages.yml [new file with mode: 0644]
bootstrap/dists/fedora29/Dockerfile [new file with mode: 0644]
bootstrap/dists/fedora29/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/fedora29/packages.yml [new file with mode: 0644]
bootstrap/dists/ubuntu1404/Dockerfile [new file with mode: 0644]
bootstrap/dists/ubuntu1404/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/ubuntu1404/packages.yml [new file with mode: 0644]
bootstrap/dists/ubuntu1604/Dockerfile [new file with mode: 0644]
bootstrap/dists/ubuntu1604/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/ubuntu1604/packages.yml [new file with mode: 0644]
bootstrap/dists/ubuntu1804/Dockerfile [new file with mode: 0644]
bootstrap/dists/ubuntu1804/bootstrap.sh [new file with mode: 0644]
bootstrap/dists/ubuntu1804/packages.yml [new file with mode: 0644]