Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Managing website issues and source code in github?

Hello, jenkins instances on eclipse infra allow to do PR builds and push commits to git.eclipse.org as well so there is no issue performing all the stuff on a pure github project.

On Mon, Mar 11, 2019 at 4:20 PM Nick Boldt <nboldt@xxxxxxxxxx> wrote:
Not that I'm a fan of Bugzilla, but if you use BZ for website change issues, it's automatically integrated into the gerrit workflow so that gerrits/PRs for the website can link to the BZ if the commit message includes the string "Bug xxxx" or "[xxxxx]" at the start of the message.

And of course by using git.eclipse.org directly, you'll get the ability to trigger gerrit builds of PRs before they're pushed to the website.

So... perhaps not ideal, but path of least resistance?

FAILING THAT, there's also the option of doing PR builds w/ Travis as integrated in GH... but you'd still then have to figure out how to push github commits to git.eclipse.org

Nick

On Fri, Mar 8, 2019 at 9:34 AM Dave Neary <dneary@xxxxxxxxxx> wrote:
Hi all,

I would like to use github to track website updates and issues, but
having asked the Eclipse Foundation whether it's possible, the issue is
kicking off a website deploy after new PR merges - there would need to
be a manual step to pull changes from github into the git.eclipse.org
repo and kick off a website deploy, it won't happen automatically.

The main issue I have is, I would like to be able to track individual
changes we need to make to update the content, and group changes into
epics related to Che 7 website changes to allow collaboration and
tracking of progress.

Does anyone have a good suggestion for handling this? I have thought of
using github for issue tracking, but not for PRs, and manage commits to
https://git.eclipse.org/c/www.eclipse.org/che.git separately. Anyone
have a better idea?

Thanks,
Dave.

--
Dave Neary - Eclipse Che Ecosystem & Community Manager
Open Source and Standards - Red Hat
E: dneary@xxxxxxxxxx / T: @nearyd / Ph: +1-978-799-3338
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev


--

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com



“The Only Thing That Is Constant Is Change” - Heraclitus
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev

Back to the top