Opened 11 years ago
Closed 11 years ago
#496 closed feature (fixed)
Trac to accept git-bundles
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | minor | Milestone: | 9.0 |
Component: | undecided | Version: | 8.5 |
Keywords: | bundle patch manager trac | Cc: | |
Complexity: | Medium |
Description
In order to allow merging branches via the Patch Manager, it was decided to try git-bundles.
The trac needs to be adjusted to accept bundle files, and apply them.
Change History (4)
comment:1 by , 11 years ago
Status: | new → accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
Patch manager updated.
See:
of the SVN repo: http://kahlua.eecs.jacobs-university.de/svn/patchmanager/community/0.12.
I won't close the ticket since patches on
feature_PetascopeSecore
now turned to PENDING: I'll close the ticket after fixing this minor problem.The function which assigns the status of the patches in the Patxh Manager is
checkPatchStatus()
inpatchmanager/PatchMan.py
.