Bug 2006 - Click-2.0.1 repository changed
Click-2.0.1 repository changed
Status: RESOLVED FIXED
Product: bake
Classification: Unclassified
Component: bakeconf.xml
unspecified
PC Linux
: P5 critical
Assigned To: pliago
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-12 06:47 UTC by pliago
Modified: 2014-10-12 11:03 UTC (History)
4 users (show)

See Also:


Attachments
Replaced the old repisitory address with the new one (459 bytes, patch)
2014-10-12 07:11 UTC, pliago
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.