- PR #330:
.version()method now expects theversionargument to be last instead of first.
Upgrade: change .version('1.0.0', 'v', 'Print app version') to .version('v', 'Print app version', '1.0.0')
.version() method now expects the version argument to be last instead of first.Upgrade: change .version('1.0.0', 'v', 'Print app version') to .version('v', 'Print app version', '1.0.0')
This week finds a new human working at npm, Inc. Its name is Andrew Goode, an engineer who previously hacked for 8 years in the telematics industry. Haven't heard of him? Yeah, we haven't either. But he comes highly recommended and will be doing his best to make the npm On-Site product as goode as it can be. (See what we did there?) Andrew is based in Atlanta and kinda looks like this:
You can find him at local Node meetups or on GitHub and Twitter as nexdrew.
I hereby claim:
To claim this, I am signing this object:
| # MariaDB 10.0 CentOS repository list - created 2015-05-21 19:53 UTC | |
| # http://mariadb.org/mariadb/repositories/ | |
| [mariadb] | |
| name = MariaDB | |
| baseurl = http://yum.mariadb.org/10.0/centos7-amd64 | |
| gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB | |
| gpgcheck=1 |
| /var/lib/redis/logs/redis.log { | |
| daily | |
| rotate 14 | |
| copytruncate | |
| delaycompress | |
| compress | |
| notifempty | |
| missingok | |
| } |
| import java.nio.file.attribute.BasicFileAttributes | |
| import java.nio.file.* | |
| //-- first validate args | |
| def exit = { code, msg -> | |
| println msg | |
| System.exit(code) | |
| } | |
| if(args.length != 2) { |
| import java.util.Arrays; | |
| import org.hibernate.FlushMode; | |
| import org.hibernate.HibernateException; | |
| import org.hibernate.Session; | |
| import org.hibernate.context.TenantIdentifierMismatchException; | |
| import org.hibernate.context.internal.ManagedSessionContext; | |
| import org.hibernate.engine.spi.SessionFactoryImplementor; | |
| import org.hibernate.service.jta.platform.spi.JtaPlatform; | |
| import org.slf4j.Logger; |