diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-13 09:44:03 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-13 09:44:03 -0600 |
| commit | b1ad11410e0f9ddfb5c3543eb9c27bf3e9661a86 (patch) | |
| tree | a8cb840568b76ae0f4b570914760c31d5dfaf2d4 /ci | |
| parent | 26550494bd127e359ea383581ac4b047503c22f6 (diff) | |
get off of github
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/data/start_app.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ci/data/start_app.sh b/ci/data/start_app.sh index 6f83bf7..76cdb3c 100755 --- a/ci/data/start_app.sh +++ b/ci/data/start_app.sh @@ -3,16 +3,16 @@ mkdir -p ~/common-lisp/systems ~/opt cd ~/opt git clone -b master git@ns:repos/bogenherr.git -git clone -b master git@github.com:ckonstanski/org-ckons-cljs.form.git -git clone -b master git@github.com:ckonstanski/org-ckons-cljs.notifications -git clone -b master git@github.com:ckonstanski/org-ckons-condition -git clone -b master git@github.com:ckonstanski/org-ckons-core -git clone -b master git@github.com:ckonstanski/org-ckons-file -git clone -b master git@github.com:ckonstanski/org-ckons-http -git clone -b master git@github.com:ckonstanski/org-ckons-json -git clone -b master git@github.com:ckonstanski/org-ckons-serializable -git clone -b master git@github.com:ckonstanski/org-ckons-session -git clone -b master git@github.com:ckonstanski/org-ckons-sql +git clone -b master git@ns:repos/org-ckons-cljs.form.git +git clone -b master git@ns:repos/org-ckons-cljs.notifications +git clone -b master git@ns:repos/org-ckons-condition +git clone -b master git@ns:repos/org-ckons-core +git clone -b master git@ns:repos/org-ckons-file +git clone -b master git@ns:repos/org-ckons-http +git clone -b master git@ns:repos/org-ckons-json +git clone -b master git@ns:repos/org-ckons-serializable +git clone -b master git@ns:repos/org-ckons-session +git clone -b master git@ns:repos/org-ckons-sql logdir="/var/log/lisp" mv -f ${logdir}/bogenherr.log.1 ${logdir}/bogenherr.log.2 |
