Skip to content
Commits on Source (2)
......@@ -229,7 +229,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
rm -f $DUMMY_FILE
fi
echo "$(date -u) - updating the schroots and pbuilder now..."
echo "$(date -u) - updating the chdists, schroots and pbuilder now..."
# use host architecture (only)
ARCH=$(dpkg --print-architecture)
# use host apt proxy configuration for pbuilder
......
......@@ -322,7 +322,6 @@
- 'profitbricks2': { my_arch: 'i386' }
- 'profitbricks5': { my_arch: 'amd64' }
- 'profitbricks6': { my_arch: 'i386' }
- 'profitbricks7': { my_arch: 'amd64' }
- 'profitbricks9': { my_arch: 'amd64' }
- 'profitbricks10': { my_arch: 'amd64' }
- 'profitbricks11': { my_arch: 'amd64' }
......@@ -382,7 +381,6 @@
- 'profitbricks2': { my_arch: 'i386' }
- 'profitbricks5': { my_arch: 'amd64' }
- 'profitbricks6': { my_arch: 'i386' }
- 'profitbricks7': { my_arch: 'amd64' }
- 'profitbricks9': { my_arch: 'amd64' }
- 'profitbricks10': { my_arch: 'amd64' }
- 'profitbricks11': { my_arch: 'amd64' }
......