Changes between Version 1 and Version 4 of Ticket #380
- Timestamp:
- Aug 20, 2009, 2:46:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #380
- Property Milestone changed from 0.6 to 0.6.1
-
Ticket #380 – Description
v1 v4 6 6 7 7 I'm currently trying to patch 'queue.py', to simply skip the builds that are causing trouble: 8 {{{ 9 #!diff 8 10 diff -u queue.py queue.py-original 9 11 --- queue.py 2009-04-02 09:02:12.000000000 -0700 … … 19 21 # We've seen this platform already, so these are older 20 22 # builds that should only be built if built_all=True 21 23 }}} 22 24 23 25 I think it will work, but there may be a cleaner way of doing it ?