Bug 2006

Summary: Click-2.0.1 repository changed
Product: bake Reporter: pliago
Component: bakeconf.xmlAssignee: pliago
Status: RESOLVED FIXED    
Severity: critical CC: ns-bugs, pliago, suresh.lalith, tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: Replaced the old repisitory address with the new one

Description pliago 2014-10-12 06:47:42 UTC
The following

<module name="click-2.0.1">
      <source type="git">
        <attribute name="url" value="git://read.cs.ucla.edu/git/click"/>
        <attribute name="revision" value="8847f68461856418c409f4de4165412b3$
</source>

should be changed to

 <module name="click-2.0.1">
      <source type="git">
        <attribute name="url" value="git://github.com/kohler/click"/>
        <attribute name="revision" value="8847f68461856418c409f4de4165412b3$
</source>

as the repository was moved from read.cs.ucla.edu to Github
Comment 1 Lalith Suresh 2014-10-12 06:55:20 UTC
+1.
Comment 2 pliago 2014-10-12 07:11:19 UTC
Created attachment 1902 [details]
Replaced the old repisitory address with the new one
Comment 3 Tom Henderson 2014-10-12 11:03:54 UTC
Fixed in changeset 330:bc7a3f17ff43; thanks for reporting it.