Edgewall Software

Changes between Version 1 and Version 4 of Ticket #380


Ignore:
Timestamp:
Aug 20, 2009, 2:46:11 PM (15 years ago)
Author:
osimons
Comment:

(Fixed diff formatting in description)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #380

    • Property Milestone changed from 0.6 to 0.6.1
  • Ticket #380 – Description

    v1 v4  
    66
    77I'm currently trying to patch 'queue.py', to simply skip the builds that are causing trouble:
     8{{{
     9#!diff
    810diff -u queue.py queue.py-original
    911--- queue.py    2009-04-02 09:02:12.000000000 -0700
     
    1921                     # We've seen this platform already, so these are older
    2022                     # builds that should only be built if built_all=True
    21 
     23}}}
    2224
    2325I think it will work, but there may be a cleaner way of doing it ?