Edgewall Software
Modify

Opened 7 years ago

Closed 6 years ago

#12839 closed task (fixed)

Release Trac 1.0.17

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.17
Component: general Version:
Severity: normal Keywords: release
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

This ticket is used to coordinate the finalization and testing of the next stable version of Trac, 1.0.17.

Attachments (0)

Change History (17)

comment:1 by Christian Boos, 7 years ago

Hello Ryan, just noticed today that the announcement mail for 1.0.15 said:

Trac 1.0.15 Released
====================

Trac 1.0.15, the latest maintenance release for the
current stable branch, is available.

current stable branch is also what pretends to be 1.2.2 ;-)

So we may want to use previous stable branch or older stable branch here for 1.0.16, with perhaps a note mentioning that 1.2.x is the current stable.

comment:2 by Ryan J Ollos, 7 years ago

Thanks, I'll make the adjustment for 1.0.16.

comment:3 by Ryan J Ollos, 7 years ago

DONE Address comment:22:ticket:12578 before release.

Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:4 by Ryan J Ollos, 7 years ago

Babel 2.5.0 released on the 18th, so we'll want to keep an eye on compatibility issue. All tests passing for me on OSX with Babel 2.5.0.

comment:5 by Ryan J Ollos, 7 years ago

Travis build auto-cancel by default now, see blog post. I disabled it, since we generally have a low commit rate.

Auto Cancellation allows you to only run builds for the latest commits in the queue. This setting can be applied to builds for Branch builds and Pull Request builds separately. Builds will only be canceled if they are waiting to run, allowing for any running jobs to finish.

Version 0, edited 7 years ago by Ryan J Ollos (next)

comment:6 by Ryan J Ollos, 7 years ago

Milestone: 1.0.161.0.17

Milestone renamed

comment:7 by Ryan J Ollos, 7 years ago

Summary: Release Trac 1.0.16Release Trac 1.0.17

Renamed 1.0.16 to 1.0.17 in r16356 (comment:20:ticket:12833). Noted in 1.0/TracChangeLog@6.

Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:8 by Ryan J Ollos, 6 years ago

Travis CI sends build notifications to trac-builds@ for forks. Issue 6100 has a workaround of encrypting the email, which I may try. The email only gets decrypted when committing to the repository used in the encrypt command.

Last edited 6 years ago by Ryan J Ollos (previous) (diff)

in reply to:  8 comment:9 by Jun Omae, 6 years ago

Replying to Ryan J Ollos:

Travis CI sends build notifications to trac-builds@ for forks. Issue 6100 has a workaround of encrypting the email, which I may try. The email only gets decrypted when committing to the repository used in the encrypt command.

Interested.

Related issue, Move notification settings to the website · Issue #1094 · travis-ci/travis-ci, is not resolved yet.

comment:10 by Ryan J Ollos, 6 years ago

Following my notes from comment:3:ticket:12833, I think the following is all that's needed:

$ travis encrypt "trac-builds@googlegroups.com" -r edgewall/trac
  • .travis.yml

    diff --git a/.travis.yml b/.travis.yml
    index 5a70fbb5d..1b5c5ce52 100644
    a b script:  
    9898notifications:
    9999  email:
    100100    recipients:
    101       - trac-builds@googlegroups.com
     101      secure: lIn4a3G6ww61t3o12DS4aWwEwD6Hl2kxcsZgkxvhU2MgzviJ5j3EBV5F/BlbQmR1BqM51qgDOXoQTO+y9cvzAYBkIy/gfLqZjAl0hfZep6iGZgl1cnUW4c5i9+wkF8PzTaQm+q9gwlIQ7JVedWw9jzHBIn80tCgTcavahAzyelk=
    102102jobs:
    103103  include:
    104104    - os: linux

comment:11 by Ryan J Ollos, 6 years ago

In order to first reproduce the behavior described in comment:8, I submitted a failing build in #198, but no notification was sent to the forum. I also tried restarting and canceling the building. Has the behavior changed and build notifications no longer sent for forks?

comment:12 by Ryan J Ollos, 6 years ago

Notifications from yesterday received after several hour delay (list moderation?), but now received immediately after a build failure.

Last edited 6 years ago by Ryan J Ollos (previous) (diff)

comment:13 by Ryan J Ollos, 6 years ago

comment:10 change committed to 1.0-stable in r16430. Merged in r16434:r16435.

comment:14 by Ryan J Ollos, 6 years ago

Description: modified (diff)

comment:15 by Ryan J Ollos, 6 years ago

Documentation updated to address SO:49120675: r16440, r16441, r16442.

comment:16 by Ryan J Ollos, 6 years ago

Owner: set to Ryan J Ollos
Status: newassigned

comment:17 by Ryan J Ollos, 6 years ago

Resolution: fixed
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.