aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add "public/dev/ci" as a dependency of "public"EuAndreh2023-03-271-1/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show f5405c44966c6c39fab95f7c9e0e4e7ee4b87120 git notes --ref=refs/notes/ci-data show f5405c44966c6c39fab95f7c9e0e4e7ee4b87120 Exit status: 0 Duration: 21
* Add minimum support for generating actual HTML files in public/EuAndreh2023-03-271-3/+20
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 07ef3c2a2cce2f055a1174a8f49c4895dc9f6b30 git notes --ref=refs/notes/ci-data show 07ef3c2a2cce2f055a1174a8f49c4895dc9f6b30 Exit status: 1 Duration: 12
* Build HTML and install it via CIEuAndreh2023-03-271-8/+33
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ab742a1ebc61d571bb9d13d7692ef7e245bba192 git notes --ref=refs/notes/ci-data show ab742a1ebc61d571bb9d13d7692ef7e245bba192 Exit status: 0 Duration: 27
* Makefile: Rename "result" to "system"EuAndreh2023-03-271-2/+2
|
* Makefile: Do not build "result" by defaultEuAndreh2023-03-271-1/+1
|
* Makefile: Remove result{,-next} shenanigansEuAndreh2023-03-271-4/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d4cf43a3dd84e812274aa3b6dbce4617b3653d26 git notes --ref=refs/notes/ci-data show d4cf43a3dd84e812274aa3b6dbce4617b3653d26 Exit status: 0 Duration: 42
* Makefile: Add "check-shellcheck" targetEuAndreh2023-03-251-1/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3ec5517080e158d20142279c3b4adb551b1b172b git notes --ref=refs/notes/ci-data show 3ec5517080e158d20142279c3b4adb551b1b172b Exit status: 0 Duration: 42
* Makefile: Recover clean-up of unencrypted secrets filesEuAndreh2023-03-201-1/+1
| | | | It was erroneously removed in 7ffcd694068d484842be0b87a9aeeda0a7720568.
* Manage public SSH files as "extra-etc-file" instead of like a secretEuAndreh2023-03-201-13/+7
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 7ffcd694068d484842be0b87a9aeeda0a7720568 git notes --ref=refs/notes/ci-data show 7ffcd694068d484842be0b87a9aeeda0a7720568 Exit status: 0 Duration: 15
* Makefile: Also upload managed SSH known_hosts fileEuAndreh2023-03-201-2/+6
|
* Makefile: Build system on "all" target with symlink at "result"EuAndreh2023-03-161-1/+12
|
* Makefile: Remove ".stripped" SSH key file in "clean" targetEuAndreh2023-03-151-1/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 9df5ccc94af165557f71efae990dc3948df58f06 git notes --ref=refs/notes/ci-data show 9df5ccc94af165557f71efae990dc3948df58f06 Exit status: 0 Duration: 11
* Makefile: Use correct SSH public key in serverEuAndreh2023-03-141-3/+7
|
* Make server get SSH keypair from repo over local files in server diskEuAndreh2023-03-131-5/+6
|
* Include root@euandre.org private key to the repositoryEuAndreh2023-03-131-5/+12
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show a7afe43f322d1ee3f48f29eae2f544bec4204c40 git notes --ref=refs/notes/ci-data show a7afe43f322d1ee3f48f29eae2f544bec4204c40 Exit status: 0 Duration: 13
* Makefile: Delete plain secrets on "clean" targetEuAndreh2023-03-131-0/+2
|
* Makefile: Add "upload-secrets" target, and include borg-passphrase.txt in itEuAndreh2023-03-121-0/+22
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a git notes --ref=refs/notes/ci-data show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a Exit status: 0 Duration: 19
* Split SSH public keys into files, and upload it via a make targetEuAndreh2023-03-101-0/+6
|
* Makefile: cleanup existing targetsEuAndreh2023-03-101-53/+2
|
* aux/: Embed files in repositoryEuAndreh2022-12-081-8/+11
|
* Makefile: Build public/ out of data from the repositoryEuAndreh2022-12-081-7/+28
|
* Makefile: Add $(HOST) variableEuAndreh2022-12-061-2/+3
|
* Makefile: Add "public" as adependency to "dev-check"EuAndreh2022-11-281-1/+1
|
* Build TODOs.html on "public" targetEuAndreh2022-11-271-2/+19
|
* Makefile: Revert from toph.wg to tophEuAndreh2022-11-271-2/+2
|
* Makefile: Use toph.wg for hostnameEuAndreh2022-11-271-2/+2
|
* Makefile: Also copy channels.scm in "deploy" targetEuAndreh2022-11-271-1/+4
|
* src/infrastructure/guix/system.scm: Add working version of toph OSEuAndreh2022-11-251-10/+6
|
* Add barely working Guix configuration for tophEuAndreh2022-03-071-3/+9
|
* Makefile: Add dev-check as .PHONY targetEuAndreh2021-03-071-1/+1
|
* Update files under aux/EuAndreh2021-03-011-0/+2
|
* Makefile: stop ignoring terraform failureEuAndreh2021-03-011-1/+1
|
* TODOs.md: Add #task-0a38c085-9d4a-41ef-9f66-dc85d9ad984bEuAndreh2021-02-231-1/+1
|
* Update aux/workflow/EuAndreh2021-02-231-8/+4
|
* Add aux/ci/report.shEuAndreh2021-02-191-0/+1
|
* mv build-aux/ aux/EuAndreh2021-01-271-5/+5
|
* mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest versionEuAndreh2021-01-251-1/+1
|
* Makefile: Call README.sh and remove sh flagsEuAndreh2021-01-221-7/+8
|
* Makefile: Add -eux flag to sh callsEuAndreh2021-01-171-4/+4
|
* Makefile: Use sh f.sh over ./f.shEuAndreh2021-01-151-3/+4
|
* Makefile: Add .POSIX targetEuAndreh2021-01-151-0/+1
|
* Use rst for TODOsEuAndreh2021-01-141-2/+2
|
* Readd assert-todos.shEuAndreh2021-01-101-1/+1
|
* Move scripts/ to build-aux/EuAndreh2021-01-101-4/+4
|
* Makefile: Add .PHONY targetsEuAndreh2020-12-031-2/+3
|
* Fix build of HTMLEuAndreh2020-12-021-1/+2
|
* Build and publish TODOs.org fileEuAndreh2020-12-021-1/+5
|
* Makefile: Remove leading ./ from pathsEuAndreh2020-11-301-2/+2
|
* Move tests.sh to MakefileEuAndreh2020-11-291-0/+8