Closed
Bug 888054
Opened 12 years ago
Closed 12 years ago
Serve new bagheera-0.11 at mozilla-metrics.github.io
Categories
(Mozilla Metrics :: Metrics Data Ping, defect)
Mozilla Metrics
Metrics Data Ping
Tracking
(Not tracked)
RESOLVED
FIXED
Unreviewed
People
(Reporter: nalexander, Assigned: mreid)
References
Details
Could we serve bagheera-0.11 or bagheera-0.11-SNAPSHOT at
http://mozilla-metrics.github.io/maven2/releases/com/mozilla/bagheera/
What I really want is a version with multiple document delete; based on https://bugzilla.mozilla.org/show_bug.cgi?id=865894#c10 that is 0.11.
Comment 1•12 years ago
|
||
you want a bagheera-0.11 jar?.
if you want code https://github.com/mozilla-metrics/bagheera/tree/stable-0.11 checkout stable-0.11 branch.
-Harsha
| Assignee | ||
Comment 2•12 years ago
|
||
I've added Bagheera stable 0.11 to the metrics maven repo.
For future reference, here are the steps:
- Clone bagheera from github (git clone git@github.com:mozilla-metrics/bagheera.git)
- Check out the stable branch (git checkout stable-0.11)
- Clone metrics maven repo from github (git clone git@github.com:mozilla-metrics/mozilla-metrics.github.com.git)
- Build bagheera, targeting the maven repo for deployment (mvn -DaltDeploymentRepository=mozilla-metrics-releases::default::file:/path/to/clone/of/mozilla-metrics.github.com/maven2/releases clean deploy)
- Review changes in the maven repo, commit, push to github.
Assignee: nobody → mreid
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•12 years ago
|
||
Thanks Mark! Worked for me as of this morning.
You need to log in
before you can comment on or make changes to this bug.
Description
•