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.
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 #