Ticket #128 (closed enhancement: fixed)
add authentication support for monotone
| Reported by: | chris | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.+ |
| Version: | 0.7.6 | Keywords: | monotone |
| Cc: |
Description
Some monotone repositories do not have anonymous pull access, so having the ability to specify a user would be useful.
Attachments
Change History
Changed 4 years ago by chris
-
attachment
monotone_user_support.patch
added
comment:1 Changed 4 years ago by warner
sounds good, but the patch appears to be empty.. could you re-add it?
comment:2 Changed 3 years ago by albertHofkamp
Patch is non-empty but not in unified format, hence Trac cannot display it. Download in original format to see the changes.
comment:3 Changed 3 years ago by grim
What needs to be done for this to be accepted? The diff is there, it's just, as alberHofkamp said, not a unified diff.
Changed 3 years ago by grim
-
attachment
monotone_user_support-unified.diff
added
applied cleanly against darcs head, this one *IS* unified
comment:6 Changed 3 years ago by dustin
- Milestone changed from 0.7.10 to 0.7.+
the patch adds username/password support to the Darcs support on the slave, not Monotone. Either way, if you add/change the interface on the slave, you should change the version number and check the version number on the master.
It seems like your master-side Monotone changes only add a username. Is this intentional?
comment:7 Changed 21 months ago by PhilHannent
With monotone you can have a hook which would provide the password, that way you would not need to have the password in the buildbot script.
I would be very keen to see buildbot support monotone natively.
comment:8 Changed 21 months ago by dustin
Note that buildbot *does* support monone natively, although it hasn't seen much maintenance recently.
The problem with adding more VC's is that it's difficult to maintain them without someone familiar with the VC. If you could arrange a reliable maintainer from the monotone community (or, better, arrange a connection between the buildbot and monotone communities, so we do not depend on one person), then support could be better.
comment:9 Changed 21 months ago by dustin
- Keywords monotone added
- Owner dustin deleted
- Summary changed from add user support for monotone to add authentication support for monotone
comment:10 Changed 18 months ago by dustin
- Status changed from assigned to closed
- Resolution set to fixed
Monotone support was just removed from Buildbot.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Diffs of lines changed to add user support.