| File scripts/deploy changed (mode: 100755) (index 9e7699b1f..940153b77) |
| ... |
... |
if [ "$target" = all -o "$target" = commit ]; then |
| 91 |
91 |
echo 'Committing error.' |
echo 'Committing error.' |
| 92 |
92 |
exit 1 |
exit 1 |
| 93 |
93 |
fi |
fi |
| 94 |
|
# force mark commit with tag |
|
| 95 |
|
git tag --force --sign "v$ver" |
|
|
94 |
|
# force mark commit with tag taking the last section in the NEWS for message |
|
95 |
|
sed -n -e '/^~~~~~~~~~~~~~~~~~/q' -e '/^vifm/,$p' NEWS | |
|
96 |
|
git tag --force --file=- --sign "v$ver" |
| 96 |
97 |
fi |
fi |
| 97 |
98 |
|
|
| 98 |
99 |
if [ "$target" = all -o "$target" = archive ]; then |
if [ "$target" = all -o "$target" = archive ]; then |