15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 005eafcf1b | |||
| d125b20fad | |||
| c3d38b67b5 | |||
| eaa8ec9976 | |||
| d17eccc0eb | |||
| 3fd044c974 | |||
| e48700b459 | |||
| 9fd198bca2 | |||
| 463092cbef | |||
| 5ce06805f8 | |||
| 3fc66dedc8 | |||
| 5ddb4fd136 | |||
| 1b071fbe8e | |||
| 4fcef03284 | |||
| 1f11eedb75 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 005eafcf1b |
purge-stale-projects.sh: Handle btools and dspider shared
btools and dspider shared have been moved to git. This commit makes purge-stale-projects.sh remove the CVS debris and links. Needs to be fetched before it can work, so make pull will have to run twice in the projects dir. To be removed after all work trees are in sync. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d125b20fad |
purge-stale-projects.sh: Fix premature exit
purge-stale-projects.sh exited prematurely because of set -e, fixed that Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c3d38b67b5 |
Make CVSROOT point to cvs.janware.com:/srv/cvs
Change the following occurrences: cvs.jannet.de -> cvs.janware.com /home/jannet/arc/cvs -> /srv/cvs git.jannet.de -> git.janware.com Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| eaa8ec9976 |
purge-stale-projects.sh: Remove project from CVS directory if present
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d17eccc0eb |
purge-stale-projects.sh: Attempt to clean projects before purge
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3fd044c974 |
integrate-distro.sh: Use CVS_RSH or GIT_SSH to ssh into localhost
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e48700b459 |
purge-stale-projects.sh: Additional check if ssh works
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9fd198bca2 |
purge-stale-projects.sh: Add safeguard against non-functional SSH executable
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 463092cbef |
projects-dir.mk: Improve passwordless login
Remove some more obstacles to passwordless login during automated builds. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 5ce06805f8 |
purge-stale-projects.sh: Purge more projects
Now CVS projects not readable and not executable are purged, too. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3fc66dedc8 |
purge-stale-projects.sh: Check_scm() tried git pull
Which doesn't make a whole lot of sense on a stale project without an online counterpart. Removed the check without having a clear idea on what it had been there for in the first place. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 5ddb4fd136 |
purge-stale-projects.sh: Old->purged wasn't completely done
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1b071fbe8e |
purge-stale-projects.sh: Implemented support for git in checking status
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4fcef03284 |
purge-stale-projects.sh: Check for local modifications before moving
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1f11eedb75 |
proj/Makefile: Add target purge
Signed-off-by: Jan Lindemann <jan@janware.com> |