« July 2009
SunMonTueWedThuFriSat
   
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
       
Today
XML

Neat blogs

Navigation

Editing

Powered by Roller Weblogger.

statcounter.com

clustrmaps.com

Locations of visitors to this page

technorati.com

20081009 Thursday October 09, 2008
nfs41-gate is branch merged with snv_100

I just merged the nfs41-gate with the snv_100 tagged onnv-gate. This caused me to bump the closedv tag to 2 in the nfs41-gate.

You can refresh your copies of our closed-bins at http://www.opensolaris.org/os/project/nfsv41/downloads/.

BTW: While the pushes are automatic, I'm still trying to get the notification to be automatic.


Originally posted on Kool Aid Served Daily
Copyright (C) 2008, Kool Aid Served Daily

Trackback URL: http://blogs.sun.com/tdh/entry/nfs41_gate_is_branch_merded
Comments:

I am not sure which notifications you talk about. If is an e-mail, then keep reading :)

I have in 'top' repository followin lines in .hg/hgrc file:
--------------------------------------------------
[extensions]
hgext.notify =

[hooks]
# Enable either changegroup or incoming.
# changegroup will send one email for each push,
# whereas incoming sends one email per changeset.
changegroup.notify = python:hgext.notify.hook

[email]
from = hg@xxxx.xx

[smtp]
host = smtp.xxxx.xx
baseurl = http://hg.xxxx.xx/project

[notify]
# multiple sources can be specified as a whitespace separated list
sources = serve push pull bundle

# set this to False when you are ready for mail to start sending
test = False
config = /store/etc/hg.users

strip = 4

# you can override the changeset template here, if you want.
# If it does not start with \n it may confuse the email parser.
# here is an example that makes the changeset template look more like hg log:
template = \nSubject: {webroot}: {desc|firstline|strip}\ndetails: {baseurl}{webr
oot}/rev/{node|short}\nchangeset: {rev}:{node|short}\nuser: {author}\ndate: {dat
e|date}\ndescription:\n{desc}\n

# max lines of diffs to include (0=none, -1=all)
maxdiff = 300

--------------------------------------------------

in addition to that there is a /store/etc/hg.users file with list of email adresses (we have a mailing list for developers team):
--------------------------------------------------
[reposubs]
* = team@xxxx.xx
--------------------------------------------------

Posted by Tigran Mkrtchyan on October 10, 2008 at 01:22 AM CDT #

Tigran,

The nfsv41-discuss mailing list rejects the email from the push on the server.

However, you are right in perhaps we can have the internal gate do the email notification. I hadn't thought of that.

Thanks,
Tom

Posted by Thomas Haynes on October 10, 2008 at 10:42 AM CDT #

Post a Comment:

Name:
E-Mail:
URL:

Your Comment:

HTML Syntax: NOT allowed