[Differential] D10162: Summary: Change to buildbot 0.9.5
mat (Mathieu Arnold)
phabric-noreply at FreeBSD.org
Tue Mar 28 14:59:54 UTC 2017
mat added a comment.
You missed the third step which tells you to do "svn move" (or "svn copy", but here it is svn move.)
As it is too late, because buildbot-slave is gone, it is going to be a bit more complicated, a bit of a mix from the copy and the resurection. What you're going to need to do is:
- copy the current buildbot-worker directory somewhere
- `svn rm buildbot-worker`
- `svn commit` (this will break INDEX and ports that have a dependency on it, but you're fixing it in the next commit, so, it's "ok")
- `svn cp 'svn+ssh://repo.freebsd.org/ports/head/devel/buildbot-slave/@437058' buildbot-worker`
- pull back the changes from buildbot-slave to buildbot-worker.
- `svn commit` (this will unbreak INDEX and all)
REPOSITORY
rP FreeBSD ports repository
REVISION DETAIL
https://reviews.freebsd.org/D10162
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: rodrigc, grembo, freebsd-python-list
Cc: mat
More information about the freebsd-python
mailing list