Geert Janssens <[email protected]> writes:

>> -# Only run this script on Monday night (first day of the week)
>> -if [ `date +%u` != 1 ] ; then exit ; fi
>> +## Only run this script on Monday night (first day of the week)
>> +#if [ `date +%u` != 1 ] ; then exit ; fi
>>
>>   function qpushd() { pushd "$@">/dev/null; }
>>   function qpopd() { popd>/dev/null; }
>>
>> _______________________________________________
>> gnucash-changes mailing list
>> [email protected]
>> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
> In addition to this change, I have also ran an svn update manually in
> the 2.4 packaging directory on the build server. Otherwise the change
> would only have been picked up next week Monday.
>
> 2.4 builds should now run daily.

I wonder if there is some way to push the "svn update" up higher in the
process, so that the 'svn update' gets run every day even if the build
only runs weekly?

> Geert

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [email protected]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to