Ottomata has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/364429 )
Change subject: Import cloudera jessie packages into a stretch wikimedia thirdparty component ...................................................................... Import cloudera jessie packages into a stretch wikimedia thirdparty component This allows us to install Jessie CDH packages on Stretch boxes Bug: T152712 Change-Id: I511f517124aad56a420f8971d33b3f03cb9f25db --- M modules/aptrepo/files/updates 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/29/364429/1 diff --git a/modules/aptrepo/files/updates b/modules/aptrepo/files/updates index 6474238..864d94e 100644 --- a/modules/aptrepo/files/updates +++ b/modules/aptrepo/files/updates @@ -26,6 +26,20 @@ VerifyRelease: 327574EE02A818DD ListShellHook: grep-dctrl -e -S '^(avro-libs|bigtop-jsvc|bigtop-tomcat|bigtop-utils|crunch|hadoop|hbase|hive|hue|impala|kite|llama|mahout|oozie|parquet|parquet-format|pig|pig-udf-datafu|sentry|solr|flume-ng|spark-core|sqoop|sqoop2|whirr|zookeeper)$' || [ $? -eq 1 ] +# NOTE: Cloudera does not (yet) provide Stretch packages. We use the Jessie ones, +# along with a fake equivs to satisfy hadoop-mapreduce's (unnecessary) dependency on libssl1.0.0 +# which is not available in Stretch. Once Cloudera releases Stretch packages, we can +# point this at those instead of the Jessie ones. +Name: cloudera-stretch +Method: http://archive.cloudera.com/cdh5/debian/jessie/amd64/cdh/ +Components: contrib>thirdparty/cloudera +UDebComponents: +Suite: jessie-cdh5.10.0 +Architectures: amd64 source +VerifyRelease: 327574EE02A818DD +ListShellHook: grep-dctrl -e -S '^(avro-libs|bigtop-jsvc|bigtop-tomcat|bigtop-utils|crunch|hadoop|hbase|hive|hue|impala|kite|llama|mahout|oozie|parquet|parquet-format|pig|pig-udf-datafu|sentry|solr|flume-ng|spark-core|sqoop|sqoop2|whirr|zookeeper)$' || [ $? -eq 1 ] + + Name: hwraid Method: http://hwraid.le-vert.net/debian Components: main>thirdparty -- To view, visit https://gerrit.wikimedia.org/r/364429 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I511f517124aad56a420f8971d33b3f03cb9f25db Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
