Skip to content

Commit

Permalink
Release 0.4.3. Fix decomputil debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoltin committed Aug 1, 2018
1 parent 0d85dc1 commit 9726b43
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Astrobee Robot Software v1

## Release 0.4.3

Fix decomputil debian, revert to older version.

## Release 0.4.2

This release fixes a bug where we attempted to build the smart dock even
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
astrobee (0.4.3) testing; urgency=medium

* Fix decomputil debian.

-- Astrobee Flight Software <[email protected]> Wed, 01 Aug 2018 10:53:24 -0700

astrobee (0.4.2) testing; urgency=medium

* Only build smart dock when we have DDS.
Expand Down
2 changes: 1 addition & 1 deletion freeflyer.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "NASA Astrobee Robot software"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.4.2
PROJECT_NUMBER = 0.4.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 2 additions & 1 deletion scripts/setup/debians/build_decomputil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ DEB_DIR=decomputil
if [ -d $PACKAGE_NAME ]; then
rm -rf $PACKAGE_NAME
fi
git clone https://github.com/sikang/DecompUtil.git $PACKAGE_NAME || exit 1
git clone https://github.com/bcoltinnasa/DecompUtil.git $PACKAGE_NAME || exit 1
cd $PACKAGE_NAME
git checkout 5d652b8d144c8075b272094fb95b90ab9ff0e48e
git archive --prefix=$PACKAGE_NAME/ --output=../$ORIG_TAR --format tar.gz HEAD || exit 1
cp -r ../$DEB_DIR debian
debuild -us -uc || exit 1
Expand Down

0 comments on commit 9726b43

Please sign in to comment.