aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-05-17 23:26:49 +0000
committerKelley Cook <kcook@gcc.gnu.org>2004-05-17 23:26:49 +0000
commit392c8d6e4e772606feabd0bfc8ea3e62e3d202f3 (patch)
tree8cf633f6c94afe61181bf21ca3c759ea1fb43130
parenta748ac9e6cd2a9d995be8837ea60d7f9965f501a (diff)
[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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@81958 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release10
2 files changed, 6 insertions, 8 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index db9218316ce..c1d97cc565d 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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>
* crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index eda1adc077a..49aac5a32f1 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -249,14 +249,8 @@ EOF
# Move message catalogs to source directory.
mv ../objdir/gcc/po/*.gmo gcc/po/
- # Create a `.brik' file to use for checking the validity of the
- # release.
- 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"
+ # Create a "MD5SUMS" file to use for checking the validity of the release.
+ find . -type f |sed -e 's:^\./::' -e '/MD5SUMS/d' |sort |xargs md5sum >MD5SUMS
}
# Buid a single tarfile. The first argument is the name of the name