]> git.pld-linux.org Git - packages/rpm-build-tools.git/blob - civim
Use 45s timeout (the same as already used for wget).
[packages/rpm-build-tools.git] / civim
1 #!/bin/sh
2
3 DIFF="$(cvs -z9 diff -u $COMMIT_PACKAGES | sed 's/^/CVS: /')"
4 [ -n "$COMMIT_MESSAGE" ] || COMMIT_MESSAGE="
5 ."
6
7 vim -c ":\$a
8 $DIFF
9 ." -c ":1i
10 $COMMIT_MESSAGE" "$@"
This page took 0.151622 seconds and 3 git commands to generate.