07-02-2020, 09:20 AM
LINUXBASE=5.8 LINUXPATCH=5.8-rc3 ./pbp-build-linux
you can now also set a PBPTOOLSDIR env variable in .bash_profile or export and add to your path:
export PBPTOOLSDIR=~/Development/pbp-tools
export PATH=$PBPTOOLSDIR:$PATH
see the example in resources/bash/bash_profile
then you can run from any directory in terminal:
LINUXBASE=5.8 LINUXPATCH=5.8-rc3 pbp-build-linux
also adapting all scripts to use INSTALLDEPS=debian. if you would like to help with your own distro deps LMK.
i have also uploaded my own 5.7.3 and 5.8-rc3 deb packages to the debian-packages git repo. in the future i plan to make a proper debian repo.
you can now also set a PBPTOOLSDIR env variable in .bash_profile or export and add to your path:
export PBPTOOLSDIR=~/Development/pbp-tools
export PATH=$PBPTOOLSDIR:$PATH
see the example in resources/bash/bash_profile
then you can run from any directory in terminal:
LINUXBASE=5.8 LINUXPATCH=5.8-rc3 pbp-build-linux
also adapting all scripts to use INSTALLDEPS=debian. if you would like to help with your own distro deps LMK.
i have also uploaded my own 5.7.3 and 5.8-rc3 deb packages to the debian-packages git repo. in the future i plan to make a proper debian repo.