| Summary: | Git migration request: EMF Teneo project | ||
|---|---|---|---|
| Product: | Community | Reporter: | Martin Taal <mtaal> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Martin Taal
I've imported the contents of /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.teneo into /gitroot/teneo/org.eclipse.emf.teneo.git . Can you take a look and confirm it's as you expect? What do you want to do with the releng CVS code? -M. Thanks looks good. But one thing is that the repository does not show up here: http://git.eclipse.org/c/teneo/org.eclipse.emf.teneo.git/ Also hudson does not seem to be able to clone, could this be related? Hudson git output: Fetching changes from the remote Git repository Fetching upstream changes from git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway ERROR: (Underlying report) : Error performing command: git fetch -t git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git +refs/heads/*:refs/remotes/origin/* Command "git fetch -t git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: The remote end hung up unexpectedly ERROR: Could not fetch from any repository FATAL: Could not fetch from any repository hudson.plugins.git.GitException: Could not fetch from any repository at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:885) at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:843) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960) at hudson.remoting.UserRequest.perform(UserRequest.java:114) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:283) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) That's what I get for doing this as root. Sorry the files were missing a+r perms. Fixed. -M. Okay thanks, the build now also runs from git. One last request, can you enable this commit mailing list for the git repository: teneo-commit@eclipse.org and then the cvs can be archived. Thanks! gr. Martin Ok I've linked the commit notifications list in. Is there anything in the teneo.releng CVS tree that needs to be imported or can it just be archived with the rest of the Teneo CVS data? -M. Thanks! releng can be archived, nothing really to get from there. Ok, I've removed the data from CVS and you can find an archived copy here: http://archive.eclipse.org/modeling/emf/teneo/teneo_cvs.tgz . -M. |