mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
aa3e2efd84
commit
fbc9e3a001
5 changed files with 6 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from jw.build.App import App
|
||||
Loading…
Add table
Add a link
Reference in a new issue