Processed: buster-ignore some pseudo-package RC level bugs

2019-04-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 497471 buster-ignore bullseye-ignore Bug #497471 [cdimage.debian.org] sarge images have syslinux binaries without source Added tag(s) buster-ignore and bullseye-ignore. > tags 507706 buster-ignore bullseye-ignore Bug #507706 [cdimage.debian.

Bug#926405: www.debian.org: Debian logos - PDF conversion is pixelated

2019-04-04 Thread Alban Vidal
Package: www.debian.org Severity: wishlist Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, I've found a problem when I convert the Debian logos to PDF format in Buster. The render is pixelated. If you want convert the logo to PDF format: rsvg-convert -f pdf -o openl

Removing www.debian.org/events/speakers - use CategoryDebianSpeakers in wiki.debian.org

2019-04-04 Thread Laura Arjona Reina
Dear all The Debian web team had recently a sprint where we had a look at certain web pages/areas and we acknowledge that the www.debian.org/events/speakers may be useful but we cannot keep it up-to-date properly and probably the best place for that info is wiki.debian.org. Instead of just moving

The website is not building correctly (git pull stalled)

2019-04-04 Thread Boyuan Yang
Dear all, The website is not updating correctly. https://www-master.debian.org/build-logs/webwml/git_update.log shows that there are some local changes that are not committed thus "git pull" would exit without doing anything. From https://salsa.debian.org/webmaster-team/webwml 69ba1b173fc..97

Re: The website is not building correctly (git pull stalled)

2019-04-04 Thread Laura Arjona Reina
Hello Boyua El 4/4/19 a las 19:54, Boyuan Yang escribió: > Dear all, > > The website is not updating correctly. > > https://www-master.debian.org/build-logs/webwml/git_update.log shows that > there are some local changes that are not committed thus "git pull" would exit > without doing anything.

Re: The website is not building correctly (git pull stalled)

2019-04-04 Thread Cyril Brulebois
Hi, Laura Arjona Reina (2019-04-04): > El 4/4/19 a las 19:54, Boyuan Yang escribió: > > Is there any possibility that we do a "git reset --hard HEAD; git > > clean -xdf" before actually "git pull"? > > > > My git skills are not enough to know if this could have unintended > consequences in www-

Re: The website is not building correctly (git pull stalled)

2019-04-04 Thread Boyuan Yang
在 2019-04-05五的 00:34 +0200,Cyril Brulebois写道: > Hi, > > Laura Arjona Reina (2019-04-04): > > El 4/4/19 a las 19:54, Boyuan Yang escribió: > > > Is there any possibility that we do a "git reset --hard HEAD; git > > > clean -xdf" before actually "git pull"? > > > > > > > My git skills are not eno