On Tue, 15 Aug 2023 at 23:03, Jason Porter <[email protected]> wrote: > > Is there a way to test this before I commit to make sure it doesn’t break? >
The build process is described here: http://incubator.apache.org/guides/website.html It relies on several Jenkins jobs. https://ci-builds.apache.org/job/Incubator/ But in theory you can use one or more of the scripts here: https://github.com/apache/incubator However, these involve checkouts of both Git and SVN. If you are testing the clutch only, it may be easier to just checkout the SVN repo: https://svn.apache.org/repos/asf/incubator/public/trunk and use one of the scripts there. > -- > Jason Porter > Software Engineer > He/Him/His > > IBM > > > From: sebb <[email protected]> > Date: Tuesday, August 15, 2023 at 15:55 > To: > Cc: [email protected] <[email protected]> > Subject: [EXTERNAL] Re: Online presence is lacking > The clutch script did not handle multiple URLs in the Website/www section. > I have fixed the script so it does not crash, but it will continue to > report that KIE does not have a website (it needs to see a single > apache.org site, which must exist). > > You can now leave it as is until there is a site at kie.apache.org. > > Alternatively, link to them from the Description section and drop the > website entry until there is a valid one. > > Note that comments in the website section will likely prevent the > clutch analysis from working. > > On Tue, 15 Aug 2023 at 19:58, Jason Porter <[email protected]> wrote: > > > > Thanks, Sebb! > > > > It’s been a long time since I’ve had to work with SVN 😊 > > > > -- > > Jason Porter > > Software Engineer > > He/Him/His > > > > IBM > > > > > > From: sebb <[email protected]> > > Date: Monday, August 14, 2023 at 18:14 > > To: [email protected] <[email protected]> > > Subject: [EXTERNAL] Re: Online presence is lacking > > On Tue, 15 Aug 2023 at 00:55, Alex Porcelli <[email protected]> wrote: > > > > > > Good suggestion, we probably need to figure out how properly get this > > > updated. > > > > It is in SVN at: > > > > https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/kie.xml > > > > One way to update this file: > > > > $ svn co --depth empty > > https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects > > /tmp/kie > > $ cd /tmp/kie > > $ svn update kie.xml > > edit the file > > $ svn diff > > $ svn ci -m"commit message" > > > > > Wiki shouldn’t be private, looks like this is another thing that we need > > > to > > > figure out :) > > > > That is a job for Infra. > > > > > Regards, > > > Alex > > > > > > On Mon, Aug 14, 2023 at 7:33 PM sebb <[email protected]> wrote: > > > > > > > On Tue, 15 Aug 2023 at 00:19, Alex Porcelli <[email protected]> wrote: > > > > > > > > > > Sebb, > > > > > > > > > > Thank you for your interest in the KIE project! > > > > > > > > > > KIE is a well established community umbrella project today available > > > > > here > > > > > [1] with current web presence here [2] and here [3], its sub-projects > > > > > are > > > > > probably better well known like Drools and jBPM. > > > > > > > > I see. > > > > > > > > Maybe these could be mentioned on the incubator summary page? > > > > > > > > BTW, the commits email is shown as [email protected]; needs > > > > fixing. > > > > > > > > Also, is the KIE Wiki supposed to be private? > > > > > > > > > > > > > Took a little longer than originally expected to get all the legal > > > > > paperwork in place, but finally we got it in mid-July. > > > > > > > > > > We are now in the process to move the codebase, and we plan to tackle > > > > > the > > > > > websites as soon as possible (maybe even in parallel - we are still > > > > > evaluating). > > > > > > > > > > > > > > > [1] - https://github.com/kiegroup/ > > > > > [2] - https://www.kie.org > > > > > [3] - https://blog.kie.org > > > > > > > > > Regards, > > > > > Alex > > > > > > > > > > On Mon, Aug 14, 2023 at 6:50 PM sebb <[email protected]> wrote: > > > > > > > > > > > I could not find a website for KIE, nor a software repo. > > > > > > > > > > > > About the only public information I could find is the following: > > > > > > > > > > > > https://incubator.apache.org/projects/kie.html > > > > > > > > > > > > It appears that there is a Wiki, however that is not linked from the > > > > above > > > > > > page. > > > > > > Also it appears to be private; I don't know if that is intentional. > > > > > > > > > > > > Sebb > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: [email protected] > > > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > -- > > > > > Regards, > > > > > _____________ > > > > > Alex Porcelli > > > > > http://porcelli.me > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > -- > > > Regards, > > > _____________ > > > Alex Porcelli > > > http://porcelli.me > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
