bloom-release-3
Bloom is a release automation tool from Robot OS (Python 3)
Install
- All systems
-
curl cmd.cat/bloom-release-3.sh
- Debian
-
apt-get install python3-bloom
- Ubuntu
-
apt-get install python3-bloom
- Kali Linux
-
apt-get install python3-bloom
- Fedora
-
dnf install python3-bloom
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-bloom
- Dockerfile
- dockerfile.run/bloom-release-3
python3-bloom
Bloom is a release automation tool from Robot OS (Python 3)
This package is part of Robot OS (ROS). It (bloom) provides tools for releasing software on top of a git repository and uses tools and patterns from git-buildpackage. Additionally, bloom uses meta and build information from catkin (https://github.com/ros/catkin) to automate release branching and the generation of platform specific source packages, like debian's src-debs. This package installs the library for Python 3.