packit / dist-git-to-source-git

Converting dist-git to source-git
MIT License
4 stars 9 forks source link

get_sources.sh couldn't get things from c8s #8

Closed TomasTomecek closed 4 years ago

TomasTomecek commented 4 years ago

...but c8 worked:

$ get_sources.sh -b c8s
Retrieving https://git.centos.org/sources/gnome-settings-daemon/c8s/92145a7a5714ebf3aeb90baaacb7e6955335731b
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

$ get_sources.sh -b c8
Retrieving https://git.centos.org/sources/gnome-settings-daemon/c8/92145a7a5714ebf3aeb90baaacb7e6955335731b
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1339k  100 1339k    0     0   947k      0  0:00:01  0:00:01 --:--:--  948k
TomasTomecek commented 4 years ago

and the script tried to run get_sources forever

TomasTomecek commented 4 years ago

we need to pull all remote branches, this is now fixed in the onboarding script