This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold-readme
40 lines (29 loc) · 1.44 KB
/
old-readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//-- 120 char stop -------------------------------------------------------------------------------------------------->|
=== updating from upstream
----
git fetch upstream
remote: Enumerating objects: 249, done.
remote: Counting objects: 100% (249/249), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 129 (delta 113), reused 126 (delta 110)
Receiving objects: 100% (129/129), 71.25 KiB | 1.87 MiB/s, done.
Resolving deltas: 100% (113/113), completed with 100 local objects.
From git://git.launchpad.net/ubuntu/+source/mysql-5.7
7e064a03d..89a60c1c1 ubuntu/bionic-updates -> upstream/ubuntu/bionic-updates
7e064a03d..89a60c1c1 ubuntu/bionic-security -> upstream/ubuntu/bionic-security
git subtree pull -P upstream.src upstream ubuntu/bionic-updates
# upstream.src/debian/changelog - fix conflict manually
git add upstream.src/debian/changelog && git commit
----
=== grab pristine sources and host them
Manually go to https://dev.mysql.com/downloads/mysql/5.7.html?os=src
and download
mysql-boost-5.7.42.tar.gz
https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-boost-5.7.42.tar.gz
mysql-boost-5.7.42.tar.gz.asc
https://dev.mysql.com/downloads/gpg/?file=mysql-boost-5.7.42.tar.gz&p=23
Make a mysql-boost-5.7.42.tar.gz.md5 and check it with your eyes against the published MD5
Then upload those 3 files to the CI auxillary host (o.x320.net)
----
scp -p mysql-boost-5.7.42.tar.gz* o.x320.net:/var/www/ROOT/u57/Downloads/MySQL-5.7/
----