mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
jw-projects.py: Rename it to jw-pkg.py
jw-projects.py is now a multi-call executable, with "projects" being just one of its subcommands. Rename it to jw-pkg.py to reflect that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1154cb984c
commit
132dce8b3f
7 changed files with 23 additions and 20 deletions
|
|
@ -109,7 +109,7 @@ clone()
|
|||
local projects="$PGIT_CLONE_PROJECTS"
|
||||
local ignore="$PGIT_IGNORE"
|
||||
local thisdir="${0%/*}"
|
||||
local jw_projects="/usr/bin/python3 $thisdir/jw-projects.py"
|
||||
local jw_projects="/usr/bin/python3 $thisdir/jw-pkg.py"
|
||||
local create_remote_user_repos=false
|
||||
local long_opts="create-remote-user-repos"
|
||||
local refspec=()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue