Skip to content

Commit 32444a9

Browse files
committed
remove ubuntu 12.04
1 parent 2bdd36e commit 32444a9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile.pkg

+2-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ prepare_pkg:
2828
build/pkg_debian: build/pkg_debian_7 build/pkg_debian_8
2929
@echo Debian done
3030

31-
build/pkg_ubuntu: build/pkg_ubuntu_12_04 build/pkg_ubuntu_14_04 build/pkg_ubuntu_15_10 build/pkg_ubuntu_16_04 build/pkg_ubuntu_16_10
31+
build/pkg_ubuntu: build/pkg_ubuntu_14_04 build/pkg_ubuntu_15_10 build/pkg_ubuntu_16_04 build/pkg_ubuntu_16_10
3232
@echo Ubuntu done
3333

3434
build/pkg_centos: build/pkg_centos_6 build/pkg_centos_7
@@ -40,7 +40,7 @@ define build_deb
4040
find /var/build -type d -exec chmod 0755 {} \; && find /var/build -type f -exec chmod 0644 {} \; && \
4141
cd /var/build && (apt-get update -m || apt-get update -m || apt-get update -m) && \
4242
apt-get install -y make dpkg-dev debhelper python-dev python-setuptools ruby-dev rubygems && make deb && \
43-
gem install package_cloud --no-ri --no-rdoc && env && \
43+
gem install package_cloud --no-ri --no-rdoc && \
4444
PACKAGECLOUD_TOKEN=$(PACKAGECLOUD_TOKEN) package_cloud push postgrespro/mamonsu/$1/$2 *.deb"
4545
endef
4646

@@ -61,10 +61,6 @@ build/pkg_debian_8:
6161
$(call build_deb,debian,jessie)
6262
touch build/pkg_debian_8
6363

64-
build/pkg_ubuntu_12_04:
65-
$(call build_deb,ubuntu,precise)
66-
touch build/pkg_ubuntu_12_04
67-
6864
build/pkg_ubuntu_14_04:
6965
$(call build_deb,ubuntu,trusty)
7066
touch build/pkg_ubuntu_14_04

0 commit comments

Comments
 (0)