diff options
-rw-r--r-- | .bzrignore | 2 | ||||
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rwxr-xr-x | Build-tools/Do-patch-file | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 502efd1f30a..cb630b66ae7 100644 --- a/.bzrignore +++ b/.bzrignore @@ -248,3 +248,5 @@ innobase/ib_config.h innobase/ib_config.h.in mysql.proj client/mysqlcheck +Logs/* +binary/* diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 8bf83e5a369..d2ed3990f36 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ mwagner@evoq.mwagner.org +tim@work.mysql.com diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index 68003962c56..975c10c6b0e 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -40,5 +40,5 @@ chmod a+r,o-w $RESULT binary/* mv $RESULT $PATCH_DIR cp binary/mysqlcom-* binary/mysql*win* /net/web/home/production/data/nweb/customer/Downloads rm binary/mysqlcom-* -mv binary/*Max* mv binary/*-max* $RESULT_DIR_MAX +mv binary/*Max* binary/*-max* $RESULT_DIR_MAX cp binary/* $RESULT_DIR |