Commit Graph

13 Commits

Author SHA1 Message Date
Joachim Bauch b0f2e6ea33
Update source of continentmap to original CSV file.
Now fetching from https://github.com/datasets/country-codes repository.
2024-03-11 10:42:56 +01:00
Joachim Bauch 4b019a991f
Include "~docker" in version if built on Docker. 2023-11-15 12:02:07 +01:00
Joachim Bauch 5d4cb58fc8
Merge pull request #480 from nickvergessen/feat/noid/log-simplifier
feat(scripts): Add a script to simplify the logs to make it more easi…
2023-11-15 09:18:07 +01:00
Joachim Bauch b1bd1a1f79
Remove useless "cat" invocation. 2023-10-26 14:11:34 +02:00
Joachim Bauch e972f911b0
Use double quotes to prevent globbing and word splitting. 2023-10-26 14:10:33 +02:00
Joachim Bauch 4e140dd334
Get version from tag if building from tag. 2023-10-26 14:09:26 +02:00
Joas Schilling 3145cd3598
feat(scripts): Add a script to simplify the logs to make it more easily to trace a user/session
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:12:24 +02:00
Joachim Bauch 614c5f6e21
Fix issues reported by revive. 2022-02-11 12:09:42 +01:00
Joachim Bauch 137e1f84ad
Change source of country -> continent map.
The previous source at https://datahub.io/JohnSnowLabs/ no longer exists.
2021-12-06 09:20:28 +01:00
Joachim Bauch c8e4bfe007
Fix various issues found by golangci-lint. 2021-04-26 17:25:52 +02:00
Joachim Bauch 7f92d105e5
Keep the continent map in the repository to avoid download on build.
Regularly check through CI cron job that it is the latest version.
2020-07-31 11:52:59 +02:00
n-connect 8d9c9cc1cd
FreeBSD updates (#2)
* FreeBSD update

1. run the build with gmake build on FreeBSD
2. Using env instead of direct interpreter call in head of python script - more flexible use of python scripts (there's no default symlink like python2 or python3 in FreeBSD)
3. removing full path before of 'curl' to be able to run it by the script for dependency downloads

* FreeBSD Update

Change script header using env instead of direct Bash shell call (full path of 'env' is '/usr/bin/env')

* Update README.md

* Fixed update to work on FreeBSD too

After applying the meta-package it is more widely usable
2020-05-20 08:42:22 +02:00
Joachim Bauch 5dcfeda1e9
Initial commit of the OpenSource version.
This corresponds to nextcloud-spreed-signaling 0.0.13
2020-05-12 09:46:20 +02:00