art-helpers

simple helper scripts for managing images processed by ART
git clone https://git.clttr.info/art-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit a48297fd35bff54c91156ce9f8f72d9bcb0a69d3
parent 2db892f40d015cd5c03aec5ef5ebf7809a72e52c
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 15 Jul 2020 16:04:11 +0200

add missing files to build

Diffstat:
M.build.yml | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -17,7 +17,9 @@ tasks: perl -c jpegdivider.pl mkdir bin /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/art_file_mover art_file_mover.pl - /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/jpegdivider jpegdivider.pl + /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/jpegdivider jpegdivider.pl + /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/silkypix_orphaned_sidecar_cleaner silkypix_orphaned_sidecar_cleaner.pl + /usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/silkypix_multiversion_sidecar_cleaner silkypix_multiversion_sidecar_cleaner.pl - package: | cd photo-helpers/bin - tar -czf ../snapshot_linux_amd64.tgz * + tar -czf ../snapshot_linux_amd64.tgz *