From bugzilla@gnome.org Tue Sep 6 20:25:57 2016
Return-Path:
What
Removed
Added
Status
NEW
RESOLVED
CC
andrea.veri@gmail.com
Resolution
---
FIXED
gettext has been upgraded to 0.19.8.1. Please let me know how it goes.
Bug ID | 770977 |
---|---|
Summary | We need piwik installed on blogs.gnome.org/engagement |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | All |
Status | NEW |
Severity | enhancement |
Priority | Normal |
Component | Other |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | rares.visalom@gmail.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
We'd like to have Piwik installed on blogs.gnome.org/engagement.
What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
CC | andrea.veri@gmail.com | |
Resolution | --- | FIXED |
Bug ID | 771032 |
---|---|
Summary | new mailing list: coc-working-group-list@gnome.org |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Mailman |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | zana@gnome.org |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
Please create a new private mailing list for the code of conduct working group: coc-working-group-list@gnome.org Thanks.
What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
CC | andrea.veri@gmail.com | |
Resolution | --- | FIXED |
This should be done: https://static.gnome.org/modulesets Whenever a new GNOME release is out please let the Sysadmin Team know as the hash table should be populated accordingly. [1] Please let me know if there's anything else missing, otherwise please close the bug report. Thanks! [1] https://infrastructure.gnome.org/browse/puppet/tree/modules/modulesets/manifests/init.pp
Hi all,
The ODRS is a web service designed as a replacement for the
proprietary Ubuntu Reviews server. It's got nearly a thousand reviews submitted by end users and gets about 20,000 requests for review data
every day. We use it in GNOME Software for both the review system and
also the "star ratings" we give to apps. Any application /could/<= br> upload or consume reviews, but so far only GNOME Software does. We've got about two dozen different distributions using it too, although the
majority of reviews come from Fedora users. The amount bandwidth it
uses is tiny (actual numbers on request) as it is a simple flask
python3 web application that just needs access to a database and
serves up JSON blobs back to gnome-software to parse.
Teams of moderators (typically also using gnome-software) moderate any
submissions flagged for review, and end users decide the review
popularity based on the usual "Was this review useful to you:=C2=A0 Ye= s :
No" type buttons. This has been in operation for about 6 months. I'= ;ve
had reliability issues with OpenShift (and it costs quite a bit per
month to host a HA site) and quite a few people have asked me to ask
here if the site would be suitable to move to a GNOME VM.
The code is https://github.com/hughsie/odrs-website and is all free
software. I'd be happy to make changes (e.g. code, or adding something<= br> like a link to the GNOME privacy policy) if anything looks fishy. I'm also not a web programmer, so I'm sure someone will find something
non-awesome.
Thanks for consideration, and happy to answer questions,
Richard.
_______________________________________________
gnome-infrastructure mailing list
gnome-infrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome- inf= rastructure
On 14 September 2016 at 18:53, Jeff Schroeder
<jeffsch= roeder@computer.org> wrote:
> Stupid question, but has anyone asked Redhat if they would donate the<= br> > Openshift bits for free or would you rather not do that?
I've just had that discussion with the OpenShift guys. Basically, yes,<= br> they would donate everything we needed as long as I was a RH employee,
so maybe take cost concerns out of my initial email.
Richard
_______________________________________________
gnome-infrastructure mailing list
gnome-i= nfrastructure@gnome.org
https://mail.gnome.org/mailman/listinfo/= gnome-infrastructure
Bug ID | 771640 |
---|---|
Summary | Need to be assigned admin of friends@gnome.org |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | All |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Mailman |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | meg387@gmail.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
Hi, as a member of the board I've been assigned the duty of monitoring friends@gnome.org. Can you set it up so I have access to the emails sent to that address? Thanks! Meg Ford
What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
CC | andrea.veri@gmail.com | |
Resolution | --- | FIXED |
Bug ID | 771647 |
---|---|
Summary | Please create a ODRS VM |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Other |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | richard@hughsie.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
The ODRS is a web service designed as a replacement for the proprietary Ubuntu Reviews server. >Which software you will need installed. (i.e PHP, Mysql) This is what I install at the moment using the distro pakages: python3-PyMySQL, python3-flask, python3-flask-wtf, python3-flask-login, mariadb If you're using PIP for provisioning, I that would be 'Flask>=0.10.1', 'Flask-Login', 'PyMySQL' I need a database (MySQL/MariaDB preferably) ideally with the name "odrs" although that's easy enough to change in the code (it just makes migration easier). The schema is here https://github.com/hughsie/odrs-website/blob/master/README.md#how-do-i-set-up-the-database although I wouldn't mind being able to run the mysql command line client every now and again to change the schema and run custom upgrade commands (if that's something you'd allow). > A link to a tarball with website's content. The code is all in git: https://github.com/hughsie/odrs-website with the exception of the hash secret which is needed to allow users to revoke only their own reviews. At the moment on OpenShift I set a custom environment variable, but I guess I can ssh that into place manually, but ideas welcome. The website is being updated every couple of weeks with new features, so ideally there'd be a way for me to upload new content automatically without getting someone to deploy it for me. Again, ideas welcome. > If the website makes use of a Mysql database, please dump the database and if it doesn't contain any private content attach it to the email. I don't know if the review data should be "public"; there are deleted posts there and also hashed IP addresses. I'd also like to have a "flag day" where we stop the old instance, dump the database, import the database to the new VM, start the new service and then get all queries to the old endpoint forwarded to the new VM. But, if you need a dump of the data for compliance or other reasons please just let me know. I'm also happy to use the GNOME website visual styling and make the service "fit in" with the other websites, so if you have any pointers on that please let me know. Thanks! Richard