D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 19604 - Cannot register a forked GitHub repo
Summary: Cannot register a forked GitHub repo
Status: RESOLVED MOVED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P1 major
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-22 20:01 UTC by Victor Porton
Modified: 2020-03-21 03:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Victor Porton 2019-01-22 20:01:12 UTC
I am trying to register a forked GitHub repo.

code.dlang.org warns me that I am about to register a forked repo (yes, that is correct). After I click "Yes", I see "Missing form field." (despite I entered the repo URL correctly)

My repo: https://github.com/vporton/redland-bindings
Comment 1 basile-z 2019-01-23 11:44:34 UTC
DUB registry bugs are tracked on GH:  https://github.com/dlang/dub-registry/issues.

Now if you look at https://github.com/dlang/dub-registry/pull/130, it seems that it's disallowed to prevent name hijacking:

- person 1 makes a package, not registered.
- person 2 fork person 1 package and register it.
- person 1 wants to register but cannot because the name already used.