Thanks for remding me. I added you to the "committers" role on JIRA. C.
On Wed, Dec 31, 2014 at 12:01 PM, Elliott Clark <[email protected]> wrote: > Can I get perms to the jira too? Weird being able to commit but not to > assign issues to myself. > > On Tue, Dec 30, 2014 at 6:48 PM, Colin McCabe <[email protected]> > wrote: > >> Hi Nick, >> >> You should have permission now. >> >> Mind attaching this one to >> https://issues.apache.org/jira/browse/HTRACE-38 ? Seems worthy of its >> own JIRA. >> >> cheers. >> Colin >> >> On Tue, Dec 30, 2014 at 6:03 PM, Nick Dimiduk <[email protected]> wrote: >> > I'd like to reopen HTRACE-10 and provide an addendum to the rat check but >> > it seems my user account doesn't have necessary permissions. >> > >> > In the mean time, to avoid upholding the RC process, here's the patch I'd >> > like to include. >> > >> > diff --git a/README.md b/README.md >> > index 8d5bb3c..b3b486e 100644 >> > --- a/README.md >> > +++ b/README.md >> > @@ -1,3 +1,20 @@ >> > +<!-- >> > + Licensed to the Apache Software Foundation (ASF) under one or more >> > + contributor license agreements. See the NOTICE file distributed with >> > + this work for additional information regarding copyright ownership. >> > + The ASF licenses this file to You under the Apache License, Version 2.0 >> > + (the "License"); you may not use this file except in compliance with >> > + the License. You may obtain a copy of the License at >> > + >> > + http://www.apache.org/licenses/LICENSE-2.0 >> > + >> > + Unless required by applicable law or agreed to in writing, software >> > + distributed under the License is distributed on an "AS IS" BASIS, >> > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or >> implied. >> > + See the License for the specific language governing permissions and >> > + limitations under the License. >> > +--> >> > + >> > HTrace >> > ====== >> > HTrace is a tracing framework for use with distributed systems written >> in >> > java. >> > diff --git a/pom.xml b/pom.xml >> > index d531fef..2d42b5e 100644 >> > --- a/pom.xml >> > +++ b/pom.xml >> > @@ -139,7 +139,7 @@ language governing permissions and limitations under >> > the License. --> >> > <plugin> >> > <groupId>org.apache.rat</groupId> >> > <artifactId>apache-rat-plugin</artifactId> >> > - <version>0.10</version> >> > + <version>0.11</version> >> > <executions> >> > <execution> >> > <phase>package</phase> >> > diff --git a/src/main/site/markdown/index.md b/src/main/site/markdown/ >> > index.md >> > index b496ce1..8a234dc 100644 >> > --- a/src/main/site/markdown/index.md >> > +++ b/src/main/site/markdown/index.md >> > @@ -1,3 +1,20 @@ >> > +<!-- >> > + Licensed to the Apache Software Foundation (ASF) under one or more >> > + contributor license agreements. See the NOTICE file distributed with >> > + this work for additional information regarding copyright ownership. >> > + The ASF licenses this file to You under the Apache License, Version 2.0 >> > + (the "License"); you may not use this file except in compliance with >> > + the License. You may obtain a copy of the License at >> > + >> > + http://www.apache.org/licenses/LICENSE-2.0 >> > + >> > + Unless required by applicable law or agreed to in writing, software >> > + distributed under the License is distributed on an "AS IS" BASIS, >> > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or >> implied. >> > + See the License for the specific language governing permissions and >> > + limitations under the License. >> > +--> >> > + >> > Apache HTrace is an <a href="http://htrace.incubator.apache.org">Apache >> > Incubator</a> >> > project. To add HTrace to your project, see detail on how to add it as a >> > <a href="dependency-info.html">dependency</a>. >>
