Skip to content

Commit

Permalink
adding stretch in deb build script
Browse files Browse the repository at this point in the history
  • Loading branch information
carsso committed Aug 15, 2017
1 parent 28dbab8 commit 361e90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/deb/makePackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ dpkg-deb --build $PACKAGEROOT /tmp/wigo.deb
reprepro --ask-passphrase -b $DEBMIRRORROOT includedeb squeeze /tmp/wigo.deb
reprepro --ask-passphrase -b $DEBMIRRORROOT includedeb wheezy /tmp/wigo.deb
reprepro --ask-passphrase -b $DEBMIRRORROOT includedeb jessie /tmp/wigo.deb
reprepro --ask-passphrase -b $DEBMIRRORROOT includedeb stretch /tmp/wigo.deb

#if [ -e /tmp/wigo_arm.deb ] ; then
# reprepro --ask-passphrase -b $DEBMIRRORROOT includedeb wheezy /tmp/wigo_arm.deb
Expand Down

0 comments on commit 361e90a

Please sign in to comment.