Skip to content

Instantly share code, notes, and snippets.

@iva-nova-e-katerina
Created November 23, 2022 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iva-nova-e-katerina/29e5f65820eec25184f03521ec2a7484 to your computer and use it in GitHub Desktop.
Save iva-nova-e-katerina/29e5f65820eec25184f03521ec2a7484 to your computer and use it in GitHub Desktop.
lastrc
cat /tmp/lastrc
#@IgnoreInspection BashAddShebang
# D,I,W or E
LOGLEVEL=I
USECOLORS=auto
BASETGZ=/var/cache/pbuilder/alse47-arm64/alse47-arm64.tgz
BASEPATH=/var/cache/pbuilder/alse47-arm64/alse47-arm64.cow
EXTRAPACKAGES="cowdancer pbuilder fakeroot quilt python devscripts eatmydata procps locales"
EXTRAPACKAGES="$EXTRAPACKAGES "
#export DEBIAN_BUILDARCH=athlon
BUILDPLACE=/var/cache/pbuilder/alse47-arm64/build
#if [ "$PBUILDER_OPERATION" = "build" -o "$PBUILDER_OPERATION" = "debuild"]; then
export DEB_BUILD_OPTIONS=""
#fi
# directory inside the chroot where the build happens. See #789404
BUILDDIR=/build
BUILD_HOME=/nonexistent
MIRRORSITE=https://dl.astralinux.ru/astra/stable/4.7_arm/repository-base
# specifying the distribution forces the distribution on "pbuilder update"
DISTRIBUTION=4.7_arm
# specifying the components of the distribution, for instance to enable all
# components on Debian use "main contrib non-free" and on Ubuntu "main
# restricted universe multiverse"
COMPONENTS="main contrib non-free"
OTHERMIRROR="deb https://dl.astralinux.ru/astra/stable/4.7_arm/repository-main 4.7_arm main contrib non-free|deb http://vash/pub/alse alse17 main|deb http://normdoc-nexus.lab50:8081/repository/cryptopro-arm64-deb cryptopro main"
#export http_proxy=http://your-proxy:8080/
USESHM=yes
USEPROC=yes
USEDEVFS=no
USEDEVPTS=yes
USESYSFS=yes
USENETWORK=no
BUILDRESULT=
# specifying the architecture passes --arch= to debootstrap; the default is
# to use the architecture of the host
#ARCHITECTURE=`dpkg --print-architecture`
#specify the cache for APT
APTCACHE=/var/cache/pbuilder/alse47-arm64/aptcache
APTCACHEHARDLINK="yes"
REMOVEPACKAGES=""
HOOKDIR=/home/user/PROSTOR/cuisine/cuisine/../hookdir
EATMYDATA=yes
# NB: this var is private to pbuilder; ccache uses "CCACHE_DIR" instead
# CCACHEDIR="/var/cache/pbuilder/ccache"
CCACHEDIR=""
# make debconf not interact with user
export DEBIAN_FRONTEND="noninteractive"
#for pbuilder debuild
BUILDSOURCEROOTCMD="fakeroot"
PBUILDERROOTCMD="sudo -E"
# use cowbuilder for pdebuild
#PDEBUILD_PBUILDER="cowbuilder"
# Whether to generate an additional .changes file for a source-only upload,
# whilst still producing a full .changes file for any binary packages built.
SOURCE_ONLY_CHANGES=no
# additional build results to copy out of the package build area
#ADDITIONAL_BUILDRESULTS=(xunit.xml .coverage)
# command to satisfy build-dependencies; the default is an internal shell
# implementation which is relatively slow; there are two alternate
# implementations, the "experimental" implementation,
# "pbuilder-satisfydepends-experimental", which might be useful to pull
# packages from experimental or from repositories with a low APT Pin Priority,
# and the "aptitude" implementation, which will resolve build-dependencies and
# build-conflicts with aptitude which helps dealing with complex cases but does
# not support unsigned APT repositories
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends"
# Arguments for $PBUILDERSATISFYDEPENDSCMD.
# PBUILDERSATISFYDEPENDSOPT=()
# You can optionally make pbuilder accept untrusted repositories by setting
# this option to yes, but this may allow remote attackers to compromise the
# system. Better set a valid key for the signed (local) repository with
# $APTKEYRINGS (see below).
ALLOWUNTRUSTED=no
# Option to pass to apt-get always.
export APTGETOPT=()
# Option to pass to aptitude always.
export APTITUDEOPT=()
# Whether to use debdelta or not. If "yes" debdelta will be installed in the
# chroot
DEBDELTA=no
#Command-line option passed on to dpkg-buildpackage.
DEBBUILDOPTS="-I.pc -I.lbp.yml -Jauto "
#APT configuration files directory
APTCONFDIR=""
# the username and ID used by pbuilder, inside chroot. Needs fakeroot, really
BUILDUSERID=1234
BUILDUSERNAME=pbuilder
# BINDMOUNTS is a space separated list of things to mount
# inside the chroot.
BINDMOUNTS=""
# Set the debootstrap variant to 'buildd' type.
DEBOOTSTRAPOPTS=('--variant=buildd' '--no-check-gpg' '--components=main,contrib,non-free')
# or unset it to make it not a buildd type.
#unset DEBOOTSTRAPOPTS
# Keyrings to use for package verification with apt, not used for debootstrap
# (use DEBOOTSTRAPOPTS). By default the debian-archive-keyring package inside
# the chroot is used.
APTKEYRINGS=(/home/user/PROSTOR/cuisine/cuisine/../keyrings/lab50.gpg)
# Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin"
export PATH="/usr/sbin:/usr/bin:/sbin:/bin"
# SHELL variable is used inside pbuilder by commands like 'su'; and they need sane values
export SHELL=/bin/bash
# The name of debootstrap command, you might want "cdebootstrap".
DEBOOTSTRAP="debootstrap"
# default file extension for pkgname-logfile
PKGNAME_LOGFILE_EXTENSION="_$(dpkg --print-architecture).build"
# default PKGNAME_LOGFILE
PKGNAME_LOGFILE=""
# default AUTOCLEANAPTCACHE
AUTOCLEANAPTCACHE=""
#default COMPRESSPROG
COMPRESSPROG=xz
# pbuilder copies some configuration files (like /etc/hosts or /etc/hostname)
# from the host system into the chroot. If the directory specified here
# exists and contains one of the copied files (without the leading /etc) that
# file will be copied from here instead of the system one
CONFDIR="/etc/pbuilder/conf_files"
USE_PDEBUILD_INTERNAL=yes
export LOCALAPT=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment