Source and Guide
Source
Sentry source code is maintained using GIT
Clone repository using:
git clone http://git-wip-us.apache.org/repos/asf/sentry.git
Change http to https if you are a developer intending to make commits
A Github clone and Anonymous browser access is also available
Developer Guide
Coding standards:
- Use the Eclipse formatter
- Use 2 spaces to indent only, no tabs
- Remove trailing whitespace and whitespace on empty lines
Commits:
- All commits except those to the website or for releases should start with
SENTRY-num: JIRA title. If committing a patch from a contributor the commit
message
should read SENTRY-num: JIRA title. Contributed by contributor's name.
- Try not to break the current build by making sure that trunk still builds
with mvn package before committing
- When resolving the JIRA, be sure to set the fix version to the current next
planned release version as this is used to create the release notes.