https://bugzilla.wikimedia.org/show_bug.cgi?id=47274
--- Comment #2 from [email protected] --- (In reply to comment #0) > Currently, Gerrit repositories get automatically prefixed with their parent > project such that the 'puppet' repo is called 'operations-puppet'. In gerrit, project names are strings. Slash is not a special character. For example “operations/dumps” is not the parent of “operations/dumps/archiving”. For gerrit, those two projects are unrelated. > operations-puppet Some git servers do not like special characters (like '/') in their repo names. So for example if you try to create a repository on github with name operations/puppet github presents a warning Will be created as operations-puppet . Hence, indeed “operations-puppet” is the correct github name for “operations/puppet”. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
