git-phab is the only thing I'm aware of which handles pushing patchsets to phab without merging all the patches into a single patch. What dependencies were missing on your distro?
On Fri, May 4, 2018 at 9:54 AM Christopher Michael <[email protected]> wrote: > On 05/04/2018 09:27 AM, Mike Blumenkrantz wrote: > > Would you mind also pushing this branch to phab for easier reviewing? > I've > > created some temporary docs for doing this here: > > https://phab.enlightenment.org/w/arcanist/ > > > > Is there another way to deal with this ?? I tried getting git-phab setup > here, but Arch does not readily available all the dependencies needed to > install the phabricator python module.... > > Just wondering if there was an easier/cleaner way to do this ?? > > Cheers, > Chris > > > > On Fri, May 4, 2018 at 7:06 AM Christopher Michael < > [email protected]> > > wrote: > > > >> devilhorns pushed a commit to branch feature/wayland/multi-output. > >> > >> > >> > http://git.enlightenment.org/core/efl.git/commit/?id=67d0042ca2be59b1f673c9ad8f789333108207cf > >> > >> commit 67d0042ca2be59b1f673c9ad8f789333108207cf > >> Author: Chris Michael <[email protected]> > >> Date: Tue Feb 6 11:50:08 2018 -0500 > >> > >> ecore-drm2: Re-enable all available outputs > >> --- > >> src/lib/ecore_drm2/ecore_drm2_outputs.c | 6 ------ > >> 1 file changed, 6 deletions(-) > >> > >> diff --git a/src/lib/ecore_drm2/ecore_drm2_outputs.c > >> b/src/lib/ecore_drm2/ecore_drm2_outputs.c > >> index e39f26a6da..5f332e752d 100644 > >> --- a/src/lib/ecore_drm2/ecore_drm2_outputs.c > >> +++ b/src/lib/ecore_drm2/ecore_drm2_outputs.c > >> @@ -762,12 +762,6 @@ _output_create(Ecore_Drm2_Device *dev, const > >> drmModeRes *res, const drmModeConne > >> > >> if (!eina_list_count(dev->outputs)) > >> output->primary = EINA_TRUE; > >> - else > >> - { > >> - /* temporarily disable other outputs which are not primary */ > >> - output->connected = EINA_FALSE; > >> - output->enabled = EINA_FALSE; > >> - } > >> > >> dev->outputs = eina_list_append(dev->outputs, output); > >> > >> > >> -- > >> > > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
