mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
projects-dir.mk: Add target git-conv-%
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d06c17ead7
commit
a10106c8ed
1 changed files with 4 additions and 0 deletions
|
|
@ -40,3 +40,7 @@ status:
|
||||||
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
|
||||||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||||
$(RGIT) status
|
$(RGIT) status
|
||||||
|
|
||||||
|
git-conv-%:
|
||||||
|
mv $* old/
|
||||||
|
sed -i "/$*/ d" CVS/Entries
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue