Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / Dry-release broken
- - By Sven2 [us] Date 2016-01-09 18:34
I cannot create a release candidate for stable right now. Neither from changeset name nor from branch name:

[Sat Jan 9 18:32:02 2016 CET]: Running job "Release for revision stable-7.0".
[Sat Jan 9 18:32:02 2016 CET]: Dry-Releasing revision stable-7.0...
[Sat Jan 9 18:32:02 2016 CET]: Job "Release for revision stable-7.0" failed to finish: Failed to run git command "reset --hard origin/stable-7.0":
fatal: ambiguous argument 'origin/stable-7.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
[Sat Jan 9 18:32:50 2016 CET]: Running job "Release for revision 393577ffc1e4aa48faa2b276afb645ebf3de951c".
[Sat Jan 9 18:32:50 2016 CET]: Dry-Releasing revision 393577ffc1e4aa48faa2b276afb645ebf3de951c...
[Sat Jan 9 18:32:50 2016 CET]: Job "Release for revision 393577ffc1e4aa48faa2b276afb645ebf3de951c" failed to finish: Failed to run git command "reset --hard 393577ffc1e4aa48faa2b276afb645ebf3de951c":
fatal: Could not parse object '393577ffc1e4aa48faa2b276afb645ebf3de951c'.


Any idea?
Parent - By Clonk-Karl [us] Date 2016-01-09 19:23
Seems like the process was in the wrong working directory. Not clear how it could have gotten there. Maybe by a failed previous build where it changed the CWD and didn't reset it properly.

For now I just restarted it.
Reply
Up Topic Development / Developer's Corner / Dry-release broken

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill