From 6cf2f8ba45bb91b9362b604fe6b0153df3a064ee Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 29 Sep 2023 00:11:06 +0200 Subject: [PATCH] main/postgresql16: move from testing --- {testing => main}/postgresql16/APKBUILD | 0 {testing => main}/postgresql16/czech-snowball-stemmer.patch | 0 {testing => main}/postgresql16/disable-html-docs.patch | 0 {testing => main}/postgresql16/dont-use-locale-a-on-musl.patch | 0 {testing => main}/postgresql16/external-libpq.patch.txt | 0 {testing => main}/postgresql16/icu-collations-hack.patch | 0 {testing => main}/postgresql16/initdb.patch | 0 .../postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch | 0 {testing => main}/postgresql16/libpgport-pkglibdir.patch.txt | 0 {testing => main}/postgresql16/make-split-headers.patch | 0 {testing => main}/postgresql16/per-version-dirs.patch | 0 {testing => main}/postgresql16/perl-rpath.patch | 0 {testing => main}/postgresql16/pg_config-add-major-version.patch | 0 {testing => main}/postgresql16/pltcl_create_tables.sql | 0 .../postgresql16/postgres_fdw-test-omit-gssdelegation.patch | 0 {testing => main}/postgresql16/postgresql16.post-install | 0 {testing => main}/postgresql16/postgresql16.pre-deinstall | 0 {testing => main}/postgresql16/remove-libecpg_compat.patch | 0 {testing => main}/postgresql16/unix_socket_directories.patch | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {testing => main}/postgresql16/APKBUILD (100%) rename {testing => main}/postgresql16/czech-snowball-stemmer.patch (100%) rename {testing => main}/postgresql16/disable-html-docs.patch (100%) rename {testing => main}/postgresql16/dont-use-locale-a-on-musl.patch (100%) rename {testing => main}/postgresql16/external-libpq.patch.txt (100%) rename {testing => main}/postgresql16/icu-collations-hack.patch (100%) rename {testing => main}/postgresql16/initdb.patch (100%) rename {testing => main}/postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch (100%) rename {testing => main}/postgresql16/libpgport-pkglibdir.patch.txt (100%) rename {testing => main}/postgresql16/make-split-headers.patch (100%) rename {testing => main}/postgresql16/per-version-dirs.patch (100%) rename {testing => main}/postgresql16/perl-rpath.patch (100%) rename {testing => main}/postgresql16/pg_config-add-major-version.patch (100%) rename {testing => main}/postgresql16/pltcl_create_tables.sql (100%) rename {testing => main}/postgresql16/postgres_fdw-test-omit-gssdelegation.patch (100%) rename {testing => main}/postgresql16/postgresql16.post-install (100%) rename {testing => main}/postgresql16/postgresql16.pre-deinstall (100%) rename {testing => main}/postgresql16/remove-libecpg_compat.patch (100%) rename {testing => main}/postgresql16/unix_socket_directories.patch (100%) diff --git a/testing/postgresql16/APKBUILD b/main/postgresql16/APKBUILD similarity index 100% rename from testing/postgresql16/APKBUILD rename to main/postgresql16/APKBUILD diff --git a/testing/postgresql16/czech-snowball-stemmer.patch b/main/postgresql16/czech-snowball-stemmer.patch similarity index 100% rename from testing/postgresql16/czech-snowball-stemmer.patch rename to main/postgresql16/czech-snowball-stemmer.patch diff --git a/testing/postgresql16/disable-html-docs.patch b/main/postgresql16/disable-html-docs.patch similarity index 100% rename from testing/postgresql16/disable-html-docs.patch rename to main/postgresql16/disable-html-docs.patch diff --git a/testing/postgresql16/dont-use-locale-a-on-musl.patch b/main/postgresql16/dont-use-locale-a-on-musl.patch similarity index 100% rename from testing/postgresql16/dont-use-locale-a-on-musl.patch rename to main/postgresql16/dont-use-locale-a-on-musl.patch diff --git a/testing/postgresql16/external-libpq.patch.txt b/main/postgresql16/external-libpq.patch.txt similarity index 100% rename from testing/postgresql16/external-libpq.patch.txt rename to main/postgresql16/external-libpq.patch.txt diff --git a/testing/postgresql16/icu-collations-hack.patch b/main/postgresql16/icu-collations-hack.patch similarity index 100% rename from testing/postgresql16/icu-collations-hack.patch rename to main/postgresql16/icu-collations-hack.patch diff --git a/testing/postgresql16/initdb.patch b/main/postgresql16/initdb.patch similarity index 100% rename from testing/postgresql16/initdb.patch rename to main/postgresql16/initdb.patch diff --git a/testing/postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch b/main/postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch similarity index 100% rename from testing/postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch rename to main/postgresql16/jit-datalayout-mismatch-on-s390x-and-x86.patch diff --git a/testing/postgresql16/libpgport-pkglibdir.patch.txt b/main/postgresql16/libpgport-pkglibdir.patch.txt similarity index 100% rename from testing/postgresql16/libpgport-pkglibdir.patch.txt rename to main/postgresql16/libpgport-pkglibdir.patch.txt diff --git a/testing/postgresql16/make-split-headers.patch b/main/postgresql16/make-split-headers.patch similarity index 100% rename from testing/postgresql16/make-split-headers.patch rename to main/postgresql16/make-split-headers.patch diff --git a/testing/postgresql16/per-version-dirs.patch b/main/postgresql16/per-version-dirs.patch similarity index 100% rename from testing/postgresql16/per-version-dirs.patch rename to main/postgresql16/per-version-dirs.patch diff --git a/testing/postgresql16/perl-rpath.patch b/main/postgresql16/perl-rpath.patch similarity index 100% rename from testing/postgresql16/perl-rpath.patch rename to main/postgresql16/perl-rpath.patch diff --git a/testing/postgresql16/pg_config-add-major-version.patch b/main/postgresql16/pg_config-add-major-version.patch similarity index 100% rename from testing/postgresql16/pg_config-add-major-version.patch rename to main/postgresql16/pg_config-add-major-version.patch diff --git a/testing/postgresql16/pltcl_create_tables.sql b/main/postgresql16/pltcl_create_tables.sql similarity index 100% rename from testing/postgresql16/pltcl_create_tables.sql rename to main/postgresql16/pltcl_create_tables.sql diff --git a/testing/postgresql16/postgres_fdw-test-omit-gssdelegation.patch b/main/postgresql16/postgres_fdw-test-omit-gssdelegation.patch similarity index 100% rename from testing/postgresql16/postgres_fdw-test-omit-gssdelegation.patch rename to main/postgresql16/postgres_fdw-test-omit-gssdelegation.patch diff --git a/testing/postgresql16/postgresql16.post-install b/main/postgresql16/postgresql16.post-install similarity index 100% rename from testing/postgresql16/postgresql16.post-install rename to main/postgresql16/postgresql16.post-install diff --git a/testing/postgresql16/postgresql16.pre-deinstall b/main/postgresql16/postgresql16.pre-deinstall similarity index 100% rename from testing/postgresql16/postgresql16.pre-deinstall rename to main/postgresql16/postgresql16.pre-deinstall diff --git a/testing/postgresql16/remove-libecpg_compat.patch b/main/postgresql16/remove-libecpg_compat.patch similarity index 100% rename from testing/postgresql16/remove-libecpg_compat.patch rename to main/postgresql16/remove-libecpg_compat.patch diff --git a/testing/postgresql16/unix_socket_directories.patch b/main/postgresql16/unix_socket_directories.patch similarity index 100% rename from testing/postgresql16/unix_socket_directories.patch rename to main/postgresql16/unix_socket_directories.patch