Skip to content

Commit

Permalink
stretch, drop debfoster...
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Jul 29, 2016
1 parent 6f7e847 commit 4bfa8fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 0 additions & 3 deletions notes.txt
@@ -1,5 +1,2 @@
Special builders:

ssh a4 = repo + nodesource
ssh a5 = machinekit
ssh a6 = repo + exp
8 changes: 8 additions & 0 deletions tools/doc-sbuild.txt
Expand Up @@ -10,6 +10,14 @@ sudo sbuild-shell source:jessie-armhf-sbuild
echo "deb http://apt-proxy:3142/repos.rcn-ee.net/debian jessie main" >> /etc/apt/sources.list ; \
echo "deb-src http://apt-proxy:3142/repos.rcn-ee.net/debian jessie main" >> /etc/apt/sources.list

#debian jessie (exp)
sudo sbuild-shell source:jessie-armhf-exp-sbuild

echo "deb http://apt-proxy:3142/repos.rcn-ee.net/debian jessie main" >> /etc/apt/sources.list ; \
echo "deb-src http://apt-proxy:3142/repos.rcn-ee.net/debian jessie main" >> /etc/apt/sources.list ;\
echo "deb http://apt-proxy:3142/repos.rcn-ee.net/debian-exp jessie main" >> /etc/apt/sources.list ; \
echo "deb-src http://apt-proxy:3142/repos.rcn-ee.net/debian-exp jessie main" >> /etc/apt/sources.list

#debian stretch:
sudo sbuild-shell source:stretch-armhf-sbuild

Expand Down
2 changes: 1 addition & 1 deletion tools/prepare_sbuilds.sh
Expand Up @@ -83,7 +83,7 @@ if [ ! "x${builder}" = "xapm-mustang-8gb" ] ; then
dist="stretch"
unset flavor
arch="armhf"
options=""
options="--exclude=debfoster"
setup_update_sbuild
fi
fi
Expand Down

0 comments on commit 4bfa8fb

Please sign in to comment.