/
githubmirror
/
nghttp2
Обзор
Документация
Войти
/
githubmirror
/
nghttp2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.48.0
makerelease.sh
14 строк
296 B
Tatsuhiro Tsujikawa
makerelease.sh: Remove duplicate `git module update --init`
25 фев 2016, 18:57
25 фев 2016, 18:57
9eeac27
Код
Авторство
О чём код?
#!/bin/sh -e TAG=$1 PREV_TAG=$2 git checkout refs/tags/$TAG git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog git submodule update --init autoreconf -i ./configure --with-mruby && \ make dist-bzip2 && make dist-gzip && make dist-xz || echo "error" make distclean