# Releasing your code via aass build farm## Repository preparation1. Copy content of this repository into the root directory of your package2. Modify line 13 in .gitlab-ci/release.sh. Replace <metapackage> with the name of your meta package.3. Modify line 4 in .gitlab-ci/release.sh. Replace <Topologicalorderofpackages> with the topological order of packages in your meta package. (You can use catkin_topological_order to check it.)4. In tab Setting->General of your project add tag ros## Add dependencies1. Add all your packages to the list in https://gitsvn-nt.oru.se/software/aass_rosdep.