Skip to content

Commit e64736b

Browse files
authored
Merge pull request #526 from pyinat/fix-bundled-db
Bundle taxonomy.tar.gz with packages/installers instead of uncompressed CSVs
2 parents 19a1d22 + 177071d commit e64736b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packaging/bundle_taxonomy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ else
2626
tar_target=.
2727
fi
2828

29-
# Extract taxonomy archive and create distributable tarball
30-
tar -xvzf "${ASSETS}/taxonomy.tar.gz" --directory "${ASSETS}/"
31-
rm "${ASSETS}/taxonomy.tar.gz"
3229
tar -C "$tar_dir" -czvf "${ROOT_DIR}/naturtag-${dist_name}.tar.gz" "$tar_target"

0 commit comments

Comments
 (0)