#427 fedpkg clone -B doesn't create directories for main and/or rawhide
Closed: Fixed by onosek. Opened by rjones.

$ fedpkg clone -B ocaml-ppx-hash
Cloning into bare repository '/var/tmp/ocaml-ppx-hash/rpkg.git'...
remote: Enumerating objects: 26, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 26 (delta 12), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (26/26), done.
Resolving deltas: 100% (12/12), done.

But only the f33 directory is created:

$ ls -l ocaml-ppx-hash/
total 0
drwxrwxr-x. 3 rjones rjones 95 Feb  3 14:06 f33

Either "main" or "rawhide" directories should be created (I'm not sure which, or maybe both).


See also:
https://fedoraproject.org/wiki/Changes/GitRepos-master-to-main
https://src.fedoraproject.org/rpms/ocaml-ppx-hash/branches

Looks like there's a proposed fix: https://pagure.io/fedpkg/pull-request/426

Commit 8cf35622 fixes this issue

Metadata Update from @onosek:
- Issue set to the milestone: 1.41

Metadata
Related Pull Requests