mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 17:59:00 +00:00
config.sh/custom.sh: Sync with template
This commit is contained in:
parent
92519644ba
commit
b9e19fb2be
2 changed files with 6 additions and 7 deletions
|
|
@ -33,10 +33,16 @@
|
|||
# - RUN_BLACK_INCLUDE
|
||||
# - RUN_BLACK_EXCLUDE
|
||||
# - RUN_BLACK_DISABLED
|
||||
# - RUN_BLACK_EXTRA_ARGS
|
||||
#
|
||||
# * .travis/runflake8.sh:
|
||||
#
|
||||
# - RUN_FLAKE8_DISABLED
|
||||
# - RUN_FLAKE8_EXTRA_ARGS
|
||||
#
|
||||
# * .travis/runsyspycmd.sh:
|
||||
#
|
||||
# - function lsr_runsyspycmd_hook
|
||||
#
|
||||
# * .travis/runpytest.sh:
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,17 +1,10 @@
|
|||
#!/bin/bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# This script is executed with two arguments passed to it:
|
||||
#
|
||||
# $1 - path to environment python (python used inside virtual environment
|
||||
# created by tox)
|
||||
# $2 - path to system python (python 3.x installed on the system)
|
||||
|
||||
set -e
|
||||
|
||||
ME=$(basename $0)
|
||||
SCRIPTDIR=$(readlink -f $(dirname $0))
|
||||
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)
|
||||
|
||||
. ${SCRIPTDIR}/utils.sh
|
||||
. ${SCRIPTDIR}/config.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue