update_web_docs_svn: Use -q to quiet svn.
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * update_web_docs_svn: Use -q to quiet svn. From-SVN: r105987
This commit is contained in:
parent
318a2182fc
commit
6d64c3bc07
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-26 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
* update_web_docs_svn: Use -q to quiet svn.
|
||||
|
||||
2005-10-26 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
* crontab: Update to reflect reality
|
||||
|
|
|
@ -87,7 +87,7 @@ if [ "$RELEASE" = "trunk" ]; then
|
|||
svn ls -R $SVNROOT/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES
|
||||
# SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure
|
||||
# Thus, it's easiest to just export the entire tree
|
||||
svn export $SVNROOT/$RELEASE gcc
|
||||
svn -q export $SVNROOT/$RELEASE gcc
|
||||
# # Checkout all the texi files.
|
||||
# for i in `cat FILES`; do
|
||||
# svn -q export $SVNROOT/$RELEASE/gcc/$i
|
||||
|
@ -102,7 +102,7 @@ else
|
|||
svn ls -R $SVNROOT/tags/$RELEASE/gcc | grep "\.texi$" |fgrep -v -f/home/gccadmin/scripts/doc_exclude > FILES
|
||||
# SVN export doesn't function like CVS, in that it doesn't create an entire empty path structure
|
||||
# Thus, it's easiest to just export the entire tree
|
||||
svn export $SVNROOT/tags/$RELEASE gcc
|
||||
svn -q export $SVNROOT/tags/$RELEASE gcc
|
||||
# # Checkout all the texi files.
|
||||
# for i in `cat FILES`; do
|
||||
# svn -q export $SVNROOT/tags/$RELEASE/gcc/$i
|
||||
|
|
Loading…
Add table
Reference in a new issue