Re: apt-setup bugs / patch review

2014-05-10 Thread Christian PERRIER
> +Template: apt-setup/local/netrc > +Type: string > +# :sl3: > +_Description: netrc-style entry: > + Please enter here your apt host that requires authentication. Please use > + the format described by man netrc. > + . > + For instance: > + machine packages.server.org login myuser password mypas

Re: Support for sunxi-based ARM systems in d-i

2014-05-10 Thread Ian Campbell
On Sat, 2014-05-10 at 18:46 +0200, Karsten Merker wrote: > On Thu, May 08, 2014 at 09:20:33PM +0100, Ian Campbell wrote: > > On Tue, 2014-05-06 at 21:24 +0200, Karsten Merker wrote: > > > So this means that on an armhf system set up by d-i, the symlinks > > > are actually in place where we need the

Re: apt-setup bugs / patch review

2014-05-10 Thread bofh80
And the template for this one as sl3 On 10 May 2014 19:17, bofh80 wrote: > OK, i've fixed the template for this one as suggested. Let me know of > further changes. > > As for what it does, all i can really do is point you at this: > Support for netrc > https://bugs.debian.org/cgi-bin/bugreport.

Re: apt-setup bugs / patch review

2014-05-10 Thread bofh80
OK, i've fixed the template for this one as suggested. Let me know of further changes. As for what it does, all i can really do is point you at this: Support for netrc https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518473 On 10 May 2014 18:45, Christian PERRIER wrote: > (dropping CC, please

Re: apt-setup bugs / patch review

2014-05-10 Thread Christian PERRIER
(dropping CC, please do so as well, as I'm subscribed to the list) Quoting bofh80 (afm...@gmail.com): > Ok, here's the other patch too updated with a slightly better template > thing. Now i noticed the _Description part is different, so i changed it, > then noticed the other string entries don't h

Failure's and Buggs I have found

2014-05-10 Thread Michael Schoder
Hi Team from Debian Installer I have found some issues I would like to bring to you attention. During an install of Debian Wheezy Version 7.0.4 and others. I have found the following issues: 1) Network Configuration fails to get default gateway or route, if the: isc-dhcp-server /

Re: apt-setup bugs / patch review

2014-05-10 Thread bofh80
Ok, here's the other patch too updated with a slightly better template thing. Now i noticed the _Description part is different, so i changed it, then noticed the other string entries don't have _Description parts. I'm now reading http://www.fifi.org/doc/debconf-doc/tutorial.html and https://www.d

Processed: update submitter for few bugs

2014-05-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > submitter 681500 ! Bug #681500 [lxde] lxde: recommend audacious as a music player Changed Bug submitter to 'Bob Bib ' from 'Bob Bib ' > submitter 684525 ! Bug #684525 [desktop-base] desktop-base: treat '/usr/share/desktop-base/grub_background.sh

Re: apt-setup bugs / patch review

2014-05-10 Thread bofh80
Unless i messed up something, this should be the correct commit. (starts to learn why people suggest having 1 patch for each file change). I actually don't know what the #:sl2: part is for. And i had to look up interrogative form on wikipedia, but i get it nowi'll have a look at the other templ

Re: apt-setup bugs / patch review

2014-05-10 Thread Christian PERRIER
Quoting bofh80 (afm...@gmail.com): > +Template: mirror/http/source > +Type: boolean > +Default: true > +# :sl2: > +_Description: Generate deb-src for selected mirror > +Set to false if you wish to comment out the deb-src line in > +/etc/apt/sources.list. That template need a style review. I'd pro

apt-setup bugs / patch review

2014-05-10 Thread bofh80
apt-setup: netrc auth.conf for apt generated in apt-setup/localx/netrc feature https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747559 please allow pre-seeding for deb-src line htt