GNOME Bugzilla – Bug 691819
Can't fix my doap
Last modified: 2013-01-16 15:35:56 UTC
After create-repository and import, I get: remote: --- remote: ERROR: msitools.doap is not valid: remote: Invalid RSS syntax remote: remote: Please see: remote: http://live.gnome.org/MaintainersCorner#maintainers remote: --- But I can't find a way to push an update again, I always get the hook decline.
(repo: git://git.gnome.org/msitools)
You're still importing it. Basically you want two <maintainers> tags. Cannot fix that for you.. please do yourself.
Yeah, I realize the two maintainers, and I am trying to fix it: "I can't find a way to push an update": git push --exec=import ssh://malureau@git.gnome.org/git/msitools master Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 322 bytes, done. Total 3 (delta 2), reused 0 (delta 0) remote: --- remote: ERROR: msitools.doap is not valid: remote: Invalid RSS syntax remote: remote: Please see: remote: http://live.gnome.org/MaintainersCorner#maintainers remote: --- To ssh://malureau@git.gnome.org/git/msitools ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'ssh://malureau@git.gnome.org/git/msitools' elmarco@makai:~/src/msitools[1] (master %)$
It turns out the fix was not complete (there was a missing < too) sorry about the noise