Sharp.Augeas/Sharp.Augeas.Test/lens/tests/test_pbuilder.aug

21 lines
531 B
Plaintext
Raw Normal View History

2022-11-08 20:57:02 +03:00
module Test_Pbuilder =
let conf = "BASETGZ=/var/cache/pbuilder/base.tgz
#EXTRAPACKAGES=gcc3.0-athlon-builder
export DEBIAN_BUILDARCH=athlon
BUILDPLACE=/var/cache/pbuilder/build/
MIRRORSITE=http://ftp.jp.debian.org/debian
"
test Pbuilder.lns get conf =
{ "BASETGZ" = "/var/cache/pbuilder/base.tgz" }
{ "#comment" = "EXTRAPACKAGES=gcc3.0-athlon-builder" }
{ "DEBIAN_BUILDARCH" = "athlon"
{ "export" } }
{ "BUILDPLACE" = "/var/cache/pbuilder/build/" }
{ "MIRRORSITE" = "http://ftp.jp.debian.org/debian" }