Skip to content

Commit f069aa1

Browse files
committed
Update debian packaging for 10.7
Conflicts/Replaces mariadb-client-core mariadb-client, cover 10.6 Also update salsa-ci to appropriately name tests as upgrades to 10.7
1 parent b1d8197 commit f069aa1

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ mariadb-10.7 (1:10.7.0) unstable; urgency=medium
22

33
* Initial Release
44

5-
-- Otto Kekäläinen <otto@debian.org> Thu, 14 May 2020 18:00:57 +0300
5+
-- Vicențiu Ciorbaru <vicentiu@mariadb.org> Thu, 18 Jun 2021 16:08:00 +0300

debian/control

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Conflicts: mariadb-client-10.0,
283283
mariadb-client-core-10.3,
284284
mariadb-client-core-10.4,
285285
mariadb-client-core-10.5,
286+
mariadb-client-core-10.6,
286287
mariadb-client-core-5.1,
287288
mariadb-client-core-5.2,
288289
mariadb-client-core-5.3,
@@ -332,6 +333,7 @@ Replaces: mariadb-client-10.0,
332333
mariadb-client-core-10.3,
333334
mariadb-client-core-10.4,
334335
mariadb-client-core-10.5,
336+
mariadb-client-core-10.6,
335337
mariadb-client-core-5.1,
336338
mariadb-client-core-5.2,
337339
mariadb-client-core-5.3,
@@ -451,6 +453,7 @@ Replaces: mariadb-client (<< ${source:Version}),
451453
mariadb-client-10.3,
452454
mariadb-client-10.4,
453455
mariadb-client-10.5,
456+
mariadb-client-10.6,
454457
mariadb-client-5.1,
455458
mariadb-client-5.2,
456459
mariadb-client-5.3,

debian/salsa-ci.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ fresh install:
224224
script:
225225
- *test-prepare-container
226226
- *test-install
227-
- service mariadb status # There is no init.d/mysql in MariaDB 10.6
227+
- service mariadb status # There is no init.d/mysql in MariaDB 10.7
228228
- *test-verify-final
229229
variables:
230230
GIT_STRATEGY: none
231231
except:
232232
variables:
233233
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
234234

235-
mariadb-10.6 Sid upgrade:
235+
mariadb-10.7 Sid upgrade:
236236
stage: upgrade in Sid
237237
needs:
238238
- job: build
@@ -246,15 +246,15 @@ mariadb-10.6 Sid upgrade:
246246
script:
247247
- *test-prepare-container
248248
- *test-install
249-
- service mariadb status # There is no init.d/mysql in MariaDB 10.6
249+
- service mariadb status # There is no init.d/mysql in MariaDB 10.7
250250
- *test-verify-final
251251
variables:
252252
GIT_STRATEGY: none
253253
except:
254254
variables:
255255
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
256256

257-
mariadb-10.3 Buster to mariadb-10.6 upgrade:
257+
mariadb-10.3 Buster to mariadb-10.7 upgrade:
258258
stage: upgrade from Buster/Stretch
259259
needs:
260260
- job: build
@@ -281,7 +281,7 @@ mariadb-10.3 Buster to mariadb-10.6 upgrade:
281281
variables:
282282
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
283283

284-
mariadb-10.1 Stretch to mariadb-10.6 upgrade:
284+
mariadb-10.1 Stretch to mariadb-10.7 upgrade:
285285
stage: upgrade from Buster/Stretch
286286
needs:
287287
- job: build
@@ -323,7 +323,7 @@ test basic features:
323323
script:
324324
- *test-prepare-container
325325
- *test-install
326-
- service mariadb status # There is no init.d/mysql in MariaDB 10.6
326+
- service mariadb status # There is no init.d/mysql in MariaDB 10.7
327327
- *test-verify-final
328328
- |
329329
# Print info about server
@@ -538,7 +538,7 @@ mariadb-connector-c Stretch upgrade:
538538

539539
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
540540
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
541-
mysql-8.0 Sid to mariadb-10.6 upgrade:
541+
mysql-8.0 Sid to mariadb-10.7 upgrade:
542542
stage: upgrade in Sid
543543
needs:
544544
- job: build
@@ -566,7 +566,7 @@ mysql-8.0 Sid to mariadb-10.6 upgrade:
566566

567567
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
568568
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
569-
mysql-8.0 Focal to mariadb-10.6 upgrade:
569+
mysql-8.0 Focal to mariadb-10.7 upgrade:
570570
stage: upgrade extras
571571
needs:
572572
- job: build buster-backports
@@ -600,7 +600,8 @@ mysql-8.0 Focal to mariadb-10.6 upgrade:
600600
variables:
601601
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
602602

603-
mariadb.org-10.5 to mariadb-10.6 upgrade:
603+
604+
mariadb.org-10.5 to mariadb-10.7 upgrade:
604605
stage: upgrade extras
605606
needs:
606607
- job: build
@@ -639,7 +640,7 @@ mariadb.org-10.5 to mariadb-10.6 upgrade:
639640
variables:
640641
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
641642

642-
mariadb.org-10.4 to mariadb-10.6 upgrade:
643+
mariadb.org-10.4 to mariadb-10.7 upgrade:
643644
stage: upgrade extras
644645
needs:
645646
- job: build
@@ -672,7 +673,7 @@ mariadb.org-10.4 to mariadb-10.6 upgrade:
672673
variables:
673674
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
674675

675-
mariadb.org-10.3 to mariadb-10.6 upgrade:
676+
mariadb.org-10.3 to mariadb-10.7 upgrade:
676677
stage: upgrade extras
677678
needs:
678679
- job: build
@@ -708,7 +709,7 @@ mariadb.org-10.3 to mariadb-10.6 upgrade:
708709
variables:
709710
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
710711

711-
mariadb.org-10.2 to mariadb-10.6 upgrade:
712+
mariadb.org-10.2 to mariadb-10.7 upgrade:
712713
stage: upgrade extras
713714
needs:
714715
- job: build
@@ -744,7 +745,7 @@ mariadb.org-10.2 to mariadb-10.6 upgrade:
744745
variables:
745746
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
746747

747-
mysql.com-5.7 to mariadb-10.6 upgrade:
748+
mysql.com-5.7 to mariadb-10.7 upgrade:
748749
stage: upgrade extras
749750
needs:
750751
- job: build buster-backports
@@ -776,7 +777,7 @@ mysql.com-5.7 to mariadb-10.6 upgrade:
776777
variables:
777778
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
778779

779-
percona-xtradb-5.7 to mariadb-10.6 upgrade (MDEV-22679):
780+
percona-xtradb-5.7 to mariadb-10.7 upgrade (MDEV-22679):
780781
stage: upgrade extras
781782
needs:
782783
- job: build buster-backports

0 commit comments

Comments
 (0)