Subversion Repositories DevTools

Rev

Rev 4937 | Rev 5412 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4937 Rev 5307
Line 65... Line 65...
65
                    //  Allow
65
                    //  Allow
66
                    //      flatDir - these are used for JATS dependencies
66
                    //      flatDir - these are used for JATS dependencies
67
                    //      Repos that have a URL that starts with file:/ - these a local repos
67
                    //      Repos that have a URL that starts with file:/ - these a local repos
68
                    if (!(repo.name == 'flatDir' || repoUrl.startsWith('file:/')))
68
                    if (!(repo.name == 'flatDir' || repoUrl.startsWith('file:/')))
69
                    {
69
                    {
70
                        logger.warn "WARNING: Repository: ${repo.name}. Url: ${repoUrl} removed. Local repositories allowed"
70
                        logger.warn "WARNING: Repository: ${repo.name}. Url: ${repoUrl} removed. Only local repositories allowed"
71
                        remove repo
71
                        remove repo
72
                    }
72
                    }
73
            }
73
            }
74
        }
74
        }
75
 
75