1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-12-26 02:28:16 +02:00
Files
pg_probackup/packaging/pkg/Makefile.alt
Mikhail A. Kulagin a454bd7d63 [ci skip] improve packaging:
* adding testing of packages for PG-14
* updating postgres versions
* adding reprepro config and rpmmacros to git
* fixing forgotten rhel repo signing and package testing
* adding alt-8 package testing
* removing debian-8, ubuntu-14.04 and ubuntu-16.04 packaging
* s/PGPRO Standart/PGPRO Standard/g
2021-12-26 21:24:15 +03:00

88 lines
1.6 KiB
Makefile

# ALT 7
build/alt_7_9.5:
$(call build_alt,alt,7,,9.5,9.5.25)
touch build/alt_7_9.5
build/alt_7_9.6:
$(call build_alt,alt,7,,9.6,9.6.24)
touch build/alt_7_9.6
build/alt_7_10:
$(call build_alt,alt,7,,10,10.19)
touch build/alt_7_10
build/alt_7_11:
$(call build_alt,alt,7,,11,11.14)
touch build/alt_7_11
build/alt_7_12:
$(call build_alt,alt,7,,12,12.9)
touch build/alt_7_12
build/alt_7_13:
$(call build_alt,alt,7,,13,13.5)
touch build/alt_7_13
build/alt_7_14:
$(call build_alt,alt,7,,14,14.1)
touch build/alt_7_14
# ALT 8
build/alt_8_9.5:
$(call build_alt,alt,8,,9.5,9.5.25)
touch build/alt_8_9.5
build/alt_8_9.6:
$(call build_alt,alt,8,,9.6,9.6.24)
touch build/alt_8_9.6
build/alt_8_10:
$(call build_alt,alt,8,,10,10.19)
touch build/alt_8_10
build/alt_8_11:
$(call build_alt,alt,8,,11,11.14)
touch build/alt_8_11
build/alt_8_12:
$(call build_alt,alt,8,,12,12.9)
touch build/alt_8_12
build/alt_8_13:
$(call build_alt,alt,8,,13,13.5)
touch build/alt_8_13
build/alt_8_14:
$(call build_alt,alt,8,,14,14.1)
touch build/alt_8_14
# ALT 9
build/alt_9_9.5:
$(call build_alt,alt,9,,9.5,9.5.25)
touch build/alt_9_9.5
build/alt_9_9.6:
$(call build_alt,alt,9,,9.6,9.6.24)
touch build/alt_9_9.6
build/alt_9_10:
$(call build_alt,alt,9,,10,10.19)
touch build/alt_9_10
build/alt_9_11:
$(call build_alt,alt,9,,11,11.14)
touch build/alt_9_11
build/alt_9_12:
$(call build_alt,alt,9,,12,12.9)
touch build/alt_9_12
build/alt_9_13:
$(call build_alt,alt,9,,13,13.5)
touch build/alt_9_13
build/alt_9_14:
$(call build_alt,alt,9,,14,14.1)
touch build/alt_9_14