Jan Pazdziora wrote:
Hello,

when running git push --tags, I seem to be getting some errors about
spacewalk-java-0.6.1-1-11. What's strange there is that
spacewalk-java-0.6.1-1-11 does not even look like a valid tag name:

$ git push --tags Counting objects: 1, done.
Writing objects: 100% (1/1), 217 bytes, done.
Total 1 (delta 0), reused 0 (delta 0)
fatal: ambiguous argument 
'spacewalk-java-0.6.1-1-11..2b31b47d57bd0024deb6a7097f1388e3fa0e13ee': unknown 
revision or path not in the working tree.
Use '--' to separate paths from revisions
To ssh://git.fedorahosted.org/git/spacewalk.git/
fatal: ambiguous argument 
'spacewalk-java-0.6.1-1-11..2b31b47d57bd0024deb6a7097f1388e3fa0e13ee': unknown 
revision or path not in the working tree.
Use '--' to separate paths from revisions
 * [new tag]         rhnpush-5.3.0-1 -> rhnpush-5.3.0-1

Does anyone know what's going on there with the Spacewalk git repository?

Me and Michael expirienced the same problem few days ago. It happen when you tag package and do
git push --tags.
The SHA1 in the error is always the SHA1 of the *previous* tag.
When I do the
git push --tags
for second time, it did not appear again.
I did not find the reason why it happen.


--
Miroslav Suchy
RHN Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to