[GitHub] bodewig commented on issue #1: Fix issue ant-antlibs-common submodule not found

2018-12-17 Thread GitBox
bodewig commented on issue #1: Fix issue ant-antlibs-common submodule not found
URL: https://github.com/apache/ant-antlibs-props/pull/1#issuecomment-447769681
 
 
   should be fixed with df20430
   
   Many thanks for reporting it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] vgoncharenko closed pull request #1: Fix issue ant-antlibs-common submodule not found

2018-12-17 Thread GitBox
vgoncharenko closed pull request #1: Fix issue ant-antlibs-common submodule not 
found
URL: https://github.com/apache/ant-antlibs-props/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitmodules b/.gitmodules
index 3ec196f..795967a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "common"]
path = common
-   url = https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git
+   url = https://github.com/apache/ant-antlibs-common.git


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] vgoncharenko commented on issue #1: Fix issue ant-antlibs-common submodule not found

2018-12-17 Thread GitBox
vgoncharenko commented on issue #1: Fix issue ant-antlibs-common submodule not 
found
URL: https://github.com/apache/ant-antlibs-props/pull/1#issuecomment-447769149
 
 
   ok, thanks for your fast reaction to my problem.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] bodewig commented on issue #1: Fix issue ant-antlibs-common submodule not found

2018-12-17 Thread GitBox
bodewig commented on issue #1: Fix issue ant-antlibs-common submodule not found
URL: https://github.com/apache/ant-antlibs-props/pull/1#issuecomment-447768646
 
 
   Sorry for that, we are in the process of moving our repositories internally 
at Apache, expect some hiccups.
   
   Rather than merging your PR, I'll change the submodule to use the new ASF 
remote, should happen soon.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
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



[GitHub] vgoncharenko opened a new pull request #1: Fix issue ant-antlibs-common submodule not found

2018-12-17 Thread GitBox
vgoncharenko opened a new pull request #1: Fix issue ant-antlibs-common 
submodule not found
URL: https://github.com/apache/ant-antlibs-props/pull/1
 
 
   Hello, today during installation of this project I have faced an issue like 
that:
   
   + git submodule init
   Submodule 'common' 
(https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git) registered for 
path 'common'
   + git submodule update
   Cloning into '/tmp/props/common'...
   fatal: repository 
'https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git/' not found
   fatal: clone of 
'https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git' into submodule 
path '/tmp/props/common' failed
   Failed to clone 'common'. Retry scheduled


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
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