comparison master.cfg @ 16:b2e9c6f7d3e5

use savannah for both stable and default branches of octave
author John W. Eaton <jwe@octave.org>
date Fri, 05 Jun 2020 15:55:09 +0000
parents cbcd3693ff0e
children cfa6aaf2a7eb
comparison
equal deleted inserted replaced
15:cbcd3693ff0e 16:b2e9c6f7d3e5
56 ## The main mercurial repository server. This machines pings the 56 ## The main mercurial repository server. This machines pings the
57 ## PBChangeSource. The workers should pull from it, to make 57 ## PBChangeSource. The workers should pull from it, to make
58 ## sure they are in sync. 58 ## sure they are in sync.
59 59
60 octave_hg_repo = "https://hg.savannah.gnu.org/hgweb/octave" 60 octave_hg_repo = "https://hg.savannah.gnu.org/hgweb/octave"
61 ## NOTE: We need this second URL for the Octave sources because 61 stable_octave_hg_repo = "https://hg.savannah.gnu.org/hgweb/octave"
62 ## of a bug in buildbot that won't allow two hg poller instances
63 ## for the same URL. If that were possible, then we could have
64 ## one URL for both the stable and default branches.
65 stable_octave_hg_repo = "http://hg.octave.org/octave"
66 mxe_octave_hg_repo = "http://hg.octave.org/mxe-octave" 62 mxe_octave_hg_repo = "http://hg.octave.org/mxe-octave"
67 63
68 ## CHANGESOURCES 64 ## CHANGESOURCES
69 65
70 ## the 'change_source' setting tells the buildmaster how it should 66 ## the 'change_source' setting tells the buildmaster how it should