[hibernate-dev] Maintenance on ci.hibernate.org

2014-11-30 Thread Sanne Grinovero
All,
we needed to do some unplanned maintenance on ci.hibernate.org.

At some point it was clear that we needed do deploy some significant
upgrades so while Davide fixed Apache HTTPD, I went ahead and updated
all of Jenkins plugins as well.. which I usually avoid to not need
checking all builds and integrations with external services, but this
time all validations would be needed anyway.

So:
 - I'm sorry if you received some false notifications from it.
 - If some builds are now broken, it might need some reconfiguration.
 - same for plugins configurations: I'm unable to double-check all
things you've all setup.

Please let me know what isn't working anymore, or if you have a moment
to volunteer looking yourself that would be great.

# Reminder
Anyone in the Hibernate organization on GitHub has configuration and
write permissions on this server; if you know what you're doing feel
free to take advantage of that but please always share a summary of
what you did / plan to do.

Sanne
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Maintenance of github hooks for Hibernate ORM

2014-11-30 Thread Sanne Grinovero
Hi Steve,
I was checking our web-hooks and various integrations, noticed two
thing with the hooks setup for ORM:

# bitbucket

The hook wasn't working as github refused to deliver the metadata as
the SSL certificate would fail, as the hook was setup to use the old
URL "hibernate.onjira.com" rather than "hibernate.atlassian.net".

I've replaced the notification from
 https://hibernate.onjira.com/rest/bitbucket/1.0/repository/28/sync
to
 https://hibernate.atlassian.net/rest/bitbucket/1.0/repository/28/sync
and it seems it accepts it now.

I don't know however what the purpose of this hook is, so I hope
having fixed this doesn't cause any trouble.
Also it seems other projects have a similar hook, but use a different number?

For example hibernate-metamodelgen has:
https://hibernate.onjira.com/rest/bitbucket/1.0/repository/34/sync
Should I update all domain names keeping the number as-is?

# Post-Bin log

This smart URL that you had put in place to track forced pushes seems
to no longer work:
http://www.postbin.org/1c9pv3l
Should we replace it with something else? It seems to have been
replaced by requestb.in

Thanks,
Sanne
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev