diff options
author | jrayhawk <jrayhawk@web> | 2011-01-21 21:08:38 -0800 |
---|---|---|
committer | piny-code <ikiwiki-piny-code@piny.svcs.cs.pdx.edu> | 2011-01-21 21:08:38 -0800 |
commit | 4d7c6e59db263bd4c89b1fe39e6d807813d174d5 (patch) | |
tree | 0a869fc1f16febb3da7ed18b72ea3218a875c27b | |
parent | 4cc9cb529d4d4570642a7275d4aacfc51126370e (diff) | |
download | piny-code-4d7c6e59db263bd4c89b1fe39e6d807813d174d5.tar.gz piny-code-4d7c6e59db263bd4c89b1fe39e6d807813d174d5.zip |
Bug: repo name limit: new
-rw-r--r-- | docs/issues/repo_name_limit.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/issues/repo_name_limit.mdwn b/docs/issues/repo_name_limit.mdwn new file mode 100644 index 0000000..a7725c8 --- /dev/null +++ b/docs/issues/repo_name_limit.mdwn @@ -0,0 +1,9 @@ +* Status: [[!taglink open]] <!-- Choose one: open, closed --> +* Assigned to: [[!taglink jrayhawk]], [[!taglink jblake]] <!-- Choose one or more: jrayhawk, jblake --> +* Priority: [[!taglink now]] <!-- Choose one: now, soon, later --> +* Opened by: jrayhawk + +### Discussion +Problem: Repository names are restricted to 24 characters by the groupname limit in libc6 plus our use of the ikiwiki- prefix. + +Possible solution: optional use of truncated md5 (the first character needing to be a letter) hash of reponame as groupnames, restriction of usernames to 31 characters to keep namespaces isolated, check in newrepo for hash collision before actions are taken |