mirror of git://gcc.gnu.org/git/gcc.git
gcc_release (build_sources): Change CRCs from brik to md5sum.
[maintainer-scripts/] 2004-05-17 Kelley Cook <kcook@gcc.gnu.org> * gcc_release (build_sources): Change CRCs from brik to md5sum. [htdocs/] 2004-05-17 Kelley Cook <kcook@gcc.gnu.org> * snapshots.html: Update docs for checking with md5sum. From-SVN: r81958
This commit is contained in:
parent
e876acbd25
commit
2f70118592
|
@ -1,3 +1,7 @@
|
||||||
|
2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
|
* gcc_release (build_sources): Change CRCs from brik to md5sum.
|
||||||
|
|
||||||
2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
|
2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
|
* crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
|
||||||
|
|
|
@ -249,14 +249,8 @@ EOF
|
||||||
# Move message catalogs to source directory.
|
# Move message catalogs to source directory.
|
||||||
mv ../objdir/gcc/po/*.gmo gcc/po/
|
mv ../objdir/gcc/po/*.gmo gcc/po/
|
||||||
|
|
||||||
# Create a `.brik' file to use for checking the validity of the
|
# Create a "MD5SUMS" file to use for checking the validity of the release.
|
||||||
# release.
|
find . -type f |sed -e 's:^\./::' -e '/MD5SUMS/d' |sort |xargs md5sum >MD5SUMS
|
||||||
changedir "${SOURCE_DIRECTORY}"
|
|
||||||
BRIK_FILE=`mktemp /tmp/gcc_release.XXXXXXX`
|
|
||||||
((find . -type f | sort > $BRIK_FILE) && \
|
|
||||||
brik -Gb -f ${BRIK_FILE} > .brik && \
|
|
||||||
rm ${BRIK_FILE}) || \
|
|
||||||
error "Could not compute brik checksum"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Buid a single tarfile. The first argument is the name of the name
|
# Buid a single tarfile. The first argument is the name of the name
|
||||||
|
|
Loading…
Reference in New Issue