This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: skype | |
version: strict-v8.51.76.61 | |
summary: Skype | |
description: Skype keeps the world talking, for free. | |
Skype keeps you together. Call, message and share with others. | |
* It's free to download and join. | |
* Call, instant message and send photos and documents to anyone else on Skype. | |
* Easily text message anywhere in the world. | |
* Get your friends together on a group call. | |
And that's just the start... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sergios-Mac-mini:homebrew-core sergiusens$ brew config | |
HOMEBREW_VERSION: 1.6.1-39-g1669111 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 1669111bec0c7ecea75140f1100dfb4ace2088cf | |
Last commit: 9 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d16dfc3867c11e2d43521d5d17fe4000cd93aab5 | |
Core tap last commit: 8 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEV_CMD_RUN: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml | |
index 4caa0d5..e7fc11a 100644 | |
--- a/snap/snapcraft.yaml | |
+++ b/snap/snapcraft.yaml | |
@@ -1,4 +1,3 @@ | |
- | |
name: heroku | |
version: '6.12.17' | |
summary: Heroku CLI | |
@@ -8,11 +7,15 @@ confinement: classic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: my-snap | |
version: '1' | |
summary: desktop files in apps | |
description: make it declarative | |
apps: | |
my-app: | |
command: some-command | |
# inside prime, will do the proper Exec replacement | |
desktop-file: usr/share/desktop/my-app.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- | |
# | |
# Copyright (C) 2016 Canonical Ltd | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License version 3 as | |
# published by the Free Software Foundation. | |
# | |
# This program is distributed in the hope that it will be useful, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a project using a part in the cloud using one of the `other-parts` declared for a shared part. | |
parts: | |
my-part: | |
plugin: autotools | |
source: . | |
after: [main.my-other-part] |
This guide will get you started on porting snappy to your device. It covers setting the tools on your development machine and walks you through the basics of snappy porting by looking at the runtime requirement of a snappy system from a partition layout perspective. It will then go in depth explaining what is needed to make a snappy bootloader, kernel and initrd and will touch briefly on the requirements for installing/flashing images using ubuntu-device-flash.
First of all, you should make sure you have enabled the Snappy Tools PPA, as explained in the snappy introduction.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sources: | |
repo: <string> | |
type: <string> | |
tag: <string> | |
branch: <string> | |
commit-id: <string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
CONFIG=/tmp/core_config | |
snappy config ubuntu-core > "$CONFIG" | |
sed -i 's/autopilot: .*$/autopilot: false/' > "$CONFIG" | |
sudo snappy config ubuntu-core "$CONFIG" |
NewerOlder