[Bug 777168] New: Email alias for d...@flatpak.org

2017-01-12 Thread sysadmin
https://bugzilla.gnome.org/show_bug.cgi?id=777168

Bug ID: 777168
   Summary: Email alias for d...@flatpak.org
Classification: Infrastructure
   Product: sysadmin
   Version: unspecified
OS: Linux
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Other
  Assignee: sysadmin-ma...@gnome.bugs
  Reporter: allanp...@gmail.com
QA Contact: sysadmin-ma...@gnome.bugs
 GNOME version: ---

We're setting up ReadTheDocs for Flatpak, and it would be good to have an email
address that we can register the account to. Would it be possible to setup an
alias for d...@flatpak.org and point it to a...@gnome.org and
alexander.lars...@gmail.com?

Thanks!

-- 
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure

Re: get .flatpakref files to download.gnome.org

2017-01-12 Thread Matthias Clasen
On Thu, Jan 12, 2017 at 6:01 AM, Bastian Ilso 
wrote:

> Hi!
>
>
> It would be really nice if we could start having *.flatpakref files[1]
> hosted at an official place at gnome.org. For example, it would be nice
> if we had the flatpakref file for gnome-builder 3.22 hosted at:
> https://download.gnome.org/sources/gnome-builder/3.22/
>
>
> I don't know the exact details in terms of what is required to do this and
> how this would work. I'm told there is a script located at
> https://git.gnome.org/browse/sysadmin-bin which is doing the groundwork
> for populating download.gnome.org. Perhaps this is something you can help
> with sorting out? :-)
>
>
The script I was pointing Bastien at is ftpadmin which we currently use on
master.gnome.org to put tarballs in place:

ftpadmin install gtk+-3.22.6.tar.xz

I think we could have a similar command for flatpakref files:

ftpadmin install gnome-recipes.flatpakref

Few things to notice: the basename of the flatpakref file would probably
have to be used to determine which module the file belongs to, but we don't
generally encode version information in there, so maybe that needs to be
passed separately:

ftpadmin install-ancillary-file --for-module gnome-recipes-0.8.0
gnome-recipes.flatpakref

?
And just to get that out of the way, flatpakref files are just links,
basically. They point to one or more flatpak repositories that are hosted
elsewhere, thats all.
___
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-infrastructure