Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Yelp 0.8.2.1 #4

Open
wants to merge 31 commits into
base: debian
Choose a base branch
from
Open

Yelp 0.8.2.1 #4

wants to merge 31 commits into from

Conversation

yyejun
Copy link

@yyejun yyejun commented Mar 12, 2015

No description provided.

Patrick Lucas and others added 30 commits July 21, 2014 13:22
/usr/share/java/log4j-1.2.jar is a symlink to the newest release of
log4j 1.2 installed on the system. Our systems have log4j-1.2.17
installed, but not log4j-1.2.16, causing the build to fail.

This change adds the symlink instead of the 1.2.16 jar file to avoid
this problem

Change-Id: I2a9c9b2c504231847e59a6a10e3b20728db15088
This change causes the rules file to set JAVA_HOME to OpenJDK only if
the variable is not already set in the environment.

A change to follow this one will allow the build to depend on any
compatible JDK rather than on OpenJDK specifically.

Change-Id: I9c238d2de67300891dc8274b97b2b3ee0e5d79ca
Change the Build-Depends and Depends directives of the package to refer
to the relevant Java distribution that OpenJDK provides as an alternative,
rather than directly only to OpenJDK.

This allows any compatible Java distribution to fulfill the dependency
without placing a strict requirement on OpenJDK.

$ dpkg -I openjdk-7-jdk_7u55-2.4.7-1ubuntu1_amd64.deb | grep Provides
 Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk

$ dpkg -I openjdk-7-jre_7u55-2.4.7-1ubuntu1_amd64.deb | grep Provides
 Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime

Change-Id: I8c9b480521487a5a19f7813340472d99a88a112a
Trying to conform more to gbp's defaults. That means:

* Start building off the master branch
* Use tags like upstream/<VERSION>
* Tag after a successfull build debian/<VERSION>

Change-Id: Idbb8cd05a519279bd1a7b3a3c8a3753d07944280
kafka-common contains shared .jars and libraries.
kafka-client depends on kafka-common and contains just the usr/sbin/kafka script.
kafka-server depends on kafka-client and contains the kafka init.d scripts.wq

Change-Id: I5a9bb0797578de7c48cb4ce84783c806fba3cb6f
Use pbuilder by default. pbuilder/cowbuilder can/should be used to
create a pristine build environment.
This can be overriden by passing --git-builder=debuild to
git-buildpackage

Change-Id: I5d774a3117c9e79465571f643366f443d0839ac8
* Updated instructions since pbuilder is now the default
* Add some helpful notes in the new version building
* Add a whole new section about building trunk
* Update .gitreview to point to the master branch

Change-Id: Ida2df00bc5ec850ce82b0eeeeae6876cd4e2fc71
Change-Id: Ia9ff188d4e5e7b042b15e635452b751827ec4028
Change-Id: Ie188d4deb9e75351fea7e235c22da546e96d8df5
Change-Id: I84396040c8ae8a61ff93c6267fd8ea529d84f40f
Change-Id: I0a1879f1c707f9f0e3e5086729c42ddffb290034
Change-Id: I9ca2a10ce52b306ae7b7e4403f3a622b9ce37240
Change-Id: I4c45a7216f38dd522901e610a426a29d51979857
On heavy loaded kafka brokers 20 seconds are not enough for a clean
shutdown. Timeout increased to 60 seconds.

Change-Id: I5441a1c5eddf33e1bdf5d7a0905017629e60cf13
Change snappy-java-1.0.4.1.jar to snappy-java.jar and remove duplicate
slf4j-api.jar in bin/kafka CLASSPATH definition.
Remove same duplicate in debian/rules and fix a typo.

Change-Id: I94660f05a61e1234d52941085471acbb7e011bce
Change-Id: I5146cc4fe574576dfafca89733ab316044386668
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants