tools is not a gerrit project, and none of the obvious ways to push the change work
On Thu, May 17, 2012 at 1:16 PM, Ken Dreyer <[email protected]> wrote: > Hi all, > > With the upcoming 1.7.13 release, any chance of this getting merged? > > - Ken > > On Tue, May 8, 2012 at 5:15 AM, Derrick Brashear <[email protected]> wrote: >> Hm. We never set up gerrit for the tools module, did we... >> >> >> On Tue, May 8, 2012 at 12:40 AM, Ken Dreyer <[email protected]> wrote: >>> The 1.7 branch is a development branch, and all 1.7 git tags are of the >>> form "openafs-devel-1.7.x". The make_www_release script followed this >>> convention for 1.5, and now it needs to follow this convention for 1.7. >>> >>> Change-Id: I6ff3747c23951952880c4c2a136744c3fe76d499 >>> --- >>> openafs/make_www_release | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/openafs/make_www_release b/openafs/make_www_release >>> index c812b2c..08864e4 100755 >>> --- a/openafs/make_www_release >>> +++ b/openafs/make_www_release >>> @@ -82,7 +82,7 @@ $WWWPath = >>> "$WWWRoot/openafs$CandidatePrefix/$Version"; >>> if ($devel) { >>> $GITTag = "openafs-devel-" . $Version; >>> } else { >>> - if ($Version =~ /^1\.5/) { >>> + if ($Version =~ /^1\.7/) { >>> $GITTag = "openafs-devel-" . $Version; >>> } else { >>> $GITTag = "openafs-stable-" . $Version; >>> -- >>> 1.7.6.5 >>> > _______________________________________________ > OpenAFS-devel mailing list > [email protected] > https://lists.openafs.org/mailman/listinfo/openafs-devel -- Derrick _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
