You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/13 05:04:48 UTC

[couchdb-pkg] branch master updated: Remove js-185 packages on CentOS 7

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b83c40  Remove js-185 packages on CentOS 7
8b83c40 is described below

commit 8b83c40fc90800a0b23be561f5a5935cd1fd79a1
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jul 13 01:04:31 2017 -0400

    Remove js-185 packages on CentOS 7
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4594d43..a15c219 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ centos: find-couch-dist link-couch-dist build-rpm
 
 centos6: make-rpmbuild install-js185 centos
 
-centos7: make-rpmbuild centos
+centos7: make-rpmbuild centos rm-js185-rpms
 
 # ######################################
 get-couch:
@@ -99,3 +99,6 @@ make-js185:
 install-js185:
 	sudo rpm -i ~/rpmbuild/RPMS/x86_64/js-1*
 	sudo rpm -i ~/rpmbuild/RPMS/x86_64/js-devel*
+
+rm-js185-rpms:
+    rm -f ~/rpmbuild/RPMS/x86_64/js*

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].