[ros-users] [Discourse.ros.org] [Buildfarm] How to completel…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Tully Foote via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [Buildfarm] How to completely remove a package from a build farm's status page?



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@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.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>