[ros-users] [Discourse.ros.org] [Buildfarm] How to completely remove a package from a build farm's status page?

Tully Foote ros.discourse at gmail.com
Tue Nov 29 20:05:30 UTC 2016




I'm surprised that you're not finding the package with locate. 

To find the packages in the repo 

You can use a query the repo directly like this: 
```
reprepro -v -b /var/repos/ubuntu/building -A source listfilter trusty "Package (% *tornado* )"
trusty|main|source: ros-indigo-tornado 4.2.1-1trusty
trusty|main|source: ros-jade-tornado 4.2.1-0trusty
```

When doing things on the repo make sure to su to jenkins-slave to not override file permissions. 

As `jenkins-slave` user on your repository the following command should clear the packages after listing all matches on the default repo locations. 

```
jenkins-slave at ip-172-31-9-243:~/reprepro-updater$ ./remove_packages.py "Package (% *tornado* )"
```






---
[Visit Topic](http://discourse.ros.org/t/how-to-completely-remove-a-package-from-a-build-farms-status-page/911/7) or reply to this email to respond.




More information about the ros-users mailing list