Skip to content

Commit

Permalink
Switch Machinekit APT repo
Browse files Browse the repository at this point in the history
Temporarily switch to Zultron's (my) "stable" APT repo while upstream
CMake issues are worked out.

machinekit/machinekit-hal#361
  • Loading branch information
zultron committed Dec 31, 2021
1 parent afa1cac commit 9df104d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/upstream_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ install_cloudsmith_repo() {
}

source /etc/os-release
install_cloudsmith_repo machinekit machinekit-hal D35981AB4276AC36
install_cloudsmith_repo machinekit machinekit A9B6D8B4BD8321F3
# FIXME Machinekit repos currently broken; use Zultron's "stable" repo
# install_cloudsmith_repo machinekit machinekit-hal D35981AB4276AC36
# install_cloudsmith_repo machinekit machinekit A9B6D8B4BD8321F3
install_cloudsmith_repo zultron machinekit EB6FA9FCFA405632
apt-get update

# Add Machinekit rosdep keys
Expand All @@ -39,10 +41,3 @@ cat >$UPSTREAM_ROSDEP_YML <<-EOF
echo "yaml file://$UPSTREAM_ROSDEP_YML" > \
/etc/ros/rosdep/sources.list.d/10-local.list
rosdep update

# - Avoid broken Machinekit versions
cat >/etc/apt/preferences.d/10broken-machinekit <<-EOF
Package: machinekit-hal
Pin: version 0.4.*
Pin-Priority: 550
EOF

0 comments on commit 9df104d

Please sign in to comment.