Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1cae1861
Commit
1cae1861
authored
Sep 13, 2006
by
iggy@rolltop.ignatz42.dyndns.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
These bitKeeper changes will allow Windows to be used as a primary development platform.
parent
13331b8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
3 deletions
+26
-3
.bzrignore
.bzrignore
+17
-0
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+9
-3
No files found.
.bzrignore
View file @
1cae1861
...
...
@@ -5,6 +5,7 @@
*.bbg
*.bin
*.core
*.cmake
*.d
*.da
*.exe
...
...
@@ -17,6 +18,7 @@
*.map
*.o
*.obj
*.old
*.pch
*.pdb
*.reject
...
...
@@ -25,11 +27,18 @@
*.so
*.so.*
*.spec
*.user
*.vcproj
*/debug/*
*/release/*
*/*.dir/*
*/*_pure_*warnings
*/.pure
*~
.*.swp
./README.build-files
./CMakeCache.txt
./cmakecache.txt
./config.h
./copy_mysql_files.bat
./fix-project-files
...
...
@@ -37,6 +46,9 @@
./mysql.ncb
./mysql.sln
./mysql.suo
./MySql.ncb
./MySql.sln
./MySql.suo
./prepare
.defs.mk
.depend
...
...
@@ -67,6 +79,7 @@ BitKeeper/tmp/bkr3sAHD
BitKeeper/tmp/gone
COPYING
COPYING.LIB
CMakeFiles/*
Docs/#manual.texi#
Docs/INSTALL-BINARY
Docs/Images/myaccess-odbc.txt
...
...
@@ -1201,6 +1214,7 @@ support-files/MacOSX/postinstall
support-files/MacOSX/preflight
support-files/MacOSX/preinstall
support-files/binary-configure
support-files/*.ini
support-files/my-huge.cnf
support-files/my-innodb-heavy-4G.cnf
support-files/my-large.cnf
...
...
@@ -1294,5 +1308,8 @@ vio/test-sslserver
vio/viotest-ssl
vio/viotest-sslconnect.cpp
vio/viotest.cpp
win/configure.data
win/vs8cache.txt
win/vs71cache.txt
zlib/*.ds?
zlib/*.vcproj
BitKeeper/triggers/post-commit
View file @
1cae1861
...
...
@@ -6,6 +6,7 @@ COMMITS=commits@lists.mysql.com
DOCS
=
docs-commit@mysql.com
LIMIT
=
10000
VERSION
=
"5.0"
BKROOT
=
`
bk root
`
if
[
"
$REAL_EMAIL
"
=
""
]
then
...
...
@@ -58,7 +59,9 @@ $BH
EOF
bk changes
-v
-r
+
bk cset
-r
+
-d
)
| /usr/sbin/sendmail
-t
)
>
$BKROOT
/BitKeeper/tmp/dev_public.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/dev_public.txt
#++
# commits@ mail
...
...
@@ -82,7 +85,9 @@ see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
EOF
bk changes
-v
-r
+
bk cset
-r
+
-d
)
|
head
-n
$LIMIT
| /usr/sbin/sendmail
-t
)
| bk
sed
-e
${
LIMIT
}
q
>
$BKROOT
/BitKeeper/tmp/commits.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/commits.txt
#++
# docs-commit@ mail
...
...
@@ -102,7 +107,8 @@ Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS
EOF
bk changes
-v
-r
+
bk cset
-r
+
-d
)
| /usr/sbin/sendmail
-t
)
>
$BKROOT
/BitKeeper/tmp/docs.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/docs.txt
fi
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment