You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/clojars/verification.clj
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@
79
79
(err request "The domain name is not a valid domain name.")
80
80
81
81
(not (group+domain-correspond? group domain))
82
-
(err request "Group and domain do not correspond with each other.")
82
+
(err request "Group and domain do not correspond with each other. Example: if your domain is 'example.com', your group must be (or start with) 'com.example'.")
83
83
84
84
;; This should never be hit currently, since we have no reverse-domain
85
85
;; groups in the reserved list. It is here in case we add one in the
(err request (format"The format of the URL is invalid. It must be of the form 'https://<vcs-host>.com/<org>/clojars-%s', where '<vcs-host>' is either 'github' or 'gitlab'."
(is (="Group and domain do not correspond with each other."
49
+
(is (="Group and domain do not correspond with each other. Example: if your domain is 'example.com', your group must be (or start with) 'com.example'."
{:error"The format of the URL is invalid. It must be of the form 'https://<vcs-host>.com/<org>/clojars-dantheman', where '<vcs-host>' is either 'github' or 'gitlab'."}
0 commit comments