annotate host/admin/push-local.sh @ 2170:a59d0bf68830
default tip
handle multiple cookie headers
| author |
Franklin Schmidt <fschmidt@gmail.com> |
| date |
Tue, 17 Feb 2026 22:24:02 -0700 |
| parents |
301a6561fb6b |
| children |
|
| rev |
line source |
|
1995
|
1 #!/bin/bash
|
|
|
2 set -e
|
|
|
3
|
|
|
4 hg identify >src/private/changeset.txt
|
|
|
5
|
|
|
6 PASSWORD="$(luan 'string:require("luan:Io.luan").stdout.write(require("file:src/private/Config.luan").push_password)')"
|
|
|
7
|
|
|
8 luan luan:host/push.luan admin.me.luan.software "$PASSWORD" src 2>&1 | tee err
|