[Git-commits] [grml/grml-live] fac5a9: sources.list configs: enable contrib/non-free for ...
Michael Prokop
mika at grml.org
Mon Jun 22 14:05:33 CEST 2015
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: fac5a9f0e819ff59070fb0ac2e27a5b9a9e1877b
https://github.com/grml/grml-live/commit/fac5a9f0e819ff59070fb0ac2e27a5b9a9e1877b
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE
M etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE
M etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY
Log Message:
-----------
sources.list configs: enable contrib/non-free for backports
Commit: 7cf0d67457c7a730a4cbdec28f7f9bdcd180a361
https://github.com/grml/grml-live/commit/7cf0d67457c7a730a4cbdec28f7f9bdcd180a361
Author: Michael Prokop <mika at grml.org>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
Log Message:
-----------
33-aptsetup: improve perl regex to work with backports and perl 5.14
The perl command line which is responsible for replacing
ftp.debian.org with the according snapshot.debian.org entry
produced an invalid sources.list entry with perl v5.14.2,
e.g. generating:
| deb http://snapshot.debian.org/archive/debian/20150622/ main deb-src http://snapshot.debian.org/archive/debian/20150622/ main
with the following input:
| deb http://ftp.debian.org/debian/ jessie-backports main
| deb-src http://ftp.debian.org/debian/ jessie-backports main
Compare: https://github.com/grml/grml-live/compare/29dc84a129d7...7cf0d67457c7
More information about the Git-commits
mailing list