bloom-generate
Bloom is a release automation tool from Robot OS (Python 2)
Install
- All systems
-
curl cmd.cat/bloom-generate.sh
- Debian
-
apt-get install python-bloom
- Ubuntu
-
apt-get install python-bloom
- Kali Linux
-
apt-get install python-bloom
- Fedora
-
dnf install python2-bloom
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-bloom
- Raspbian
-
apt-get install python-bloom
- Dockerfile
- dockerfile.run/bloom-generate
python-bloom
Bloom is a release automation tool from Robot OS (Python 2)
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 2.