Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
804 views

Integrator workflow, Is fetch-rebase-push safe for remote repos?

I'm managing a git repo using the integrator work flow. In other words, I pull commits from my co-workers, and push them out to the blessed repo. I'd like to keep the commit history linear for most ...
0
votes
1answer
914 views

Boot from flash-rom with qemu-system-arm

Is it possible to emulate boot from flash memory using qemu-system-arm? (Using Integrator/CP motherboard) I'm able to boot using qemu's -kernel option, but if I try using an option such as -pflash, ...
0
votes
1answer
709 views

BreezingForms Integrator Finalize Code and $this->execPieceByName('ff_InitLib');

I've started working on a Joomla! project (I'm mainly a C#/ASP.NET kind a guy). I'm using BreezingForms and have created forms, got them working, but now I need to do some additional code in the ...