Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# colcon-bundle [![GitHub Action Status][action-badge]][action-workflow]

**NOTE:** `colcon-bundle` only supports Ubuntu Xenial and Ubuntu Bionic operating systems and x86, ARMHF, and ARM64 architectures. All other operating systems and architectures are currently not supported.
**NOTE:** `colcon-bundle` only supports Ubuntu Xenial, Ubuntu Bionic, and Ubuntu Focla operating systems and x86, ARMHF, and ARM64 architectures. All other operating systems and architectures are currently not supported.

This package is a plugin to [colcon-core](https://github.com/colcon/colcon-core.git). It provides functionality to bundle a built
workspace. A bundle is a portable environment which can be moved to a different linux system and executed
as if the contents of the bundle were installed locally.

Currently, ROS Kinetic is supported by installing the `colcon-ros-bundle` package.
Currently, ROS Kinetic, Noetic, and Foxy is supported by installing the `colcon-ros-bundle` package.

# Installation

Expand All @@ -26,7 +26,6 @@ sudo pip3 install colcon-ros-bundle
1. Add dependencies to the install list for each installer.
1. Run installs in the following order:
1. `apt`
1. `pip`
1. `pip3`
1. Run the following transforms:
1. Update the shebangs of scripts to use `#!/usr/bin/env`.
Expand Down
30 changes: 0 additions & 30 deletions colcon_bundle/installer/pip.py

This file was deleted.

3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ colcon_core.verb =
bundle = colcon_bundle.verb.bundle:BundleVerb
colcon_bundle.installer =
apt = colcon_bundle.installer.apt:AptBundleInstallerExtension
pip = colcon_bundle.installer.pip:PipBundleInstallerExtensionPoint
pip3 = colcon_bundle.installer.pip3:Pip3BundleInstallerExtensionPoint
pip = colcon_bundle.installer.pip3:Pip3BundleInstallerExtensionPoint
colcon_bundle.task.bundle =
python = colcon_bundle.task.python.bundle:PythonBundleTask

Expand Down
192 changes: 0 additions & 192 deletions test/installer/test_pip_installer.py

This file was deleted.