Home | History | Annotate | Download | only in scripts

Lines Matching refs:TAR

15     TAR="dtc-$VERSION.tar"
16 SIG="$TAR.sign"
18 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
19 gpg --detach-sign --armor -o "$SIG" "$TAR"
21 ls -l "$TAR"*
24 gpg --verify "$SIG" "$TAR"
26 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"