Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316208] CDT git migration

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208
Product/Component: CDT / cdt-releng

James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198050|0                           |1
        is obsolete|                            |

--- Comment #74 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> 2011-06-24 12:13:57 EDT ---
Created attachment 198548
  --> https://bugs.eclipse.org/bugs/attachment.cgi?id=198548
recipe.txt

2.5) Ensure directories are writable
find org.eclipse.cdt* -type d -exec chmod ug+w "{}" \;

8.1) Delete unwanted branches
   git branch -D ScannerDiscovery61
   git tag -d SD61-01
   git tag -d ScannerDiscovery61_Contributors

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top