changeset in /hg/icedtea: 2007-11-12 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Tue Nov 13 08:11:30 PST 2007



Gary Benson wrote:
> Lillian Angel wrote:
>> Gary Benson wrote:
>>> Lillian Angel wrote:
>>>> @@ -649,7 +649,7 @@ OUTER:  for (int i = 0; i < n; i += m) {
>>>>          PrintWriter out = new PrintWriter(new BufferedWriter(new 
>>>>          FileWriter(theOutputFileName)));
>>>>          out.println(commentStart +
>>>>              " This file was generated AUTOMATICALLY from a template file 
>>>>              " +
>>>> -            new java.util.Date() + commentEnd);
>>>> +            "Wed Nov 07 13:33:45 EST 2007" + commentEnd);
>>>>          int marklen = commandMarker.length();
>>>>          LOOP: while(true) {
>>>>              try {
>>> Do you plan to update this manually whenever you regenerate?
>> I do plan on regenerating these files with every new OpenJDK bundle
>> released in case there are any changes.
> 
> I wonder if we should just take the date out altogether.  It's the
> kind of thing that'll get forgotten, and we can aways query hg to
> see when the date changed.

done.

> 
> Cheers,
> Gary



More information about the distro-pkg-dev mailing list