Skip to content

Commit

Permalink
bb-customizations (1.20190730.0-0rcnee0~buster+20190730)
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 30, 2019
1 parent ae0af37 commit 85ad497
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 5 deletions.
6 changes: 6 additions & 0 deletions bb-customizations/suite/bionic/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bb-customizations (1.20190730.0-0rcnee0~bionic+20190730) bionic; urgency=low

* Rebuild for repos.rcn-ee.com

-- Robert Nelson <robertcnelson@gmail.com> Tue, 30 Jul 2019 18:52:44 -0500

bb-customizations (1.20190729.0-0rcnee0~bionic+20190729) bionic; urgency=low

* Rebuild for repos.rcn-ee.com
Expand Down
2 changes: 2 additions & 0 deletions bb-customizations/suite/bionic/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
groupadd gpio --system || true
groupadd pwm --system || true
groupadd eqep --system || true
groupadd remoteproc --system || true
groupadd rpmsg_pru --system || true

case "$1" in
configure)
Expand Down
6 changes: 6 additions & 0 deletions bb-customizations/suite/buster/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bb-customizations (1.20190730.0-0rcnee0~buster+20190730) buster; urgency=low

* Rebuild for repos.rcn-ee.com

-- Robert Nelson <robertcnelson@gmail.com> Tue, 30 Jul 2019 18:52:44 -0500

bb-customizations (1.20190729.0-0rcnee0~buster+20190729) buster; urgency=low

* Rebuild for repos.rcn-ee.com
Expand Down
2 changes: 2 additions & 0 deletions bb-customizations/suite/buster/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
groupadd gpio --system || true
groupadd pwm --system || true
groupadd eqep --system || true
groupadd remoteproc --system || true
groupadd rpmsg_pru --system || true

case "$1" in
configure)
Expand Down
6 changes: 6 additions & 0 deletions bb-customizations/suite/stretch/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bb-customizations (1.20190730.0-0rcnee0~stretch+20190730) stretch; urgency=low

* Rebuild for repos.rcn-ee.com

-- Robert Nelson <robertcnelson@gmail.com> Tue, 30 Jul 2019 18:52:44 -0500

bb-customizations (1.20190729.0-0rcnee0~stretch+20190729) stretch; urgency=low

* Rebuild for repos.rcn-ee.com
Expand Down
2 changes: 2 additions & 0 deletions bb-customizations/suite/stretch/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
groupadd gpio --system || true
groupadd pwm --system || true
groupadd eqep --system || true
groupadd remoteproc --system || true
groupadd rpmsg_pru --system || true

case "$1" in
configure)
Expand Down
6 changes: 6 additions & 0 deletions bb-customizations/suite/xenial/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bb-customizations (1.20190730.0-0rcnee0~xenial+20190730) xenial; urgency=low

* Rebuild for repos.rcn-ee.com

-- Robert Nelson <robertcnelson@gmail.com> Tue, 30 Jul 2019 18:52:44 -0500

bb-customizations (1.20190729.0-0rcnee0~xenial+20190729) xenial; urgency=low

* Rebuild for repos.rcn-ee.com
Expand Down
2 changes: 2 additions & 0 deletions bb-customizations/suite/xenial/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
groupadd gpio --system || true
groupadd pwm --system || true
groupadd eqep --system || true
groupadd remoteproc --system || true
groupadd rpmsg_pru --system || true

case "$1" in
configure)
Expand Down
10 changes: 5 additions & 5 deletions bb-customizations/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package_name="bb-customizations"
debian_pkg_name="${package_name}"
package_version="1.20190729.0"
package_version="1.20190730.0"
package_source=""
src_dir=""

Expand All @@ -15,7 +15,7 @@ debian_version="${package_version}-0rcnee0"
debian_untar=""
debian_patch=""

stretch_version="~stretch+20190729"
buster_version="~buster+20190729"
xenial_version="~xenial+20190729"
bionic_version="~bionic+20190729"
stretch_version="~stretch+20190730"
buster_version="~buster+20190730"
xenial_version="~xenial+20190730"
bionic_version="~bionic+20190730"

0 comments on commit 85ad497

Please sign in to comment.