mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-08 00:01:29 +00:00
The local REPO is now prepopulated from build-artifacts at setup time.
This commit is contained in:
@@ -36,6 +36,10 @@ export BUILDROOTMIRROR=${BUILDROOTMIRROR:-"http://buildroot.opennetlinux.org/dl"
|
||||
# These submodules are required for almost everything.
|
||||
$ONL/tools/submodules.py $ONL sm/infra
|
||||
$ONL/tools/submodules.py $ONL sm/bigcode
|
||||
$ONL/tools/submodules.py $ONL sm/build-artifacts
|
||||
|
||||
# Prepopulate local REPO with build-artifacts.
|
||||
cp -R $ONL/sm/build-artifacts/REPO/* $ONL/REPO
|
||||
|
||||
# Export the current debian suite
|
||||
export ONL_DEBIAN_SUITE=$(lsb_release -c -s)
|
||||
@@ -46,4 +50,4 @@ if [ ! -f $ONL/.git/hooks/post-merge ] && [ -d $ONL/.git ]; then
|
||||
fi
|
||||
|
||||
# submodule post update scripts.
|
||||
export ONL_SUBMODULE_UPDATED_SCRIPTS="$ONL/tools/scripts/submodule-updated.sh"
|
||||
export ONL_SUBMODULE_UPDATED_SCRIPTS="$ONL/tools/scripts/submodule-updated.sh"
|
||||
|
||||
Reference in New Issue
Block a user