Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Snap: When snapping a directory, look for snap.yaml. #297
Conversation
sergiusens
reviewed
Feb 4, 2016
| + os.chdir(project_dir) | ||
| + | ||
| + snap_file_path = 'assemble_1.0_{}.snap'.format(_get_deb_arch()) | ||
| + self.assertThat(snap_file_path, FileExists()) |
sergiusens
reviewed
Feb 4, 2016
| + # Verify that Snapcraft can snap its own snap directory (this will make | ||
| + # sure `snapcraft snap` and `snapcraft snap <directory>` are always in | ||
| + # sync). | ||
| + self.run_snapcraft(['snap', 'snap']) |
|
|
added a commit
that referenced
this pull request
Feb 5, 2016
sergiusens
merged commit 53236ee
into
snapcore:master
Feb 5, 2016
kyrofa
deleted the
kyrofa:bugfix/1541987/snap_directory_package.yaml
branch
Feb 27, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kyrofa commentedFeb 4, 2016
Fixes LP: #1541987