view etc/GNULIB.UPDATE @ 28173:e3ef089c5529

Change instructructions for updating gnulib. * etc/GNULIB.UPDATE: Document steps to update gnulib to a newer version.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 25 Mar 2020 18:29:20 +0100
parents 873ef98668d1
children
line wrap: on
line source

## Instructions for updating gnulib on development branch

## "cd" to a directory where you want to clone the gnulib repository and run:
git clone git://git.savannah.gnu.org/gnulib.git

## If you already have a local gnulib git repository, pull the latest changes:
git pull

## Query the commit id of the current head:
git rev-parse HEAD

## Locate the line in bootstrap.conf starting with ": ${GNULIB_REVISION=" and
## replace the git commit id with the new one.