Skip to content

Instantly share code, notes, and snippets.

@WaffleLapkin
Created July 19, 2019 15:14
Show Gist options
  • Save WaffleLapkin/d28af289874cb3c048ccf5116f044da8 to your computer and use it in GitHub Desktop.
Save WaffleLapkin/d28af289874cb3c048ccf5116f044da8 to your computer and use it in GitHub Desktop.
output of `ionice -c 2 -n 7 nice -19 ./build -bk "$(pwd)/backups/first"`
% ionice -c 2 -n 7 nice -19 ./build -bk "$(pwd)/backups/first"
+./build:6> sudo -v
+./build:13> local SHOULD_RESUME=false
+./build:7> true
+./build:14> local RESUME_PKG=''
+./build:15> local PACKAGES=( )
+./build:16> local EXCLUDED_PACKAGES=( )
+./build:17> local FIRST_PARAMS=( )
+./build:18> local EVERY_PARAMS=( )
+./build:19> local ONE_ONLY=false
+./build:20> local DO_BACKUP_DIR=''
+./build:21> local RESUME_BACKUP_DIR=''
+./build:22> local CHROOT_NAME=''
+./build:8> sudo -nv
+./build:24> pwd
+./build:24> source /home/waffle/recomp/aur-buildscripts/build_utils
+./build:26> [[ 2 -gt 0 ]]
+./build:27> case -bk (-r)
+./build:27> case -bk (-rp)
+./build:27> case -bk (-p)
+./build:27> case -bk (-e)
+./build:27> case -bk (-fp)
+./build:27> case -bk (-ep)
+./build:27> case -bk (-o)
+./build:27> case -bk (-rs)
+./build:27> case -bk (-bk)
+./build:81> [[ '' != ]]
+./build:86> DO_BACKUP_DIR=/home/waffle/recomp/aur-buildscripts/backups/first
+./build:87> shift
+./build:88> shift
+./build:26> [[ 0 -gt 0 ]]
+./build:123> [[ 0 == 0 ]]
+./build:124> echo 'Falling back to using -w for every package'
Falling back to using -w for every package
+./build:125> EVERY_PARAMS=( -w )
+./build:128> [[ '' == ]]
+./build:129> echo 'Falling back to using chroot name of "chroot"'
Falling back to using chroot name of "chroot"
+./build:130> CHROOT_NAME=chroot
+./build:133> [[ false == true ]]
+./build:138> [[ 0 == 0 ]]
+./build:139> echo 'Falling back to built in package list.'
Falling back to built in package list.
+./build:140> PACKAGES=( lib32-tk-gentz lib32-mpdecimal-gentz python2-gentz python-gentz lib32-libedit-gentz llvm-git-gentz lib32-libomxil-bellagio-gentz libx11-git-gentz mesa-git-gentz libglvnd-git-gentz xorg-server-git-gentz xf86-video-amdgpu-git-gentz xf86-video-ati-git-gentz wine-staging-git-gentz )
+./build:158> [[+./build:158> diff /etc/makepkg.conf makepkg.conf
+./build:158> [[+./build:158> wc -l
+./build:158> [[ 49 != 4 ]]
+./build:165> echo 'makepkg.conf was not updated'
makepkg.conf was not updated
+./build:166> exit 1
+./build:9> sleep 1m
% +./build:10> kill -0 16913 [~/recomp/aur-buildscripts]
+./build:10> exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment