Skip to content

Commit

Permalink
RTAI 5.3.1 for LinuxCNC
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Ari <neotheuser@ymail.com>
  • Loading branch information
NTULINUX committed Jun 19, 2021
1 parent 412da5b commit f5d3168
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## RTAI 5.2.3 for LinuxCNC

IMPORTANT NOTICE: STOP COPYING MY WORK FROM THIS TREE WITHOUT CREDITING ME!
## RTAI 5.3.1 for LinuxCNC

### Only AMD64 CPUs are supported!

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rtai (5.3.1-linuxcnc) buster; urgency=low

* RTAI 5.3.1 for LinuxCNC, many fixes

-- Alec Ari <neotheuser@ymail.com> Fri, 18 Jun 2021 23:41:48 -0500

rtai (5.2.3-linuxcnc) stretch; urgency=low

* Lots of fixes and updates
Expand Down
4 changes: 2 additions & 2 deletions debian/update-dch-from-git
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -x

if [ ! -d debian -o ! -d base -o ! -d testsuite ]; then
if [ ! -d debian -o ! -d src -o ! -d testsuite ]; then
echo "this script must be run from the root of the source tree (the directory with debian and src in it)"
exit 1
fi
Expand All @@ -28,7 +28,7 @@ set -e
(
echo "rtai ($NEW_DEB_VERSION) $(lsb_release -cs); urgency=low"
echo
git log --pretty=format:" * %w(72,0,6)%s" $GIT_TAG..
git log --pretty=format:" * %w(72,0,6)%s" ${GIT_TAG}
echo
echo
echo " -- buildbot <buildbot@example.com> $(date -R)"
Expand Down

0 comments on commit f5d3168

Please sign in to comment.