Skip to content

Commit

Permalink
bone101 (2.1.3-0rcnee4~buster+20190803)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Aug 3, 2019
1 parent 1d4dabb commit 6fa2b11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian-10-bone101/suite/buster/debian/changelog
@@ -1,3 +1,9 @@
bone101 (2.1.3-0rcnee4~buster+20190803) buster; urgency=low

* Rebuild for repos.rcn-ee.com

-- Robert Nelson <robertcnelson@gmail.com> Sat, 03 Aug 2019 11:13:51 -0500

bone101 (2.1.3-0rcnee3~buster+20190803) buster; urgency=low

* Rebuild for repos.rcn-ee.com
Expand Down
5 changes: 5 additions & 0 deletions debian-10-bone101/suite/buster/debian/postinst
Expand Up @@ -59,8 +59,10 @@ chown -R 1000:1000 /var/lib/cloud9/ || true
if [ -d /var/lib/cloud9/ ] ; then
echo "Setting up Cloud9 examples from: https://github.com/beagleboard/cloud9-examples"
if [ -d /var/cache/bone101/cloud9-examples.git/ ] ; then
echo "git clone --depth=1 file:///var/cache/bone101/cloud9-examples.git /var/lib/cloud9/"
git clone --depth=1 file:///var/cache/bone101/cloud9-examples.git /var/lib/cloud9/
else
echo "git clone --depth=1 https://github.com/beagleboard/cloud9-examples /var/lib/cloud9/"
git clone --depth=1 https://github.com/beagleboard/cloud9-examples /var/lib/cloud9/
fi

Expand All @@ -75,6 +77,9 @@ fi

rm -rf /var/cache/bone101/cloud9-examples.git/ || true

##AH CRAP
chown -R 1000:1000 /home/debian/ || true

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

Expand Down
2 changes: 1 addition & 1 deletion debian-10-bone101/version.sh
Expand Up @@ -11,7 +11,7 @@ git_sha=""
reprepro_dir="b/${package_name}"
dl_path="pool/main/${reprepro_dir}/"

debian_version="${package_version}-0rcnee3"
debian_version="${package_version}-0rcnee4"
debian_untar=""
debian_patch=""

Expand Down

0 comments on commit 6fa2b11

Please sign in to comment.