summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-05-07[docs] document the new package release processkali kaneko (leap communications)
2020-05-07[pkg] add package_in_docker targetskali kaneko (leap communications)
2020-05-07[pkg] build snap in dockerkali kaneko (leap communications)
2020-04-30[pkg] two-stage build for windows to allow signed uninstallerkali kaneko (leap communications)
2020-04-30[bug] stop/remove new, renamed servicekali kaneko (leap communications)
2020-04-30[bug] do not use cross-compiling for the helper in winkali kaneko (leap communications)
- add -H windowsgui to avoid console popping up
2019-12-20[pkg] add windowsgui flag to windows cross-compilation0.20.1Kali Kaneko (leap communications)
- Closes: #219
2019-12-17[pkg] typo and missing dirKali Kaneko (leap communications)
2019-12-05[pkg] fix icon in snapKali Kaneko (leap communications)
Also, fix the version string reported in the dialog.
2019-11-28[ci] actually enable snap in make packagesKali Kaneko (leap communications)
2019-10-07Fix (makefile): symlink in vendored to built binarieskwadronaut kwadronaut@leap.se
Closese #195 Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2019-09-15[pkg] entrypoint for all vendored buildsKali Kaneko (leap communications)
2019-09-04[pkg] fix osx flat packageKali Kaneko (leap communications)
2019-08-16[pkg] add helpers to repo, generate hooks in snapKali Kaneko (leap communications)
2019-08-16[pkg] ability to skip ca checkKali Kaneko (leap communications)
sometimes we have no network access
2019-08-08[pkg] fix makefile for xbuildKali Kaneko (leap communications)
2019-08-08[pkg] typoKali Kaneko (leap communications)
2019-08-08[pkg] add-apt-repository not installed by defaultKali Kaneko (leap communications)
2019-08-08[pkg] use cross-build flag in makefileKali Kaneko (leap communications)
2019-08-08[pkg] build binaries into platform folderKali Kaneko (leap communications)
2019-08-08[pkg] remove vendorKali Kaneko (leap communications)
2019-08-07[pkg] make updating go easierKali Kaneko (leap communications)
2019-08-07[pkg] fixup symlinkKali Kaneko (leap communications)
2019-08-07[pkg] missing snap boilerplateKali Kaneko (leap communications)
2019-08-07[pkg] do not make user mess with symlinks in gopathKali Kaneko (leap communications)
2019-08-07[pkg] add curlKali Kaneko (leap communications)
2019-08-07[feat] shrink binaries passing flags to linkerKali Kaneko (leap communications)
2019-08-06[pkg] add cross pkg for win and osxRuben Pollan
2019-08-06[pkg] Add cross compilation for win and osxRuben Pollan
2019-08-06[pkg] do not copy binaries for osx on prepare stepKali Kaneko (leap communications)
2019-08-06[pkg] update dependsKali Kaneko (leap communications)
2019-08-06[pkg] be more silentKali Kaneko (leap communications)
2019-08-06[pkg] squash targetsKali Kaneko (leap communications)
2019-08-06[bug] typoKali Kaneko (leap communications)
2019-08-05[pkg] debian templateKali Kaneko (leap communications)
2019-08-05[pkg] snap templateKali Kaneko (leap communications)
2019-08-05[pkg] fix windows paths after testingKali Kaneko (leap communications)
2019-08-05[feat] osx build templatesKali Kaneko (leap communications)
2019-08-05[bug] allow to fail on cleanupKali Kaneko (leap communications)
2019-08-05[feat] windows templatesKali Kaneko (leap communications)
2019-08-05[feat] allow overriding of PROVIDER_CONFIGKali Kaneko (leap communications)
2019-08-05[feat] strip built binariesKali Kaneko (leap communications)
2019-08-05[feat] add make prepare target to MakefileKali Kaneko (leap communications)
2019-08-05[feat] add vendorize script to generate configKali Kaneko (leap communications)
2019-03-19[locales] improve the locales workflow and document itRuben Pollan
2019-02-12[locales] add it, sk and sv localesRuben Pollan
2019-01-18[locales] update the messages.jsonRuben Pollan
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
2018-12-12[test] make bonafide more testableRuben Pollan
Get local timezone and http client as configurable things in bonafide, so tests can set them. Also separate integration tests and unit tests.
2018-11-19[feat] Generate messages.json for transifexRuben Pollan
Add to 'make generate_locales' the generation of a 'transifex/messages.json' that will be automatically pulled by transifex for translations. To incorporate translations from transifex into our project we'll need to manually download the selected translations and convert them with the transifex program into gotext format. -Resolves: #73