Re: [RESULT] move over to gitbox.apache.org

2018-12-23 Thread Jaikiran Pai
On 17/12/18 2:25 PM, Stefan Bodewig wrote:
> On 2018-12-17, Jaikiran Pai wrote:
>
>> On 17/12/18 2:09 PM, Stefan Bodewig wrote:
>>> I will take care of Gump, if anybody else could look into Jenkins that
>>> would be great.
>> I'll take a look at the Jenkins jobs later tonight and update them as
>> necessary.
> Thank you. I've also updated the main Ant site but have no idea how the
> Ivy and IvyDE sites are generated so kept away from them.

I have updated the Ivy site to refer to gitbox. It should be live now.
The IvyDE site didn't have any references to the git repository
locations, so there wasn't anything I had to do in this context.

-Jaikiran


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [RESULT] move over to gitbox.apache.org

2018-12-17 Thread Stefan Bodewig
On 2018-12-17, Jaikiran Pai wrote:

> On 17/12/18 2:09 PM, Stefan Bodewig wrote:

>> I will take care of Gump, if anybody else could look into Jenkins that
>> would be great.

> I'll take a look at the Jenkins jobs later tonight and update them as
> necessary.

Thank you. I've also updated the main Ant site but have no idea how the
Ivy and IvyDE sites are generated so kept away from them.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [RESULT] move over to gitbox.apache.org

2018-12-17 Thread Jaikiran Pai



On 17/12/18 2:09 PM, Stefan Bodewig wrote:
> I will take care of Gump, if anybody else could look into Jenkins that
> would be great. 
I'll take a look at the Jenkins jobs later tonight and update them as
necessary.

-Jaikiran

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [RESULT] move over to gitbox.apache.org

2018-12-17 Thread Stefan Bodewig
Hi all

I've sucessfully pushed to gitbox and github by now. What you want to do
depends on whether you want to push your changes to gitbox or github.

Assuming you want to commit to gitbox you need to change your origin's
URL, something like

git remote set-url origin \
https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git \
https://git-wip-us.apache.org/repos/asf/ant-antlibs-compress.git

if you want to push to github via ssh that would be something like

git remote set-url origin g...@github.com:apache/ant-ivy.git \
https://git-wip-us.apache.org/repos/asf/ant-ivy.git

The Antlibs are special as they use submodules. I think after changing
the remote for an Antlibs

git pull origin master
git submodule sync
git submodule update --init

should work - at least once all Antlibs have been adapted. Right now
AntUnit and Compress are done, I'll update the remaining Antlibs later
today.

I will take care of Gump, if anybody else could look into Jenkins that
would be great. Also I have updated the references to git-wip-us in Ivy
and will do so for all Antlibs, but I'm not sure when I'll manage to do
so for the remaining repos.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [RESULT] move over to gitbox.apache.org

2018-12-16 Thread Stefan Bodewig
On 2018-12-16, Stefan Bodewig wrote:

> the vote has passed and I've opened
> https://issues.apache.org/jira/browse/INFRA-17455

We now should be at gitbox, will check later today.

This means you need to change or add remotes and can decide whether to
use gitbox.apache.org or github when pushing changes.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org