<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Nov 13, 2014 at 9:58 PM, Ivica Bukvic <span dir="ltr"><<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Good catch. I will remove those from the repo asap.</blockquote></div><br></div><div class="gmail_extra">Here's another glitch I noticed. packages/Makefile has this line, which is apparently supposed to extract a list of project members:<br><br>    curl '<a href="http://sourceforge.net/project/memberlist.php?group_id=55736">http://sourceforge.net/project/memberlist.php?group_id=55736</a>' | grep -A2 -e '<td>' | sed 's|\(href="\)|target="w" \1<a href="http://sourceforge.net">http://sourceforge.net</a>|' >> $(README_FILE)<br><br></div><div class="gmail_extra">But this doesn't work any more. curl '<a href="http://sourceforge.net/project/memberlist.php?group_id=55736">http://sourceforge.net/project/memberlist.php?group_id=55736</a>' just gives:<br><br><html><br> <head><br>  <title>301 Moved Permanently</title><br> </head><br> <body><br>  <h1>301 Moved Permanently</h1><br>  The resource has been moved to <a href="<a href="http://sourceforge.net/p/pure-data/_members/">http://sourceforge.net/p/pure-data/_members/</a>"><a href="http://sourceforge.net/p/pure-data/_members/">http://sourceforge.net/p/pure-data/_members/</a></a>;<br>you should be redirected automatically.<br><br><br> </body><br></html><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Maybe just remove the line? I suspect that this may cause issues on Launchpad anyway because it attempts to download stuff from the Internet.<br><br></div><div class="gmail_extra">There's another instance where stuff gets pulled from a git repository during the build, in l2ork_addons/raspberry_pi/disis_gpio/build.sh. I was able to work around this by just supplying a snapshot tarball for that as well, so this shouldn't be really an issue.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr">Dr. Albert Gr"af<br>Computer Music Research Group, JGU Mainz, Germany<br>Email:  <a href="mailto:aggraef@gmail.com" target="_blank">aggraef@gmail.com</a><br>WWW:    <a href="https://plus.google.com/+AlbertGraef" target="_blank">https://plus.google.com/+AlbertGraef</a></div></div>
</div></div>