This commit is contained in:
parent
5cfbe03d71
commit
5662040673
@ -14,6 +14,7 @@
|
|||||||
!/.config/dotfiles/woodpecker.yml
|
!/.config/dotfiles/woodpecker.yml
|
||||||
!/.config/htop/htoprc.dist
|
!/.config/htop/htoprc.dist
|
||||||
!/.config/mc/ini.dist
|
!/.config/mc/ini.dist
|
||||||
|
!/.config/sbuild/config.pl.dist
|
||||||
!/.config/zsh.dots/.zshenv
|
!/.config/zsh.dots/.zshenv
|
||||||
!/.config/zsh/_.zsh
|
!/.config/zsh/_.zsh
|
||||||
!/.config/zsh/_wip/enclave.zsh.wip
|
!/.config/zsh/_wip/enclave.zsh.wip
|
||||||
@ -86,6 +87,7 @@
|
|||||||
!/.config/zsh/var/.keep
|
!/.config/zsh/var/.keep
|
||||||
!/.gdbinit
|
!/.gdbinit
|
||||||
!/.gitconfig
|
!/.gitconfig
|
||||||
|
!/.sbuildrc.dist
|
||||||
!/.screenrc
|
!/.screenrc
|
||||||
!/.selected_editor
|
!/.selected_editor
|
||||||
!/.vimrc
|
!/.vimrc
|
||||||
|
21
.config/sbuild/config.pl.dist
Normal file
21
.config/sbuild/config.pl.dist
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
$chroot_mode = "schroot";
|
||||||
|
$schroot = "schroot";
|
||||||
|
|
||||||
|
$pgp_options = [ '-us', '-uc', '-ui' ];
|
||||||
|
|
||||||
|
$build_arch_all = 1;
|
||||||
|
$build_arch_any = 1;
|
||||||
|
$check_space = 0;
|
||||||
|
$enable_network = 1;
|
||||||
|
|
||||||
|
$run_autopkgtest = 0;
|
||||||
|
$run_lintian = 0;
|
||||||
|
$run_piuparts = 0;
|
||||||
|
|
||||||
|
$apt_distupgrade = 0;
|
||||||
|
$apt_upgrade = 0;
|
||||||
|
|
||||||
|
$purge_build_directory = 'successful';
|
||||||
|
|
||||||
|
# don't remove this, Perl needs it:
|
||||||
|
1;
|
18
.sbuildrc.dist
Normal file
18
.sbuildrc.dist
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
$pgp_options = [ '-us', '-uc', '-ui' ];
|
||||||
|
|
||||||
|
$build_arch_all = 1;
|
||||||
|
$build_arch_any = 1;
|
||||||
|
$check_space = 0;
|
||||||
|
$enable_network = 1;
|
||||||
|
|
||||||
|
$run_autopkgtest = 0;
|
||||||
|
$run_lintian = 0;
|
||||||
|
$run_piuparts = 0;
|
||||||
|
|
||||||
|
$apt_distupgrade = 0;
|
||||||
|
$apt_upgrade = 0;
|
||||||
|
|
||||||
|
$purge_build_directory = 'successful';
|
||||||
|
|
||||||
|
# don't remove this, Perl needs it:
|
||||||
|
1;
|
Loading…
x
Reference in New Issue
Block a user