qmake plugin: Stop doing out-of-source builds. #633

Merged
merged 3 commits into from Jul 7, 2016

Conversation

Projects
None yet
3 participants
Member

kyrofa commented Jul 6, 2016

It doesn't seem well-supported and inexplicably breaks sometimes. This resolves LP: #1599572.

qmake plugin: Stop doing out-of-source builds.
It doesn't seem well-supported and inexplicably breaks sometimes.

LP: #1599572

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
Member

kyrofa commented Jul 6, 2016

What is this and why is it failing here?

======================================================================

ERROR: test_parser_basic (test_parser.TestParser)

test_parser.TestParser.test_parser_basic

----------------------------------------------------------------------

testtools.testresult.real._StringException: Traceback (most recent call last):

  File "/home/travis/build/snapcore/snapcraft/integration_tests/test_parser.py", line 33, in test_parser_basic

    stdout=subprocess.DEVNULL)

  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call

    raise CalledProcessError(retcode, cmd)

subprocess.CalledProcessError: Command '['/home/travis/build/snapcore/snapcraft/bin/snapcraft-parser', '--index', 'https://wiki.ubuntu.com/snapcraft/parts?action=raw', '--output', 'parts.yaml']' returned non-zero exit status 1

----------------------------------------------------------------------

kyrofa added some commits Jul 7, 2016

Member

elopio commented Jul 7, 2016

retest this please

Member

elopio commented Jul 7, 2016

retest this please

Member

kyrofa commented Jul 7, 2016

retest this please

Nice try.

Member

elopio commented Jul 7, 2016

getting closer...

Member

elopio commented Jul 7, 2016

retest this please

Member

elopio commented Jul 7, 2016

okay, things are moving now!

Member

kyrofa commented Jul 7, 2016

retest this please

Collaborator

sergiusens commented Jul 7, 2016

ok, I approve

@sergiusens sergiusens merged commit a3f85dc into snapcore:master Jul 7, 2016

2 of 4 checks passed

Examples tests
Details
coverage/coveralls Coverage decreased (-0.001%) to 96.287%
Details
autopkgtest Success
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@kyrofa kyrofa deleted the kyrofa:bugfix/1599572/qmake_in_source_build branch Jul 7, 2016

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

qmake plugin: Stop doing out-of-source builds. (#633)
It doesn't seem well-supported and inexplicably breaks sometimes.

LP: #1599572

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment