Project

General

Profile

« Previous | Next » 

Revision f788149b

Added by Evgeni Golov about 4 years ago

fix adding non-gz files

View differences:

add_pypi_package.sh
git add $PACKAGE_DIR/*.spec
echo "FINISHED"
echo -e "Annexing sources... - "
find "$PACKAGE_DIR" -name '*.tar.gz' -exec git annex add {} +
find "$PACKAGE_DIR" -name '*.tar.*' -exec git annex add {} +
echo "FINISHED"
}

Also available in: Unified diff