Skip to content
Snippets Groups Projects
Verified Commit 35d08d7e authored by Karel Koci's avatar Karel Koci :metal:
Browse files

compile_pkgs: disable configuration loading till it is update on server

On server is currently used invalid configuration. This commit can be
reverted after merge to master and configuration file update.
parent a930d2c6
No related branches found
No related tags found
1 merge request!6New repository format
......@@ -78,9 +78,9 @@ CCACHE_TARGET_DIR="" # Path to ccache directory for target compilations
OUTPUT_DIR="./pkgsrepo" # Output directory for pkgsrepo command
# Load configurations
[ -f "${src_dir}"/turris-build.conf ] && . "${src_dir}"/turris-build.conf
[ -f ~/.turris-build ] && . ~/.turris-build
[ -f ./turris-build.conf ] && . ./turris-build.conf
#[ -f "${src_dir}"/turris-build.conf ] && . "${src_dir}"/turris-build.conf
#[ -f ~/.turris-build ] && . ~/.turris-build
#[ -f ./turris-build.conf ] && . ./turris-build.conf
##################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment