lp://qastaging/~mbruzek/charms/precise/opengrok/tests
- Get this branch:
- bzr branch lp://qastaging/~mbruzek/charms/precise/opengrok/tests
Branch merges
- charmers: Pending requested
-
Diff: 65 lines (+55/-0)2 files modifiedtests/00-setup (+5/-0)
tests/99-autogen (+50/-0)
Branch information
- Owner:
- Matt Bruzek
- Status:
- Development
Recent revisions
- 12. By Peter Petrakis
-
* Implemented all charm review suggestions
* Multiple project support
- bzr and git supported - 11. By Peter Petrakis
-
* passes charm proof
* introduced hooks/config-changed
- defined yaml api which allows for lp branches to be added, one at a time, to
the opengrok project tree, checkout or update bzr branch, and rebuild index
* README updated to reflect usage
* debug verbosity disabled
* defined generic http interface
* introduced hooks/website-relation- joined
* revision bumped - 10. By Peter Petrakis
-
* because of template generation, we need to define the ctags path ahead of
time instead of determining it at runtime.
* We were overwriting our opengrok config during index update when we
were supposed to be reading from it, -W vs -R config file.
* upstart jobs use exec or script, not both, using just script now. - 9. By Peter Petrakis
-
* created scripts/ and included entry points for upstart index update job
- scripts/opengrok_ update_ configuration
- scripts/opengrok_ update_ index
* created upstart job that executes new scripts, /etc/init/opengrok- index.conf
* updated cronjob to call upstart job instead
* solved java OOM problem
- required calling the jar directly and affirming all the CLI options
- create a new, abridged config file that has no concept of history indexing
* hooks/install
- Adjust %%PWD%% for scripts/*
- upgrade friendly, generated data is preserved on charm-upgrade
* updated TODO, I like it when it gets shorter - 8. By Peter Petrakis
-
* created inc/common and moved several global vars and functions there
- saved away CHARM_ROOT using sed magic so external scripts can also
load inc/common like cron, and soon upstart.
- created conditional logger in inc/common will use juju-log if available,
otherwise it uses logger
- cron script calls function from inc/common instead of being called from install
* hooks/opengrok common is neater now, comments updated in preperation for config options
* revision bumped to 22
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/charms/opengrok