make, scripts: Rename projects.py -> jw-projects.py

projects.py is too unspecific, rename it to jw-projects.py.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-15 12:06:38 +01:00
commit fbc9e3a001
5 changed files with 6 additions and 5 deletions

View file

@ -41,8 +41,8 @@ subpackage_description()
os_cascade()
{
# might want to run python3 path/to/projects.py --os=suse-tumbleweed os-cascade
# or turn this into a python script and use projects.py as a module.
# might want to run python3 path/to/jw-projects.py --os=suse-tumbleweed os-cascade
# or turn this into a python script and use jw-projects.py as a module.
if [ "$DISTRIBUTION" ]; then
echo os linux $DISTRIBUTION | sed 's/\([^-]\+\)-\([^-]\+\)/\1 \1-\2/g'

View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from jw.build.App import App