Asgeir Storesund Nilsen

Results 10 comments of Asgeir Storesund Nilsen

It will only alter the behavior for situations where POM versions are configured with build numbers according to the Maven version number rules: http://www.mojohaus.org/versions-maven-plugin/version-rules.html Previously, this plugin would append `_1`...

My suggested modification does not change this behavior, Yum still treats 1.0.0 and 1.0.0-1 as updates to 1.0.0-SNAPSHOT. The only downside with my modification is that 1.0.0 and 1.0.0-1 get...

Yes, rpm -U behaves in the expected way. It permits upgrades from 1.0.0-SNAPSHOT to 1.0.0-alpha-1, and from 1.0.0-alpha-1 to 1.0.0. It does not permit upgrades from 1.0.0 to 1.0.0-1, since...

Ok. I'm a bit rusty in Mojos, where would I need to define this flag?

Huh. What was the project versions in the POM used when building these two packages? It is a bit puzzling to me.. Den lør. 2. jul. 2016, 22:12 skrev Dan...

Hi, I've just tested v1.0.8, but unfortunately this didn't work for our case. We've worked around it with a fork where we've added the following : ```js if (resp.headers.get('Content-Length') ===...

I'd suggest using the name `SSH/3` to really emphasize that it's distinct from traditional SSH. The differences are quite significant from a network perspective.

Perhaps pleaserun could be an optional dependency for fpm?

For those interested, I've created forks of `pleaserun` and `fpm` to lock the `dotenv` version to one compatible with Ruby 2. How to use: 1. Create legacy GitHub personal access...

This .envrc works, but is this the intended way of doing it? ``` source .venv/bin/activate layout python ```