2b70f967a8
Merge pull request #14 from cwinfo/new-docker-solution
...
New-Docker-Solution to Branch Develop
2019-02-11 16:54:45 +02:00
c2561c90c7
Update Dockerfile
...
Making easier to install and update, because dont have to download Github repository manually.
2019-02-11 16:50:22 +02:00
fe09c234bc
Fix Debian generate.sh
2019-02-10 12:29:04 +00:00
9f7609817e
Remove yggdrasil-resume.service from systemd contrib and Debian package
2019-02-10 12:22:39 +00:00
462af89600
Merge pull request #12 from cwinfo/develop
...
Branch Develop to New-Docker-Solution
2019-02-04 15:25:37 +02:00
901333cc99
Update Dockerfile
2019-01-30 13:12:46 +02:00
6ef0e47632
fix merge conflict
2019-01-26 14:27:37 -06:00
2baedc9bcc
make ansible key generator a tiny bit faster
2019-01-25 21:28:22 +01:00
c8e1be0f73
link/stream refactoring bugfixes and gofmt
2019-01-19 16:37:45 -06:00
21306532c1
update ansible key generator
...
It's probably easier to use without it having an ansible folder prefix, if people want to put it into a different dir then they should change their workdir. Apart from that, this fixes a bug where I defined yggdrasil_signing_public_key twice, but never the private key.
2019-01-15 16:48:25 +01:00
88cf6b7684
add ansible key generator
2019-01-15 02:28:27 +01:00
8119db10c7
Merge pull request #302 from neilalexander/logo
...
Logo proposal
2019-01-08 22:17:09 +00:00
e6e7f9377f
Move --count parameter
2018-12-27 21:45:30 +00:00
8c7b9e2f90
Add a null check to name.sh
2018-12-27 21:44:29 +00:00
6fcd8a8dbd
Fix incorrect check
2018-12-27 21:36:50 +00:00
7eaee172cf
Replace tests with ifs
2018-12-27 21:22:46 +00:00
57894541b7
Check string emptiness
2018-12-27 21:14:23 +00:00
e6a246f040
Chop up contrib/semver/version.sh
2018-12-27 20:03:46 +00:00
b4a7dab34d
Versioning be damned
2018-12-26 23:50:17 +00:00
f91fb1045c
Downgraded all armhf builds to v6
2018-12-18 12:28:15 -05:00
ace9568981
Added compile support for Arm v6
...
Support for older raspberry pis and Pi Zero
2018-12-18 11:36:15 -05:00
09ea9a166f
More tweaks to semver
2018-12-18 12:14:47 +00:00
3ea33c9fa7
Fix build tags maybe?
2018-12-18 12:03:23 +00:00
bfdb079b79
Append suffix to master releaser releases if they are not the first merge (package revisions)
2018-12-18 11:52:22 +00:00
429d014d1c
Fix addgroup/groupadd
2018-12-18 11:16:27 +00:00
a22da8009f
Hopefully fix semver versioning breakage caused by non-master merge commits
2018-12-17 22:07:28 +00:00
0a9b34d121
Revert "Merge pull request #259 from neilalexander/semver"
...
This reverts commit 51b3746df6
, reversing
changes made to 6e87791e50
.
2018-12-17 19:17:29 +00:00
fb1d639f6d
Merge pull request #5 from cwinfo/develop
...
Branch Develop: Branch to Patch
2018-12-17 15:32:29 +02:00
712ec7d3fb
Update Dockerfile
...
ENV CGO_ENABLED=0
2018-12-17 15:28:45 +02:00
b20c3538b7
Point hjson to master repo following comments merge
2018-12-17 10:50:57 +00:00
0ee74a4efd
Update semver
2018-12-17 10:34:26 +00:00
e1c7983752
Update debian package to fix systemd disabling (not good for remote systems) and add group yggdrasil for admin socket/conf
2018-12-14 14:25:26 +00:00
73ed563dde
Update debian package behavior
...
It now won't enable itself automatically on install and it will
only start Yggdrasil if enabled in systemd. It also won't break
during install on systems where systemd is not present.
2018-12-12 20:29:56 +00:00
08ad163dfe
Add starting point for an RPM spec file
2018-12-09 23:10:12 +00:00
3b2044666d
Fix bug in semver version.sh
2018-12-08 11:31:20 +00:00
f2d01aa54d
Use bare version in deb/macos packages instead of cut
2018-12-08 10:54:47 +00:00
9d0b8ac6f4
Strip v from version during imprint
2018-12-08 10:51:31 +00:00
5315bc25c5
Return 1 instead of -1 from semver/deb
2018-12-08 10:33:33 +00:00
2da3ef420c
Update documentation, remove stray .DS_Store file
2018-12-08 10:30:43 +00:00
586781b49c
convert to go module
2018-12-07 19:56:04 -06:00
4bc009d845
Update semver behaviour
2018-12-07 22:17:09 +00:00
d0c2ce90bb
Fix semver when git history is not present
2018-12-07 22:03:57 +00:00
4532d0e0c8
Merge pull request #219 from neilalexander/semver
...
Tag releases in master using CI
2018-12-07 19:38:01 +00:00
9f4fc3669b
Reduce container image size
2018-12-04 13:04:42 +01:00
8a04cbe3c8
Try to fix CircleCI shell error
2018-12-03 17:49:03 +00:00
a7f5c427d4
Tag releases in master using CI (also checks for v0.x.0 instead of v0.x when deciding version numbers)
2018-12-03 17:44:26 +00:00
80b876d21d
Creating entrypoint.sh to /contrib/docker/
2018-12-03 05:58:24 +02:00
8b7b3452cf
Creating Dockerfile to /contrib/docker/
...
- Multiple architectures supported by using Golang's official Debian Stretch image.
- Upgrading os to latest updates
- Adding all files to image
- Creating user for yggdrasil (kinda unused)
- Building from source code
2018-12-03 05:57:00 +02:00
953ad0ef59
Update neilalexander's logo proposal
2018-11-14 19:25:35 +00:00
9e5f90d0e4
Add neilalexander's logo proposal
2018-11-04 19:15:53 +00:00