This file contains hidden or 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/env python | |
import json, os, subprocess, sys, urllib2 | |
from termcolor import cprint | |
from xml.dom import minidom | |
def abort(error): | |
cprint(error, color='red', file=sys.stderr) | |
exit(1) |
This file contains hidden or 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
parts: | |
zulu-8-arm: | |
plugin: copy | |
source: https://zulu/.../zulu-8-arm.tar.gz | |
files: | |
"*": "opt/zulu/" | |
snap: | |
- opt/zulu/jre | |
build-environment: | |
- PATH: "opt/zulu/bin:$PATH" |
This file contains hidden or 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 | |
set -e | |
PACKAGES="git qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils virt-manager git realpath autoconf bison flex texinfo libtool libtool-bin libncurses5-dev gawk gperf stgit build-essential fakeroot libexpat1-dev python-dev xorriso mtools dosfstools" | |
ONIE_URL="https://github.com/opencomputeproject/onie.git" | |
# needed to locate mkdosfs | |
export PATH=$PATH:/sbin:/usr/sbin |
This file contains hidden or 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 | |
set -e -x | |
# snapcraft deps for Ubuntu 16.04 | |
SNAPCRAFT_PACKAGES="python3-jsonschema python3-magic python3-xdg python3-requests-oauthlib python3-ssoclient python3-progressbar python3-requests-toolbelt python3-docopt python3-petname" | |
sudo apt -y install $SNAPCRAFT_PACKAGES | |
if ! [ -d snapcraft ]; then | |
git clone https://github.com/ubuntu-core/snapcraft |
This file contains hidden or 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 | |
set -e -x | |
# for Ubuntu 16.04 | |
#PACKAGES="git build-essential libssl-dev libncurses5-dev unzip gawk python subversion mercurial" | |
PACKAGES="git build-essential libssl-dev libncurses5-dev unzip gawk python subversion" | |
sudo apt -y install $PACKAGES | |
if ! [ -d openwrt ]; then |
This file contains hidden or 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: limesuite-lool | |
version: 16.8.23.0 | |
summary: LimeSuite apps | |
description: LimeSuite command line utility and Graphical eval app. | |
confinement: strict | |
apps: | |
LimeUtil: | |
command: LimeUtil | |
plugs: [network, home] |
This file contains hidden or 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
# override defaults here |
This file contains hidden or 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: flexswitch-snap | |
version: 0.0.1 | |
summary: FlexSwitch open source layer 2/3 network stack | |
description: FlexSwitch open source layer 2/3 network stack | |
confinement: devmode | |
grade: devel | |
parts: | |
thrift: | |
plugin: autotools |
This file contains hidden or 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86_64 3.18.25 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_PERF_EVENTS_INTEL_UNCORE=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" |
This file contains hidden or 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: bird | |
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2' | |
summary: Single-line elevator pitch for your amazing snap # 79 char long summary | |
description: | | |
This is my-snap's description. You have a paragraph or two to tell the | |
most important story about your snap. Keep it under 100 words though, | |
we live in tweetspace and your description wants to look good in the snap | |
store. | |
grade: devel # must be 'stable' to release into candidate/stable channels |
OlderNewer