photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit c2d5d853f91e3101c626c8568cd1a5ae0e298e35
parent 09931aeaf11412ddfa77bb0cb2147ee0ed5c8748
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 29 Jul 2020 19:55:16 +0200

add db to package

Diffstat:
M.build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -18,7 +18,7 @@ tasks: - package: | TAG=`date +"%Y%m%d"` cd photo-stats - tar -czf ${TAG}_linux_amd64.tar.gz phosta + tar -czf ${TAG}_linux_amd64.tar.gz phosta photo_stats.db makepkg -g makepkg tar -cf output.tar *.tar.gz *.tar.zst