switching to https

This commit is contained in:
Seth Call 2015-07-13 14:29:42 -05:00
parent 27e0d3ac66
commit b59126c3a7
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
GEM_SERVER=http://localhost:9000/gems
DEB_SERVER=http://localhost:9010/apt-`uname -p`
GEM_SERVER=https://int.jamkazam.com:9000/gems
DEB_SERVER=https://int.jamkazam.com:9010/apt-`uname -p`
echo "starting build..."
./build

View File

@ -1,6 +1,6 @@
#!/bin/bash
GEM_SERVER=http://localhost:9000/gems
GEM_SERVER=https://int.jamkazam.com:9000/gems
echo "starting build..."
./build

View File

@ -1,6 +1,6 @@
#!/bin/bash
GEM_SERVER=http://localhost:9000/gems
GEM_SERVER=https://int.jamkazam.com:9000/gems
echo "starting build..."
./build

View File

@ -1,6 +1,6 @@
#!/bin/bash
DEB_SERVER=http://localhost:9010/apt-`uname -p`
DEB_SERVER=https://int.jamkazam.com:9010/apt-`uname -p`
echo "starting build..."
./build

View File

@ -1,7 +1,7 @@
#!/bin/bash
GEM_SERVER=http://localhost:9000/gems
DEB_SERVER=http://localhost:9010/apt-`uname -p`
GEM_SERVER=https://int.jamkazam.com:9000/gems
DEB_SERVER=https://int.jamkazam.com:9010/apt-`uname -p`
echo "starting build..."
./build