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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2fc334c1
Commit
2fc334c1
authored
Oct 09, 2001
by
tim@work.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge work.mysql.com:/home/bk/mysql-4.0
into work.mysql.com:/home/tim/my/4
parents
2eb83ad4
a98a87af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Build-tools/Do-rpm
Build-tools/Do-rpm
+5
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-1
No files found.
Build-tools/Do-rpm
View file @
2fc334c1
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
function
copy_to_bmachine
function
copy_to_bmachine
{
{
if
[
x
$local_build
=
x1
]
;
then
if
[
x
$local_build
=
x1
]
;
then
rm
-f
$2
cp
$1
$2
cp
$1
$2
else
else
scp
$1
$owner
@
$bmachine
:
$2
scp
$1
$owner
@
$bmachine
:
$2
...
@@ -14,6 +15,7 @@ function copy_to_bmachine
...
@@ -14,6 +15,7 @@ function copy_to_bmachine
function
copy_from_bmachine
function
copy_from_bmachine
{
{
if
[
x
$local_build
=
x1
]
;
then
if
[
x
$local_build
=
x1
]
;
then
rm
-f
$2
cp
$1
$2
cp
$1
$2
else
else
scp
$owner
@
$bmachine
:
$1
$2
scp
$owner
@
$bmachine
:
$1
$2
...
@@ -105,10 +107,11 @@ if [ ! -f "$tarball" ]; then
...
@@ -105,10 +107,11 @@ if [ ! -f "$tarball" ]; then
exit
1
exit
1
fi
fi
echo
"Building RPM for MySQL version
$VER
on
$bmachine
"
log
=
$logdir
/Log-RPM-
`
date
+%y%m%d-%H%M
`
log
=
$logdir
/Log-RPM-
`
date
+%y%m%d-%H%M
`
echo
"Building RPM for MySQL version
$VER
on
$bmachine
"
echo
"Details in
$log
"
(
(
set
-x
set
-x
# Copy MySQL source and spec files
# Copy MySQL source and spec files
...
...
support-files/mysql.spec.sh
View file @
2fc334c1
...
@@ -148,7 +148,7 @@ Summary(pt_BR): MySQL - Medi
...
@@ -148,7 +148,7 @@ Summary(pt_BR): MySQL - Medi
Group
(
pt_BR
)
: Aplicaes/Banco_de_Dados
Group
(
pt_BR
)
: Aplicaes/Banco_de_Dados
Obsoletes: embedded
Obsoletes: embedded
%description
devel
%description
embedded
This package contains the MySQL server as library.
This package contains the MySQL server as library.
%
{
see_base
}
%
{
see_base
}
...
...
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