From: Daiki Ueno Date: Thu, 27 Jun 2013 07:20:01 +0000 (+0900) Subject: Mention git submodule in Admin/release-steps. X-Git-Tag: v0.18.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce71c23fe5391cca80c712cc7a7dd5f5369f53e7;p=thirdparty%2Fgettext.git Mention git submodule in Admin/release-steps. --- diff --git a/Admin/release-steps b/Admin/release-steps index 22f2befc8..bc632e1fe 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -3,10 +3,6 @@ Tasks not to forget before release: - Update ABOUT-NLS and doc/matrix.texi with information from the Translation Project, by running run.sh in gettext-runtime/doc/Admin/. -- Update config.guess and config.sub from ftp://ftp.gnu.org/pub/gnu/config/. - now from - wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' - wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' - Update gettext-runtime/intl/locale.alias from glibc's intl/locale.alias. - Update gettext-runtime/intl/{localcharset.h,localcharset.c,config.charset} from libcharset inside libiconv. @@ -51,6 +47,9 @@ Tasks not to forget before release: gettext-runtime/libasprintf/NEWS gettext-runtime/NEWS +- Update git submodules. + git submodule foreach git pull origin master + - Iterate: ./rerun-autogen ./rerun-configure