Commit graph

101 commits

Author SHA1 Message Date
7bc233b72b
update vendor sha 2023-04-14 18:28:27 +02:00
0ea8aa5838
update go in docker 2023-04-14 18:27:14 +02:00
0be4f5e07e
update go modules 2023-04-14 18:26:32 +02:00
7c9d3d0c88
flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17)
  → 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
• Added input 'flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'nixpkgs':
    'path:/nix/store/yyddvwq452qsvpgb104mllpq0hkkmsqx-source?lastModified=0&narHash=sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=' (1970-01-01)
  → 'path:/nix/store/bbi5840s1wrrg0lf7b63vddfppjbqpyg-source?lastModified=1681041438&narHash=sha256-NmRGMklxBZ8Ol47CKMQxAU1F+v8ySpsHAAiC7ZL4vxY=&rev=48dcbaf7fa799509cbec85d55b8d62dcf1477d57' (2023-04-09)
2023-04-14 18:18:09 +02:00
64e19eab70
use project url to build remote url 2022-06-02 21:39:07 +02:00
1fbca6145d
Revert "skip remote creation"
This reverts commit e4bee821d8.
2022-06-02 21:26:52 +02:00
8deec15978
rename private functions and variables 2022-06-02 21:12:39 +02:00
1792848028
update ci config 2022-06-02 20:56:08 +02:00
e4bee821d8
skip remote creation 2022-06-02 20:42:06 +02:00
3fbad0b6ab
push using repo instead of remote 2022-06-02 20:30:40 +02:00
f509136d92
prevent early exit 2022-06-02 19:27:21 +02:00
5e96daaec2
remove explicit refspec 2022-06-02 19:24:38 +02:00
de4a9701b3
defer clean 2022-05-31 22:51:42 +02:00
3676190143
test refspec 2022-05-31 22:23:53 +02:00
b015a0c71e
fix refspec for remote branch 2022-05-31 22:11:43 +02:00
9f4056f34d
Revert "use refspec to set remote"
This reverts commit 9947e7c707.
2022-05-31 20:13:59 +02:00
9947e7c707
use refspec to set remote 2022-05-31 19:34:18 +02:00
707535e6fd
fix missing remote name 2022-05-31 18:41:15 +02:00
5841552c3c
use remote to push instead of repo 2022-05-31 18:35:45 +02:00
6c137ddc27
add more logging during remote creation 2022-05-31 18:10:14 +02:00
605664239f
log push errors 2022-05-31 18:01:17 +02:00
c8ab36a560
clean at the end 2022-05-31 17:55:19 +02:00
3fb9032de6
fix broken change recognition 2022-05-23 20:41:54 +02:00
0d015ae410
fix errors from missed changes 2022-05-23 19:30:54 +02:00
bd0ba1bf5e
fix unsafe concurrent access to git repo 2022-05-23 18:07:09 +02:00
f07bae94fb
fix already up-to-date 2022-05-23 17:56:35 +02:00
d22e2e77e6
fixup: add missing quotation mark 2022-05-23 17:44:19 +02:00
8fd2989b0b
fix command expansion 2022-05-23 17:37:27 +02:00
4bf801b30c
remove redundant job 2022-05-23 17:36:47 +02:00
aa0092c356
update job dependencies 2022-05-23 17:27:24 +02:00
ed2d777c77
update container 2022-05-23 17:25:16 +02:00
e545d32aed
add functionality for pushing to remote 2022-05-23 17:15:14 +02:00
a09e188789
????????????????????? 2022-05-23 00:29:49 +02:00
01e03fb5e5
????????? 2022-05-23 00:29:04 +02:00
b8b0eaf5d3
fix dind maybe 2022-05-23 00:21:50 +02:00
9385b1bae5
???? 2022-05-23 00:00:16 +02:00
efee1117d4
??? 2022-05-22 23:56:35 +02:00
d8d6837996
fix docker sha256sum 2022-05-22 23:49:05 +02:00
ac30849e82
pin all docker images 2022-05-22 23:47:21 +02:00
631d987a29
pin docker images 2022-05-22 23:42:31 +02:00
0f1a83c712
remove curl from docker image 2022-05-22 23:39:50 +02:00
3635dc7c45
fix weird up docker container path issues 2022-05-22 23:34:31 +02:00
2f278bf93c
fixup dependency ordering 2022-05-22 23:15:42 +02:00
818133528e
fix dependency ordering 2022-05-22 23:14:18 +02:00
b509bde434
fixup docker build 2022-05-22 23:10:07 +02:00
ebfefbde9c
work around broken dependency ordering 2022-05-22 23:00:18 +02:00
22d4317400
fixup CI config 2022-05-22 22:57:11 +02:00
Tim Schubert
0ee5ba6292 Merge branch 'update-readme' into 'main'
update CI config to build pad-archiver

See merge request fginfo/pad-archiver!4
2022-05-22 20:53:37 +00:00
4067f833f9
update CI config to build pad-archiver 2022-05-22 22:50:07 +02:00
Tim Schubert
0474ddb3e4 Merge branch 'update-readme' into 'main'
update README.md

See merge request fginfo/pad-archiver!3
2022-05-22 20:39:42 +00:00