1
0

dotfiles: sbuild
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Konstantin Demin 2025-01-17 04:16:11 +03:00
parent 5cfbe03d71
commit 5662040673
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0
3 changed files with 41 additions and 0 deletions

View File

@ -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

View 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
View 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;