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 766783 - New git repository request for libgepub
New git repository request for libgepub
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2016-05-23 07:47 UTC by Daniel Garcia
Modified: 2016-05-23 11:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Garcia 2016-05-23 07:47:20 UTC
I'm working to add epub support to gnome-books, and to do this I've created a glib library in c with gir to read and work with epub files.

This lib was created in the first time to add epub support to evince, but that was hard and I can't finish a working patch. But with the new project gnome-books it's easier to integrate epub support, so I get the libgepub again and I'm working in a patch for gnome-books:
https://bugzilla.gnome.org/show_bug.cgi?id=740971#c6


repository name: libgepub
description:
libgepub is a GObject based library for handling and rendering epub
documents.

Project homepage: https://github.com/danigm/libgepub

The libgepub project meets the ProjectPrerequisites because:
 * "The project must be free/open source software." -> It's GPLv2.
 * "It must use GTK+/GNOME technologies." -> it's a library that uses glib and gobject and provides a gir interface. The goal for this lib is to add the epub reading functionality to gnome applications.
 * "It must be maintained, and already have had at least one public release." -> I've been working in this lib since 2011, when I tried to add epub support to evince, the last release is 0.3.
Comment 1 Andrea Veri 2016-05-23 07:51:49 UTC
Hi, do you have a GNOME Account already? if not do you know an existing maintainer who can vouch for your account? once the access has been granted you should be able to add a new repository yourself.
Comment 2 Daniel Garcia 2016-05-23 07:55:21 UTC
Yes, I've ssh access to the git repository, danigm is my username.
Comment 3 Andrea Veri 2016-05-23 09:58:26 UTC
Then https://wiki.gnome.org/Git/NewRepository should be for you.
Comment 4 Daniel Garcia 2016-05-23 10:16:12 UTC
(In reply to Andrea Veri from comment #3)
> Then https://wiki.gnome.org/Git/NewRepository should be for you.

Thank you Andrea, but I can't create the repository, maybe my account was disabled because my inactivity or maybe I've changed my ssh key during this time, but I don't remember changing it.

The thing is that I can't do any git operation with gnome. I'm reviewing my old emails from accounts@gnome.org, I've my password from mango, but I've view that this changed to https://account.gnome.org/, so... How can I recover my account?
Comment 5 Andrea Veri 2016-05-23 10:36:35 UTC
I did re-enable your account. Can you please try again? If it doesn't work please mail accounts@gnome.org as we'll have to check your SSH key still matches the one we have registered for you.
Comment 6 Daniel Garcia 2016-05-23 10:39:48 UTC
Thank you, it works, I've been able to create the repository.