<< Back to previous view |
![]() |
[QB-271] using URL as repository name causes the builds to break
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Mark F. Villa | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Linux |
Description |
As a shortcut, I attempted to use a Subversion URL as the name of a repository. This broke the build because the name THIS in ".../builds/<version>/change/<THIS>" must be a valid Unix path. Since URLs contain a colon (":") and Unix does not like colons, attempts to referece THIS failed. Renaming the repository to a simple ASCII name fixed the problem |
Comments |
Comment by Robin Shen [ 24/Sep/09 12:23 AM ] |
Repository and step names are now only accept letters, digits, underscores, and dashes. |