Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-09-05 21:32:33 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-09-05 21:32:33 +0200
commitbec3931abe72e9d6e9990da64df275ae4333d40c (patch)
tree5e4d174e95d28ee947078fdabd06f5f8b1fdae53
parent1f44d6529d4bba8a9c1d0a101938b4cbcca543c6 (diff)
changed path to iso to server specific file path to simplify deployment
-rw-r--r--vagrant.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant.json b/vagrant.json
index 570dd93..ea7d63d 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -1,7 +1,7 @@
{
"variables": {
- "iso_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso",
- "iso_checksum_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/sha1sums.txt",
+ "iso_url": "file:///srv/ftp/iso/latest/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso",
+ "iso_checksum_url": "file:///srv/ftp/iso/latest/sha1sums.txt",
"iso_checksum_type": "sha1",
"disk_size": "20480",
"memory": "1024",