File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ prepare_pkg:
28
28
build/pkg_debian: build/pkg_debian_7 build/pkg_debian_8
29
29
@echo Debian done
30
30
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
32
32
@echo Ubuntu done
33
33
34
34
build/pkg_centos: build/pkg_centos_6 build/pkg_centos_7
@@ -40,7 +40,7 @@ define build_deb
40
40
find /var/build -type d -exec chmod 0755 {} \; && find /var/build -type f -exec chmod 0644 {} \; && \
41
41
cd /var/build && (apt-get update -m || apt-get update -m || apt-get update -m) && \
42
42
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 && \
44
44
PACKAGECLOUD_TOKEN=$(PACKAGECLOUD_TOKEN) package_cloud push postgrespro/mamonsu/$1/$2 *.deb"
45
45
endef
46
46
@@ -61,10 +61,6 @@ build/pkg_debian_8:
61
61
$(call build_deb,debian,jessie)
62
62
touch build/pkg_debian_8
63
63
64
- build/pkg_ubuntu_12_04:
65
- $(call build_deb,ubuntu,precise)
66
- touch build/pkg_ubuntu_12_04
67
-
68
64
build/pkg_ubuntu_14_04:
69
65
$(call build_deb,ubuntu,trusty)
70
66
touch build/pkg_ubuntu_14_04
You can’t perform that action at this time.
0 commit comments