After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691819 - Can't fix my doap
Can't fix my doap
Status: RESOLVED INVALID
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2013-01-16 01:33 UTC by Marc-Andre Lureau
Modified: 2013-01-16 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc-Andre Lureau 2013-01-16 01:33:04 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.
Comment 1 Marc-Andre Lureau 2013-01-16 01:33:55 UTC
(repo: git://git.gnome.org/msitools)
Comment 2 Olav Vitters 2013-01-16 09:05:12 UTC
You're still importing it.

Basically you want two <maintainers> tags. Cannot fix that for you.. please do yourself.
Comment 3 Marc-Andre Lureau 2013-01-16 11:51:02 UTC
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 %)$
Comment 4 Marc-Andre Lureau 2013-01-16 15:35:56 UTC
It turns out the fix was not complete (there was a missing < too)

sorry about the noise