~dricottone/huttese-apk

ref: 9b90564868c0c0db6c4513184c0c9290a527d18d huttese-apk/sr.ht/meta.sr.ht/meta.sr.ht.post-upgrade -rw-r--r-- 104 bytes
9b905648 — Drew DeVault Add buildall.yml 5 years ago
                                                                                
1
2
3
4
5
6
#!/bin/sh
conf=/etc/sr.ht/alembic/meta.ini
if [ -e "$conf" ]
then
	alembic-3 -c "$conf" upgrade head
fi