pico

created pr with 23.1 on 2024-08-31T03:04:33Z · by c8ef7d19
added 23.2 on 2024-08-31T15:11:46Z · by c8ef7d19
1: 5f908b4 = 1: 5f908b4 feat(imgs): pubsub
-: ------- > 2: a8dfc59 chore: comment local dev since i keep forgetting how to do it
changed status to open on 2024-08-31T15:11:46Z · by c8ef7d19
changed status to accepted on 2024-11-06T15:04:53Z · by c8ef7d19
cmds
checkout latest patchset:
ssh pr.pico.sh print 23 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 23.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 23
set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 23
set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 23

Patchset 23.2 on 2024-08-31T15:11:46Z · commit a8dfc59

Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+1 -0 imgs/registry.yml #
......@@ -5,6 +5,7 @@ storage:
55 s3:
66 region: us-east-1
77 bucket: imgs
8+ # regionendpoint: http://minio:9000
89 regionendpoint: https://minio.pico.sh
910 redirect:
1011 disable: true
Back to top