Skip to content

Commit d89a138

Browse files
[python3-catkin-tools] use ros ppa again for catkin_tool (#241)
[python3-catkin-tools] use ros ppa again for catkin_tools; remove tem…
2 parents bf29ec5 + 6892306 commit d89a138

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

python3-catkin-tools/install.bash

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#! /usr/bin/env bash
2+
3+
# Added on 2021-08-02; Should be removed not later than 2021-11-02
4+
ppa_file=/etc/apt/sources.list.d/catkin-tools-ubuntu-ppa-focal.list
5+
if [ -f $ppa_file ]
6+
then
7+
tue-install-info "Deleting temp catkin PPA. ROS PPA will be used instead"
8+
sudo rm $ppa_file
9+
tue-install-apt-get-update
10+
else
11+
tue-install-debug "Temp catkin PPA is already deleted/has never been installed"
12+
fi

python3-catkin-tools/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- type: target
2-
name: catkin-tools-setup
2+
name: ros-setup
33

44
- type: system
55
name: python3-catkin-tools

0 commit comments

Comments
 (0)