diff --git a/travis/authors-rst.py b/travis/authors-rst.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/authors-rst.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/buildmaster-rebuild-pr.py b/travis/buildmaster-rebuild-pr.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/buildmaster-rebuild-pr.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/check-rpc.py b/travis/check-rpc.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/check-rpc.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/download-df.sh b/travis/download-df.sh new file mode 100755 index 000000000..aec2d6d99 --- /dev/null +++ b/travis/download-df.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +script_name="$(basename "$0")" +new_script_path="$(dirname "$0")/../ci/${script_name}" + +printf >&2 "\nNote: travis/%s is deprecated. Use ci/%s instead.\n\n" "${script_name}" "${script_name}" + +"${new_script_path}" "$@" +exit $? diff --git a/travis/get-df-version.sh b/travis/get-df-version.sh new file mode 100755 index 000000000..aec2d6d99 --- /dev/null +++ b/travis/get-df-version.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +script_name="$(basename "$0")" +new_script_path="$(dirname "$0")/../ci/${script_name}" + +printf >&2 "\nNote: travis/%s is deprecated. Use ci/%s instead.\n\n" "${script_name}" "${script_name}" + +"${new_script_path}" "$@" +exit $? diff --git a/travis/lint.py b/travis/lint.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/lint.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/run-tests.py b/travis/run-tests.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/run-tests.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/script-docs.py b/travis/script-docs.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/script-docs.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode) diff --git a/travis/script-syntax.py b/travis/script-syntax.py new file mode 100755 index 000000000..cf52385b5 --- /dev/null +++ b/travis/script-syntax.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 + +import os +import subprocess +import sys + +script_name = os.path.basename(__file__) +new_script_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'ci', script_name) + +sys.stderr.write('\nNote: travis/{script_name} is deprecated. Use ci/{script_name} instead.\n\n'.format(script_name=script_name)) +sys.stderr.flush() + +p = subprocess.run([sys.executable, new_script_path] + sys.argv[1:]) +sys.exit(p.returncode)