Codebase list ibus-table-chinese / debian/latest make-dist
debian/latest

Tree @debian/latest (Download .tar.gz)

make-dist @debian/latestraw · history · blame

1
2
3
4
5
6
#!/bin/sh

# get the most recent tag, for example "1.8.7":
TAG=$(git describe --tags --abbrev=0)
# Make a tarball
git archive -v -o ibus-table-chinese-${TAG}.tar.gz --prefix=ibus-table-chinese-${TAG}/ ${TAG}