<div dir="ltr"><div><div><div><div>Actually... this change appears to break the bundle-app.sh script, and I am pretty sure it could cause problems with several of the other distrib scripts also. Several scripts do this:<br>
<br>CODE=`cat codename.txt | tr -d "\r"`<br><br></div>and then later substitute CODE into other shell commands, so these changes to codename.txt wreck havoc with that usage.<br><br></div>I thought about backing up that revision from the beelzebufo branch, but that felt hasty.<br>
<br>I think we want something like:<br><br>CODE=`cat codename.txt | grep -v "^#" | head -1 | tr -d "\r"`<br><br></div>But that feels hasty also, so I am going to push release off until tomorrow. Today just got really busy with unexpected non-ohrrpgce stuff anyway :P<br>
<br>----<br></div>James<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 9, 2013 at 7:33 AM, <span dir="ltr"><<a href="mailto:subversion@hamsterrepublic.com" target="_blank">subversion@hamsterrepublic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">teeemcee<br>
2013-04-09 07:33:47 -0700 (Tue, 09 Apr 2013)<br>
180<br>
Add general.reld lump, currently stores versions of Custom to have edited the game<br>
<br>
codename.txt now has a second line which is the SVN revision the current release was branched at<br>
---<br>
U wip/codename.txt<br>
U wip/common.rbas<br>
U wip/<a href="http://loading.bi" target="_blank">loading.bi</a><br>
U wip/loading.rbas<br>
U wip/ohrbuild.py<br>
U wip/savegame.rbas<br>
_______________________________________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" target="_blank">http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org</a><br>
</blockquote></div><br></div>