Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-docker-entrypoints
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qg-docker-entrypoints
Commits
453de1ad
Commit
453de1ad
authored
Jun 12, 2018
by
kalvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同字体问题
parent
154d7d0f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
run.sh
dev/common/mysql/run.sh
+1
-1
test.sh
dev/common/mysql/test.sh
+1
-1
install.sh
fonts/install.sh
+2
-2
No files found.
dev/common/mysql/run.sh
View file @
453de1ad
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
###
###
DEBUG_COMMANDS
=
0
DEBUG_COMMANDS
=
0
curl
-o
/etc/my.cnf http://
192.168.3.60
/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/my.cnf
curl
-o
/etc/my.cnf http://
git.q-gp.com
/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/my.cnf
###
###
### Functions
### Functions
...
...
dev/common/mysql/test.sh
View file @
453de1ad
...
@@ -125,7 +125,7 @@ init() {
...
@@ -125,7 +125,7 @@ init() {
groupadd
-g
${
MY_GID
}
-r
${
MY_GROUP
}
&&
\
groupadd
-g
${
MY_GID
}
-r
${
MY_GROUP
}
&&
\
adduser
${
MY_USER
}
-u
${
MY_UID
}
-M
-s
/sbin/nologin
-g
${
MY_GROUP
}
adduser
${
MY_USER
}
-u
${
MY_UID
}
-M
-s
/sbin/nologin
-g
${
MY_GROUP
}
run
"curl -o /etc/my.cnf http://
192.168.3.60
/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/my.cnf"
run
"curl -o /etc/my.cnf http://
git.q-gp.com
/QA/qg-docker-entrypoints/raw/master/dev/common/mysql/my.cnf"
run
"rm -rf
${
MYSQL_BASE_INCL
}
"
run
"rm -rf
${
MYSQL_BASE_INCL
}
"
run
"rm -rf
${
MYSQL_CUST_INCL1
}
"
run
"rm -rf
${
MYSQL_CUST_INCL1
}
"
...
...
fonts/install.sh
View file @
453de1ad
#!/bin/bash
#!/bin/bash
yum
-y
install
fontconfig
yum
-y
install
fontconfig
mkdir
-p
/usr/share/fonts/default/truetype/simsun
&&
cd
$_
mkdir
-p
/usr/share/fonts/default/truetype/simsun
&&
cd
$_
wget http://
192.168.3.60
/QA/qg-docker-entrypoints/raw/master/fonts/simsun/simsun.ttc
wget http://
git.q-gp.com
/QA/qg-docker-entrypoints/raw/master/fonts/simsun/simsun.ttc
wget http://
192.168.3.60
/QA/qg-docker-entrypoints/raw/master/fonts/simsun/fonts.scale
wget http://
git.q-gp.com
/QA/qg-docker-entrypoints/raw/master/fonts/simsun/fonts.scale
cd
~
cd
~
\ No newline at end of file
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