Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add release unit test job | presubmits:
kubernetes/release:
- name: pull-release-cluster-up
always_run: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-pull-kubernetes-e2e: "true"
spec:
container... | presubmits:
kubernetes/release:
- name: pull-release-cluster-up
always_run: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-pull-kubernetes-e2e: "true"
spec:
container... |
Fix expression to disable expansion pool | trigger:
batch: true
branches:
include:
- master
pr:
branches:
include:
- master
paths:
exclude:
- docs/src/main/asciidoc/*
- docs/src/main/asciidoc/images/*
- README.md
- CONTRIBUTING.md
- LICENSE.txt
- dco.txt
- .github/ISSUE_TEMPLATE/*.md
va... | trigger:
batch: true
branches:
include:
- master
pr:
branches:
include:
- master
paths:
exclude:
- docs/src/main/asciidoc/*
- docs/src/main/asciidoc/images/*
- README.md
- CONTRIBUTING.md
- LICENSE.txt
- dco.txt
- .github/ISSUE_TEMPLATE/*.md
va... |
Disable stable builds for now | clone_depth: 1
environment:
matrix:
- channel: beta
target: i686-pc-windows-msvc
- channel: beta
target: x86_64-pc-windows-msvc
- channel: nightly
target: i686-pc-windows-msvc
- channel: nightly
target: x86_64-pc-windows-msvc
- channel: beta
target: i686-pc-windows-g... | clone_depth: 1
environment:
matrix:
# Allow failure for stable channel because
# some used Rust features are not available yet
#allow_failures:
# - channel: stable
# target: i686-pc-windows-msvc
# - channel: stable
# target: x86_64-pc-windows-msvc
# - channel: stable... |
Annotate PR's with ESLint errors | name: Node CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
- name: yarn install, build, and test
run: |
yarn install
yarn run build
yarn run lint -... | name: Node CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
- name: ESLint and annotate pull requests
uses: gimenete/eslint-action@1.0
if: github.event == 'p... |
Fix nginx path in nfs pod example. | #
# This pod imports nfs-server.default.kube.local:/ into /var/www/html
#
apiVersion: v1beta3
kind: Pod
metadata:
name: nfs-web
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: tcp
volumeMounts:
# name must match t... | #
# This pod imports nfs-server.default.kube.local:/ into /var/www/html
#
apiVersion: v1beta3
kind: Pod
metadata:
name: nfs-web
spec:
containers:
- name: web
image: nginx
ports:
- name: web
containerPort: 80
protocol: tcp
volumeMounts:
# name must match t... |
Update from Hackage at 2018-09-22T01:37:03Z | homepage: ''
changelog-type: ''
hash: 323c77e91fb5c380ac15188dbd50908b4af5c860dd6453a4435149ee75d995ec
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
ival: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Intervals
changelog: ''
basic-deps:
alg: ! ... | homepage: ''
changelog-type: ''
hash: 66882dd27939f47da7fff94873dd33c95a988a63f587421ca51a5be3183cdc0c
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
alg: ! '>=0.2.6 && <0.3'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
ival: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Intervals
changelo... |
Set and use PostgreSQL psql variable as string | version: 1.0.0-{build}
init:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH%
image:
- Visual Studio 2019
- Ubuntu1804
- macos
environment:
PGUSER: postgres
PGPASSWORD: Password12!
matrix:
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "32"
... | version: 1.0.0-{build}
init:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH%
image:
- Visual Studio 2019
- Ubuntu1804
- macos
environment:
PGUSER: postgres
PGPASSWORD: Password12!
matrix:
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "32"
... |
Use a tagged version in the examples | version: "2"
services:
world:
build:
context: https://github.com/dst-academy/docker-dontstarvetogether.git#:build
args:
MODS: 378160973,492173795,407705132
container_name: world
hostname: world
tty: true
stdin_open: true
command: dst-server start --update=all
env_file: ... | version: "2"
services:
world:
build:
context: https://github.com/dst-academy/docker-dontstarvetogether.git#v0.8.0:build
args:
MODS: 378160973,492173795,407705132
container_name: world
hostname: world
tty: true
stdin_open: true
command: dst-server start --update=all
env_... |
Add Microsoft Edge as browser to CI tests | ui: mocha-bdd
browserify:
- transform: babelify
browsers:
- name: firefox
version: 37..latest
platform: Mac 10.10
- name: opera
version: latest
platform: Mac 10.10
- name: chrome
version: 36..latest
- name: safari
version: 7..latest
- name: ie
version: 10..latest
- name: androi... | ui: mocha-bdd
browserify:
- transform: babelify
browsers:
- name: firefox
version: 37..latest
platform: Mac 10.10
- name: opera
version: latest
platform: Mac 10.10
- name: chrome
version: 36..latest
- name: safari
version: 7..latest
- name: ie
version: 10..latest
- name: androi... |
Fix path to wait_for_emulator script | language: android
jdk: oraclejdk8
env:
global:
- ANDROID_API_LEVEL=23
- ANDROID_BUILD_TOOLS_VERSION=23.0.1
- ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
before_install:
- echo "y" | android update sdk -a --no-ui --filter sy... | language: android
jdk: oraclejdk8
env:
global:
- ANDROID_API_LEVEL=23
- ANDROID_BUILD_TOOLS_VERSION=23.0.1
- ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
before_install:
- echo "y" | android update sdk -a --no-ui --filter sy... |
Update Travis environment to Java 11 | sudo: required
dist: xenial
addons:
apt:
packages:
- bc
- parallel
language: java
jdk:
- openjdk9
script: make verify
| sudo: required
dist: xenial
addons:
apt:
packages:
- bc
- parallel
language: java
jdk:
- openjdk11
- oraclejdk11
script: make verify
|
Exclude rails 5 with ruby under 2.1 tests from Travis | language: ruby
script: bundle exec rake spec
rvm:
- 2.0.0
- 2.1
- 2.2.4
- ruby-head
gemfile:
- gemfiles/Gemfile-rails.3.2.x
- gemfiles/Gemfile-rails.4.0.x
- gemfiles/Gemfile-rails.4.1.x
- gemfiles/Gemfile-rails.4.2.x
- gemfiles/Gemfile-rails.5.0.0.beta1
sudo: false
matrix:
exclude:
- rvm: ru... | language: ruby
script: bundle exec rake spec
rvm:
- 2.0.0
- 2.1
- 2.2.4
- ruby-head
gemfile:
- gemfiles/Gemfile-rails.3.2.x
- gemfiles/Gemfile-rails.4.0.x
- gemfiles/Gemfile-rails.4.1.x
- gemfiles/Gemfile-rails.4.2.x
- gemfiles/Gemfile-rails.5.0.0.beta1
sudo: false
matrix:
exclude:
- rvm: ru... |
Use simpler Travis pip caching syntax | sudo: false
cache:
directories:
- $HOME/.cache/pip
language: python
matrix:
include:
- python: 2.7
env: TOXENV=py27,py27-flake8
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36,py36-flake8
- python: pypy
env: TOXENV=py... | sudo: false
cache: pip
language: python
matrix:
include:
- python: 2.7
env: TOXENV=py27,py27-flake8
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36,py36-flake8
- python: pypy
env: TOXENV=pypy
- python: pypy3
env: ... |
Use PhantomJS 2.0 on Travis | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
... | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
... |
Test Node.js versions to 6, 8 and 10 | sudo: false
language: node_js
node_js:
- '7'
- '6'
- '4.1.1'
| language: node_js
node_js:
- 10
- 8
- 6
|
Disable Travis CI checks for 3.7 nightly version of Python | language: python
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
env:
- GEVENT=true
- GEVENT=false
install: pip install gevent PyYaml
script: python -m pytest -vv t... | language: python
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
# - "3.7-dev" # 3.7 development branch
# - "nightly" # currently points to 3.7-dev
env:
- GEVENT=true
- GEVENT=false
install: pip install gevent PyYaml
script: python -m pytest -... |
Update recipe-cms dependency for builds | language: php
dist: trusty
cache:
directories:
- $HOME/.composer/cache/files
php:
- 7.1
- 7.2
- nightly
env:
global:
- DB=SQLITE
- PDO=1
matrix:
fast_finish: true
include:
- php: 7.2
env: PDO=0 PHPCS_TEST=1
allow_failure:
- php: nightly
before_script:
# Init PHP
- php... | language: php
dist: trusty
cache:
directories:
- $HOME/.composer/cache/files
php:
- 7.1
- 7.2
- nightly
env:
global:
- DB=SQLITE
- PDO=1
matrix:
fast_finish: true
include:
- php: 7.2
env: PDO=0 PHPCS_TEST=1
allow_failure:
- php: nightly
before_script:
# Init PHP
- php... |
Add 0.12 and iojs to CI run. | language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
|
Move deps to install hook | language: python
python:
- "3.3"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get -qq update
- sudo apt-get -y install python3-pyqt5
install:
- "pip install markdown whoosh"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: python test.py
| language: python
sudo: required
dist: trusty
python:
- "3.3"
virtualenv:
system_site_packages: true
install:
- sudo apt-get update -q
- sudo apt-get install python3-pyqt5 -y
- "pip install markdown whoosh"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: python test.py... |
Use only the Gradle Wrapper for Travis-CI | dist: bionic
language: java
jdk:
- openjdk8
- openjdk11
before_install:
- chmod +x gradlew gradle/wrapper/gradle-wrapper.jar
install:
- gradle wrapper
- ./gradlew compileJava
#after_failure:
#- cat build/test-results/*.xml
| dist: bionic
language: java
jdk:
- openjdk8
- openjdk11
before_install:
- chmod +x gradlew gradle/wrapper/gradle-wrapper.jar
install:
- ./gradlew wrapper
- ./gradlew compileJava
#after_failure:
#- cat build/test-results/*.xml
|
Remove release tagging from Travis | dist: xenial
#https://docs.travis-ci.com/user/languages/java/#Caching
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
matrix:
include:
- stage: build
lan... | dist: xenial
#https://docs.travis-ci.com/user/languages/java/#Caching
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
matrix:
include:
- stage: build
lan... |
Put back the original tavis config file | language: cpp
compiler:
- clang
- gcc
env:
- BUILDTOOL=autotools
- BUILDTOOL=cmake
install:
- sudo apt-get update --fix-missing
- sudo apt-get install valgrind
- wget https://googlemock.googlecode.com/files/gmock-1.6.0.zip
- unzip gmock-1.6.0.zip
- cd gmock-1.6.0
- ./configure && make
- cd ..
befo... | language: cpp
compiler:
- clang
- gcc
env:
- BUILDTOOL=autotools
- BUILDTOOL=cmake
install:
- sudo apt-get update --fix-missing
- sudo apt-get install valgrind
- wget https://googlemock.googlecode.com/files/gmock-1.6.0.zip
- unzip gmock-1.6.0.zip
- cd gmock-1.6.0
- ./configure && make
- cd ..
befo... |
Exclude HHVM with --prefer-lowest option from build matrix as it's throwing errors | language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
a... | language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
matrix:
exclude:
- php: hhvm
env: COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer self-update
- travis_retry composer update $COMPOSER_OPTS
script:
-... |
Build verbosely and remove make dist | language: c
os:
- osx
compiler:
- clang
- gcc
before_script:
- brew update
- brew install libarchive
- brew install openssl
- brew install kyua
- autoreconf -i
script:
- ./configure
- make
- make dist
- make check
after_failure:
- kyua report --verbose
| language: c
os:
- osx
compiler:
- clang
- gcc
before_script:
- brew update
- brew install libarchive
- brew install openssl
- brew install kyua
- autoreconf -i
script:
- ./configure
- make V=1
- make check
after_failure:
- kyua report --verbose
|
Update Ruby version in Travis config. | language: ruby
rvm:
- 2.3.3
sudo: false
services:
- redis-server
addons:
code_climate:
repo_token: 48aeb1397404fe6079c14bbca8911959d29b44065e305a70b1bc6604d3effe46
before_script:
- bundle exec rake db:migrate RAILS_ENV=test
| language: ruby
rvm:
- 2.5.1
sudo: false
services:
- redis-server
addons:
code_climate:
repo_token: 48aeb1397404fe6079c14bbca8911959d29b44065e305a70b1bc6604d3effe46
before_script:
- bundle exec rake db:migrate RAILS_ENV=test
|
Upgrade vala.c from 0.22 to 0.30 | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee-0.8 libjson-glib-1.0.0 libjson-glib-dev libvala-0.22-dev valac-0.22 libvte-2.... | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee-0.8 libjson-glib-1.0.0 libjson-glib-dev libvala-0.30-dev valac-0.30 libvte-2.... |
Revert "Maybe need latex for os/x now?" | os:
- linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- g++-8
- gfortran-8
homebrew:
packages:
- gnu-tar
global:
- MAKEFLAGS="-j 2"
matrix:
include:
- os: osx
osx_image: xcode9.4
env:
- MODE=build
dist: xenial
sudo: required
latex: true
l... | os:
- linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- g++-8
- gfortran-8
homebrew:
packages:
- gnu-tar
global:
- MAKEFLAGS="-j 2"
matrix:
include:
- os: osx
osx_image: xcode9.4
env:
- MODE=build
latex: false
dist: xenial
sudo: requi... |
Remove matrix options from Travis configuration file | language: java
jdk: openjdk11
sudo: true
matrix:
include:
- jdk: openjdk11
before_install:
- rm "${JAVA_HOME}/lib/security/cacerts"
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"
script:
- cd buildinggame
- mvn clean install -Dhttps.protocols=TLSv1,TLSv1.1,TLSv... | language: java
jdk: openjdk11
sudo: true
script:
- cd buildinggame
- mvn clean install -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -D maven.wagon.http.ssl.insecure=true -D maven.wagon.http.ssl.allowall=true |
Update Travis to macOS Sierra | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
branches:
... | language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == ... |
Use a current version of bower again | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild -... | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild -... |
Add in echo for outputting to a file | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
script: "bundle exec ruby ./spec_helper.rb"
before_install:
- touch ~/.netrc
- "# This entry was added for connecting to the Acquia Cloud API\nmachine cloudapi.acquia.com\n login me@acquia.com\n password t0ps3cret" > ~/.netrc
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
script: "bundle exec ruby ./spec_helper.rb"
before_install:
- touch ~/.netrc
- echo "# This entry was added for connecting to the Acquia Cloud API\nmachine cloudapi.acquia.com\n login me@acquia.com\n password t0ps3cret" > ~/.netrc
|
Change Poco library to download from dpkg server | # Become Ubuntu 14.04 Trusty
dist: trusty
language: cpp
addons:
apt:
packages:
- cmake
- libboost-all-dev
- cppcheck
- clang-3.6
- clang-format-3.6
- valgrind
- doxygen
compiler:
- gcc
os:
- linux
before_install:
... | # Become Ubuntu 14.04 Trusty
dist: trusty
language: cpp
addons:
apt:
packages:
- cmake
- libboost-all-dev
- cppcheck
- clang-3.6
- clang-format-3.6
- valgrind
- doxygen
- curl
compiler:
- gcc
os:
- linux... |
Stop testing with Python nightly versions on Travis as the linters may not be updated as quickly. | dist: trusty
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
before_install:
- pip install --upgrade setuptools pip
- pip install --upgrade virtualenv
install:
- pip install --upgrade flake8 pylint
- pip --version
- virtualenv --version
- flak... | dist: trusty
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
before_install:
- pip install --upgrade setuptools pip
- pip install --upgrade virtualenv
install:
- pip install --upgrade flake8 pylint
- pip --version
- virtualenv --version
- flake8 --version
... |
Build Matrix Extended to Python 3.6 | language: python
python:
- 3.4
- 3.5
script: python setup.py test
notifications:
- email: false
| language: python
python:
- 3.4
- 3.5
- 3.6
script: python setup.py test
notifications:
- email: false
|
Update cflinuxfs2 to 1.242.0 to fix git CVE | ---
- type: replace
path: /releases/name=cflinuxfs2
value:
name: cflinuxfs2
url: https://bosh.io/d/github.com/cloudfoundry/cflinuxfs2-release?v=1.241.0
version: 1.241.0
sha1: adce7383e1eb8d60351c1204d0d947a235893c39
| ---
- type: replace
path: /releases/name=cflinuxfs2
value:
name: cflinuxfs2
url: https://bosh.io/d/github.com/cloudfoundry/cflinuxfs2-release?v=1.242.0
version: 1.242.0
sha1: 99821c729c05646c203a684a15a0971a5af08e35
|
Update from Hackage at 2018-10-24T03:38:45Z | homepage: ''
changelog-type: ''
hash: 305174f65dfb1dfe8d30bb9ad4bdb576817a90f5153d36072b4c66d8e684e3df
test-bench-deps:
inline-c: -any
base: ! '>=4 && <5'
hspec: -any
safe-exceptions: -any
inline-c-cpp: -any
maintainer: francesco@fpcomplete.com
synopsis: Lets you embed C++ code into Haskell.
changelog: ''
bas... | homepage: ''
changelog-type: ''
hash: 916ffd22c097f399a47f6ddb9313e2ce36d8051755dd702c23f8d20a370fee09
test-bench-deps:
inline-c: -any
base: ! '>=4 && <5'
hspec: -any
safe-exceptions: -any
inline-c-cpp: -any
maintainer: francesco@fpcomplete.com
synopsis: Lets you embed C++ code into Haskell.
changelog: ''
bas... |
Update from Hackage at 2019-09-05T21:04:52Z | homepage: ''
changelog-type: markdown
hash: 68e7d126c7c3b69c20ab9f54b385be66f42338af9909822c13574caf6549a4e9
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Bind media keys to work with Spotify
changelog: ! "# xmonad-spotify\n\n## 0.1.1.0\n\n * Add `audioStop` and add appropriate
keybindings\n\n## 0... | homepage: ''
changelog-type: markdown
hash: 61f9a53978ccf04b258b706836a326da8f295e5bb7d3f7390b4191f189c973ab
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Bind media keys to work with Spotify
changelog: |
# xmonad-spotify
## 0.1.2.0
* Add `audioStopWith` etc., `mediaKeysWith`
## 0.1.1.0
... |
Fix identation and a typo in autoscaling group definition. |
# basic information for generating and executing this definition
SenzaInfo:
StackName: spilo
Parameters:
- EtcdDiscoveryUrl:
Description: "Discovery URL for the etcd service"
- ImageVersion:
Description: "Docker image version of spilo."
# a list of senza components to apply to the definiti... |
# basic information for generating and executing this definition
SenzaInfo:
StackName: spilo
Parameters:
- EtcdDiscoveryUrl:
Description: "Discovery URL for the etcd service"
- ImageVersion:
Description: "Docker image version of spilo."
# a list of senza components to apply to the definiti... |
Hide description and add link real github account | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... |
Add site title and description | url: "http://www.orangedaisy.co"
repository: orangedaisy/orangedaisy.github.io
# Build settings
markdown: kramdown
permalink: pretty
host: 0.0.0.0
port: 3000
plugins:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- CNAME
| title: "orange daisy"
description: "orange daisy is a team of web craftsmen from southern Appalachia."
url: "http://www.orangedaisy.co"
repository: orangedaisy/orangedaisy.github.io
# Build settings
markdown: kramdown
permalink: pretty
host: 0.0.0.0
port: 3000
plugins:
- jekyll-feed
exclude:
- Gemfile
- Gemfil... |
Format test results as JUnit XML | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bluekeyes/hatpear
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go vet ./...
| version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bluekeyes/hatpear
steps:
- checkout
- run: mkdir -p /tmp/test-results
- run: go get github.com/jstemmer/go-junit-report
- run:
name: Build and Test
command... |
Update from Forestry.io - Updated Forestry configuration | ---
upload_path: "/uploads/:year:/:month:/:day:"
frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
body_file_url_template: "/uploads/:year:/:month:/:day:"
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
collections:
| ---
upload_path: "/uploads/:year:/:month:"
frontmatter_file_url_template: "/uploads/:year:/:month:"
body_file_url_template: "/uploads/:year:/:month:"
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
collections:
|
Update URL for UW Menu | - title: Tailor
caption: Static analyzer for Swift.
thumbnail: tailor
live: https://tailor.sh
github: https://github.com/sleekbyte/tailor
- title: Nspire
caption: Nspire Innovation Network website.
thumbnail: nspire
live: https://nspire.alykhan.com
github: https://github.com/alykhank/nspire/tree/gh-pag... | - title: Tailor
caption: Static analyzer for Swift.
thumbnail: tailor
live: https://tailor.sh
github: https://github.com/sleekbyte/tailor
- title: Nspire
caption: Nspire Innovation Network website.
thumbnail: nspire
live: https://nspire.alykhan.com
github: https://github.com/alykhank/nspire/tree/gh-pag... |
Remove OSX exception on user creation. | ---
# Root ansible playbook
- hosts: all
tasks:
- name: Create groups by distribution and version
group_by: key={{ ansible_distribution }}-{{ ansible_distribution_version }}
- name: Create groups by distribution
group_by: key={{ ansible_distribution }}
- name: Create a distribution based OS... | ---
# Root ansible playbook
- hosts: all
tasks:
- name: Create groups by distribution and version
group_by: key={{ ansible_distribution }}-{{ ansible_distribution_version }}
- name: Create groups by distribution
group_by: key={{ ansible_distribution }}
- name: Create a distribution based OS... |
Use 'tag' parameter for NPM publishing pipeline | # publishes a package to NPM (passed in as $(pkg) variable)
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
# ensure latest npm is installed
npm install -g npm
npm config set //registry.npmjs.or... | # publishes a package to NPM (passed in as $(pkg) variable)
# you can also customize the tag used for NPM with the $(tag) variable (defaults to 'latest')
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
#... |
Load /etc/environment when running coreos-cloudinit so $private_ipv4 will get populated. | #cloud-config
coreos:
units:
- name: real-cloud-config.service
command: start
content: |
[Unit]
Description=Real cloud-config
[Service]
ExecStartPre=/usr/bin/rkt run \
--net=host \
--volume=dns,kind=host,source=/etc/resolv.conf,readOnly=true \
... | #cloud-config
coreos:
units:
- name: real-cloud-config.service
command: start
content: |
[Unit]
Description=Real cloud-config
[Service]
EnvironmentFile=/etc/environment
ExecStartPre=/usr/bin/rkt run \
--net=host \
--volume=dns,kind=host,sour... |
Switch some more components to kubernetes-entrypoint | kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: manila-scheduler
labels:
system: openstack
type: backend
component: manila
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 3
selector:
matchLabels:
name: manila... | kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: manila-scheduler
labels:
system: openstack
type: backend
component: manila
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 3
selector:
matchLabels:
name: manila... |
Update workflow to create a pull request. | on:
pull_request:
branches:
- staging
types:
- closed
jobs:
create_pull_request_to_production:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- uses: actions/github-script@0.8.0
with:
script: |
console.log(context)
| on:
pull_request:
branches:
- staging
types:
- closed
jobs:
create_pull_request_to_production:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- uses: actions/github-script@0.8.0
with:
script: |
github.pulls.create({
... |
Update from Hackage at 2019-11-09T22:36:05Z | homepage: https://github.com/mtth/yx
changelog-type: ''
hash: 58cf429ececa7ef82592a6e879eca3576702be30328e00aae2ea28861c2ffda6
test-bench-deps:
bytestring: ! '>=0.10'
base: ! '>=4.7 && <5'
hspec: ! '>=2.5 && <2.6'
array: ! '>=0.5'
yx: -any
maintainer: mtth@apache.org
synopsis: Row-major coordinates
changelog:... | homepage: https://github.com/mtth/yx
changelog-type: ''
hash: 2196994b76bf7e5923c32930adf8695881b3ae791d9c5ddb0b78da4781e086b5
test-bench-deps:
bytestring: ! '>=0.10'
base: ! '>=4.8 && <5'
hspec: ! '>=2.7'
array: ! '>=0.5'
yx: -any
maintainer: mtth@apache.org
synopsis: Row-major coordinates
changelog: ''
basi... |
Disable 'ids' check in CSSLint | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: false
checks:
no-console:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
exclude_paths:
- test/
- bower_components/
| ---
engines:
csslint:
enabled: true
checks:
ids:
enabled: false
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: false
checks:
no-console:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"... |
Update summer convenience store hours | name: Convenience Store
image: convenience
category: Supplies and Books
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '8:00pm'}
- {days: [Sa], from: '10:00am', to: '8:00pm'}
- {days: [Su], from: '12:00pm', to: '4:00pm'}
breakSchedule:
fall: []
thanksgiv... | name: Convenience Store
image: convenience
category: Supplies and Books
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '5:00pm', to: '8:00pm'}
- {days: [Sa], from: '4:00pm', to: '8:00pm'}
- {days: [Su], from: '12:00pm', to: '4:00pm'}
breakSchedule:
fall: []
thanksgivi... |
Swap Ubuntu 14.04 testing for Ubuntu 18.04 | driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 14
attributes:
firewall:
allow_ssh: true
allow_winrm: true
allow_mosh: true
allow_loopback: true
allow_icmp: true
firewalld:
permanent: true
platforms:
- name: centos-6
- name: centos-7... | driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 14
attributes:
firewall:
allow_ssh: true
allow_winrm: true
allow_mosh: true
allow_loopback: true
allow_icmp: true
firewalld:
permanent: true
platforms:
- name: centos-6
- name: centos-7... |
Update license_finder configuration to work with version 6 | ---
- - :whitelist
- MIT
- :who:
:why:
:versions: []
:when: 2017-07-22 20:02:01.192601619 Z
- - :whitelist
- LGPL-2.1
- :who:
:why:
:versions: []
:when: 2017-07-22 20:03:43.469353721 Z
- - :whitelist
- New BSD
- :who:
:why:
:versions: []
:when: 2017-07-22 20:07:41.6... | ---
- - :permit
- MIT
- :who:
:why:
:versions: []
:when: 2017-07-22 20:02:01.192601619 Z
- - :permit
- LGPL-2.1
- :who:
:why:
:versions: []
:when: 2017-07-22 20:03:43.469353721 Z
- - :permit
- New BSD
- :who:
:why:
:versions: []
:when: 2017-07-22 20:07:41.665410261 ... |
Create workflow to copy PR template onto Dependabot PRs | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/re... | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/chec... |
Make sure firewalld is installed on instances | - name: enable password auth
copy:
src: sshd_config
dest: /etc/ssh/sshd_config
notify: restart sshd
- name: ensure libselinux-python
yum:
name: libselinux-python
update_cache: yes
- name: allow passwordless sudo for user
lineinfile:
dest: /etc/sudoers
state: present
line: '{{ usern... | - name: enable password auth
copy:
src: sshd_config
dest: /etc/ssh/sshd_config
notify: restart sshd
- name: Install firewalld and libselinux-python
yum:
name: "{{ item }}"
state: present
with_items:
- libselinux-python
- firewalld
when:
- "ansible_os_family == 'RedHat' or ansible_... |
Fix CD not building .NET Framework | name: publish to nuget
on:
push:
branches:
- develop # Your default release branch
jobs:
publish:
name: list on nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
# Vi... | name: publish to nuget
on:
push:
branches:
- develop # Your default release branch
jobs:
publish:
name: list on nuget
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
# V... |
Add a large number of MongoDB Configuration variables | ---
# Variables shared across all staging playbooks
ansible_user: admin
# Defined in Terrafrom (temporarily static)
db_data_device: "/dev/xvdf"
db_data_device_fstype: "ext4"
db_data_path: "/data"
db_data_mount_opts: "defaults,auto,noatime,noexec 0 0"
| ---
# Variables shared across all staging playbooks
ansible_user: admin
# Defined in Terrafrom (temporarily static)
db_data_device: "/dev/xvdf"
db_data_device_fstype: "ext4"
db_data_path: "/data"
db_data_mount_opts: "defaults,auto,noatime,noexec 0 0"
# MongoDB Configuration Variables (used in configure_mongo.yml tas... |
Switch check to run on PRs | name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node14.16.0-chrome89-ff77
steps:
- name: Checkout
uses: actions/checkout@v1
# - name: Set up build cache
# uses: actions/cache@v2
# with:
# path: ${{ github... | name: End-to-end tests
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node14.16.0-chrome89-ff77
steps:
- name: Checkout
uses: actions/checkout@v1
# - name: Set up build cache
# uses: actions/cache@v2
# with:
# path: ${... |
Set the environment for github ci. | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... |
Remove scenario reference, so the DB backend is really switched | - job-template:
name: 'cloud-mkcloud{version}-job-mariadb-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: 'H 2 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: ... | - job-template:
name: 'cloud-mkcloud{version}-job-mariadb-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: 'H 2 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: ... |
Update Ansible version in meta | galaxy_info:
role_name: docker_ce
author: Bjorn Oscarsson
company: none
description: "Installs and configures Docker Community Edition (CE)"
min_ansible_version: 2.5
license: MIT
platforms:
- name: Fedora
versions:
- 25
- 26
- 27
- 28
- 29
- name: EL
versions:
... | galaxy_info:
role_name: docker_ce
author: Bjorn Oscarsson
company: none
description: "Installs and configures Docker Community Edition (CE)"
min_ansible_version: 2.6
license: MIT
platforms:
- name: Fedora
versions:
- 25
- 26
- 27
- 28
- 29
- name: EL
versions:
... |
Update Key Mapper to 2.0.0-beta.3 (28) | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/sds100/KeyMapper
IssueTracker: https://github.com/sds100/KeyMapper/issues
Changelog: https://github.com/sds100/KeyMapper/blob/HEAD/CHANGELOG.md
AutoName: Key Mapper
RepoType: git
Repo: https://github.com/sds100/KeyMapper
Builds:
- versionN... | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/sds100/KeyMapper
IssueTracker: https://github.com/sds100/KeyMapper/issues
Changelog: https://github.com/sds100/KeyMapper/blob/HEAD/CHANGELOG.md
AutoName: Key Mapper
RepoType: git
Repo: https://github.com/sds100/KeyMapper
Builds:
- versionN... |
Add 61A info for fall 16 | resources:
- number: 0
description: Intro and Lost on the Moon
downloads:
- name: Slides
type: slides
link: ???
locations:
- type: Office Hour
time: ???
location: ???
- type: Office Hour
time: ???
location: ???
- type: Discussion
time: ???
location: ???
-... | resources:
- number: 0
description: Intro and Lost on the Moon
downloads:
- name: Slides
type: slides
link: ???
locations:
- type: Office Hours
time: Th 4:00-6:00pm
location: 109 Morgan
- type: Discussion
time: Th 11:30-12:30pm
location: 540AB Cory
- type: Lab
... |
Switch command execution from ps to cmd. | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- ps: cmake.exe -G "Visual Studio 14 2015" -B"./Build" -H"./" -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/Install
build:
project: Build/INSTALL.vcxproj
parallel: t... | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- cmd: cmake.exe -G "Visual Studio 14 2015" -B.\Build -H.\ -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%\Install
build:
project: Build\INSTALL.vcxproj
parallel: true... |
Build Debug first, should be a faster build | version: '{build}'
clone_folder: c:\projects\cactusjump
# Build worker image (VM template)
image: Visual Studio 2015
configuration:
- Release
- Debug
cache:
- build\googletest-source
- build\googletest-download
before_build:
- cmd: mkdir build && cd build && cmake --version && cmake ..
build:
project: bui... | version: '{build}'
clone_folder: c:\projects\cactusjump
# Build worker image (VM template)
image: Visual Studio 2015
configuration:
- Debug
- Release
cache:
- build\googletest-source
- build\googletest-download
before_build:
- cmd: mkdir build && cd build && cmake --version && cmake ..
build:
project: bui... |
Upgrade pip for Windows tests | branches:
only:
- release
- pre-release
environment:
COLUMNS: 999
matrix:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
# Disable for 0.7 pre-release
# See https://ci.appveyor.com/project/GuildAI/guildai/builds/31131417/job/g9r6vucfl0cnmhba
... | branches:
only:
- release
- pre-release
environment:
COLUMNS: 999
matrix:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
# Disable for 0.7 pre-release
# See https://ci.appveyor.com/project/GuildAI/guildai/builds/31131417/job/g9r6vucfl0cnmhba
... |
Update from Hackage at 2018-09-02T12:38:30Z | homepage: ''
changelog-type: ''
hash: 7152c8ad2eb5b145d3b6e1bb80ed1bcb7e0d2edcc1657860c1cbbc8e7c72ba4e
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: <5
prettyclass: -any
language-glsl: -any
parsec: -any
HUnit: -any
maintainer: noteed@gmail.com
synopsis: GLSL abstract syntax tree, ... | homepage: ''
changelog-type: ''
hash: 85c1e7bf2cf5d6e604b7a2899c27e2935033425944db200798e57849e64d4c81
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: <5
prettyclass: -any
language-glsl: -any
parsec: -any
HUnit: -any
maintainer: noteed@gmail.com
synopsis: GLSL abstract syntax tree, ... |
Add missing xml argument in coverage reporting | language: python
python:
- "2.7"
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- printf '[xml]\noutput = shippable/codecoverage/coverage.xml\n' > .coveragerc
install:
- python setup.py install
script:
- py.test --junitxml=shippable/testresults/tests.xml --cov=pelican_do... | language: python
python:
- "2.7"
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- printf '[xml]\noutput = shippable/codecoverage/coverage.xml\n' > .coveragerc
install:
- python setup.py install
script:
- py.test --junitxml=shippable/testresults/tests.xml --cov=pelican_do... |
Update JRPN 16c to 1.1.4 (8) | Categories:
- Science & Education
License: Apache-2.0
AuthorName: Bill Foote
AuthorWebSite: https://bill.jovial.com/
SourceCode: https://github.com/zathras/JRPN_Android
IssueTracker: https://github.com/zathras/JRPN_Android/issues
Changelog: https://github.com/zathras/JRPN_Android/releases
AutoName: JRPN 16c
RepoTyp... | Categories:
- Science & Education
License: Apache-2.0
AuthorName: Bill Foote
AuthorWebSite: https://bill.jovial.com/
SourceCode: https://github.com/zathras/JRPN_Android
IssueTracker: https://github.com/zathras/JRPN_Android/issues
Changelog: https://github.com/zathras/JRPN_Android/releases
AutoName: JRPN 16c
RepoTyp... |
Update Code Climate configuration for v0.70.3 | # https://codeclimate.com/github/newcontext-oss/kitchen-terraform
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- "ruby"
fixme:
enabled: true
markdownlint:
enabled: true
reek:
enabled: true
rubocop:
enabled: true
exclude_paths:
... | # https://codeclimate.com/github/newcontext-oss/kitchen-terraform
exclude_patterns:
- assets/
- bin/
- certs/
- coverage/
- doc/
- examples/
- tmp/
plugins:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- "ruby"
fixme:
enabled: true
flog:
... |
Add more aliases for 'officespace' | name: That Would Be Great
default:
- YEAH...
- THAT'D BE GREAT
link: http://knowyourmeme.com/memes/that-would-be-great
aliases:
- that'd-be-great
- bill-lumbergh
- lumbergh
| name: That Would Be Great
default:
- YEAH...
- THAT'D BE GREAT
link: http://knowyourmeme.com/memes/that-would-be-great
aliases:
- that'd-be-great
- bill-lumbergh
- lumbergh
- be-great
- great
|
Update PHP version of web container | version: "3"
services:
db:
image: mariadb:10.3.2
restart: always
environment:
MYSQL_USER: kirbot
MYSQL_PASSWORD: kirbot
MYSQL_DATABASE: kirbot
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
volumes:
- ./.data/db:/var/lib/mysql
... | version: "3"
services:
db:
image: mariadb:10.3.2
restart: always
environment:
MYSQL_USER: kirbot
MYSQL_PASSWORD: kirbot
MYSQL_DATABASE: kirbot
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
volumes:
- ./.data/db:/var/lib/mysql
... |
Add nbval as test requirement for conda build | package:
name: mbuild
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
noarch: python
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script_env:
- CONDA_PY
script: activate
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build... | package:
name: mbuild
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
noarch: python
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script_env:
- CONDA_PY
script: activate
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build... |
Change image name for senlin job | ---
SenlinClusters.create_and_delete_cluster:
-
args:
desired_capacity: 3
min_size: 0
max_size: 5
runner:
type: "constant"
times: 3
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
profiles:
... | ---
SenlinClusters.create_and_delete_cluster:
-
args:
desired_capacity: 3
min_size: 0
max_size: 5
runner:
type: "constant"
times: 3
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
profiles:
... |
Remove the Ansible 1.9 workaround | ---
- hosts: undercloud
vars:
metadata:
name: Check access to various openstack services
description: >
This will attempt to connect to each service endpoint defined in
your hosts file's controller_vip variable.
groups:
- post-deployment
tasks:
- name: Load the overclou... | ---
- hosts: undercloud
vars:
metadata:
name: Check access to various openstack services
description: >
This will attempt to connect to each service endpoint defined in
your hosts file's controller_vip variable.
groups:
- post-deployment
tasks:
- name: Load the overclou... |
Update from Hackage at 2019-05-24T16:22:24Z | homepage: http://hub.darcs.net/thielema/resistor-cube
changelog-type: ''
hash: 07874483c2d46979588b855f1191ecdbb2cdfbc551a10a49379d76f37d505d35
test-bench-deps: {}
maintainer: haskell@henning-thielemann.de
synopsis: Compute total resistance of a cube of resistors
changelog: ''
basic-deps:
lapack: ! '>=0.2.2 && <0.3'
... | homepage: http://hub.darcs.net/thielema/resistor-cube
changelog-type: ''
hash: ea6152d8758a6da4b34264909f075d7c35600745de4ed26e5b98fdb440fe028c
test-bench-deps: {}
maintainer: haskell@henning-thielemann.de
synopsis: Compute total resistance of a cube of resistors
changelog: ''
basic-deps:
lapack: ! '>=0.3 && <0.4'
... |
Revert "Update cf-cli to 6.23.1" | ---
- hosts: all
vars:
cf_cli_version: "6.23.1"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2016.3.4"
intellij_config_path: "~vagrant/.IdeaIC2016.3"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_... | ---
- hosts: all
vars:
cf_cli_version: "6.21.1"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2016.3.4"
intellij_config_path: "~vagrant/.IdeaIC2016.3"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_... |
Update from Hackage at 2017-08-27T09:51:19Z | homepage: ''
changelog-type: ''
hash: d7cfd13b2e073a6c23c5433e883ab04ad527bb694e9bc2caa24050335f81e004
test-bench-deps: {}
maintainer: Rongcui Dong (karl_1702@188.com)
synopsis: Binding to libSDL2-ttf
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
sdl2: ! '>=2'
sdl2-ttf: -any
linear: -any
transformers: ! '>=... | homepage: ''
changelog-type: ''
hash: 8142adb5c4d0d0b5a4276da1a838ff0bbc860ac6df7ec9e583049c5a822e6dcf
test-bench-deps: {}
maintainer: Mikolaj Konarski <mikolaj.konarski@funktory.com>
synopsis: Bindings to SDL2_ttf.
changelog: ''
basic-deps:
bytestring: ! '>=0.10.4.0'
base: ! '>=4.7 && <5'
text: ! '>=1.1.0.0'
s... |
Add deploy job (copy ml_gps.so to /builddata/) | stages:
- setup_env
- build
setup_env_job:
stage: setup_env
script:
- sudo apt-get update -qq
- sudo apt-get install -y -qq gcc g++ build-essential liblua5.1 liblua5.1-0-dev
build_job:
stage: build
script:
- ./premake5_x64 gmake
- cd Build
- make config=release_x64 all
- mv ../Bin/... | stages:
- setup_env
- build
- deploy
setup_env_job:
stage: setup_env
script:
- sudo apt-get update -qq
- sudo apt-get install -y -qq gcc g++ build-essential liblua5.1 liblua5.1-0-dev
build_job:
stage: build
script:
- ./premake5_x64 gmake
- cd Build
- make config=release_x64 all
-... |
Update from Hackage at 2018-06-23T12:17:45Z | homepage: ''
changelog-type: ''
hash: 9c101712135eb41c896c1c5a5932f7c875d2f06db064d2b6f1b9e626b7be4750
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
text: -any
... | homepage: ''
changelog-type: ''
hash: 239458fa2ab9d519a2628e3d642629b1890c6bd9e1b87187e0bac2fa22604c8f
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text: -any
... |
Update from Hackage at 2016-03-21T11:21:53+0000 | homepage: ''
changelog-type: ''
hash: b18e62eb8495abc793873966fbfdce4cd179f9620f6f2df14d34d4ed00e3dc73
test-bench-deps:
base: -any
union: -any
criterion: -any
lens: -any
maintainer: Index Int <vlad.z.4096@gmail.com>
synopsis: Extensible type-safe unions
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.10'
vin... | homepage: ''
changelog-type: ''
hash: b727e5c9325d1672d30a1da433ddd1314775d7b50d2148713f419e524444ed79
test-bench-deps:
base: -any
union: -any
criterion: -any
lens: -any
maintainer: Index Int <vlad.z.4096@gmail.com>
synopsis: Extensible type-safe unions
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.10'
vin... |
Update from Hackage at 2021-06-06T10:05:40Z | homepage: https://code.mathr.co.uk/exp-extended
changelog-type: ''
hash: 3462dc900cc91b863af6b183f3cd7df722eaace300da21f2d97d95654cd1a18d
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: floating point with extended exponent range
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.14'
all-versions:
- 0.1.0.1
... | homepage: https://code.mathr.co.uk/exp-extended
changelog-type: ''
hash: 547be757fc8d2bd5af0f71d68f6b7de2f4c3c4dde9c7205346d5752343a6f9cf
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: floating point with extended exponent range
changelog: ''
basic-deps:
base: '>=4.9 && <4.16'
all-versions:
- 0.1.0.1
- ... |
Install curl via choco on AppVeyor (windows) CI and remove old zef code | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- git clone https://github.com/rakudo/rakudo.git %APPVEYOR_BUILD_FOLDER%\... | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- choco install curl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- git clone https://github.com/tadzik/rakudobrew %... |
Update manifest to work with k8s 1.16 | apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: ip-masq-agent
namespace: kube-system
spec:
template:
metadata:
labels:
k8s-app: ip-masq-agent
spec:
hostNetwork: true
containers:
- name: ip-masq-agent
image: gcr.io/google-containers/ip-masq-agent-amd64... | apiVersion: apps/v1
kind: DaemonSet
metadata:
name: ip-masq-agent
namespace: kube-system
spec:
selector:
matchLabels:
k8s-app: ip-masq-agent
template:
metadata:
labels:
k8s-app: ip-masq-agent
spec:
hostNetwork: true
containers:
- name: ip-masq-agent
imag... |
Add an 8.5 job to Jenkins | ---
- job:
name: elastic+elasticsearch-py+8.3
display-name: 'elastic / elasticsearch-py # 8.3'
description: Testing the elasticsearch-py 8.3 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.3
description: the Git bran... | ---
- job:
name: elastic+elasticsearch-py+8.5
display-name: 'elastic / elasticsearch-py # 8.5'
description: Testing the elasticsearch-py 8.5 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier
default: refs/heads/8.5
description: the Git bran... |
Remove PostgreSQL passport env variable from SQLite Docker Compose example | version: "3.7"
services:
app:
image: babybuddy/babybuddy
# See README.md#configuration for other environment configuration options.
environment:
- ALLOWED_HOSTS=
- DJANGO_SETTINGS_MODULE=babybuddy.settings.base
- SECRET_KEY=
- TIME_ZONE=
- POSTGRES_PASSWORD=postgres
- D... | version: "3.7"
services:
app:
image: babybuddy/babybuddy
# See README.md#configuration for other environment configuration options.
environment:
- ALLOWED_HOSTS=
- DJANGO_SETTINGS_MODULE=babybuddy.settings.base
- SECRET_KEY=
- TIME_ZONE=
- DEBUG=False # Turn to False in produ... |
Use npm ci to install dependencies | version: 2
jobs:
build:
docker:
- image: node:carbon
working_directory: ~/ci-museeks
steps:
- checkout
- run:
name: Display node and npm informations
command: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
-... | version: 2
jobs:
build:
docker:
- image: node:carbon
working_directory: ~/ci-museeks
steps:
- checkout
- run:
name: Display node and npm informations
command: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
-... |
Set a friendly name for the Github Action | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5.1
bundler-cache: true
- n... | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5.1
bundler-c... |
Build BeagleBone Black image with 5f3d49b builder | ---
artifacts:
objects:
location: 'gs://${PROJECT_ID}-os-images/$_ROOTFS_ARCHIVE_PATH'
paths:
- '**/dist/*.xz'
- '**/dist/*.sha256sum'
options:
machineType: 'N1_HIGHCPU_8'
steps:
- id: 'Build BeagleBone Black rootfs'
name: 'gcr.io/$PROJECT_ID/arm-image-builder:$_ARM_BUILDER_IMAGE_TAG'
... | ---
artifacts:
objects:
location: 'gs://${PROJECT_ID}-os-images/$_ROOTFS_ARCHIVE_PATH'
paths:
- '**/dist/*.xz'
- '**/dist/*.sha256sum'
options:
machineType: 'N1_HIGHCPU_8'
steps:
- id: 'Build BeagleBone Black rootfs'
name: 'gcr.io/$PROJECT_ID/arm-image-builder:$_ARM_BUILDER_IMAGE_TAG'
... |
Create app directories for Knowhow | ---
- name: Install Node.js packages
action: npm name={{ item }} state=latest global=yes
with_items:
- gulp
- ember-cli
| ---
- name: Install Node.js packages
action: npm name={{ item }} state=latest global=yes
with_items:
- gulp
- ember-cli
- name: Create app directories
action: file path={{ item }} state=directory
with_items:
- /u/apps/knowhow/frontend
- /u/apps/knowhow/backend
|
Remove kube reference to GOOGLE_ANALYTICS_ID | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gradientzoo-web-deployment
spec:
replicas: 2
template:
metadata:
labels:
app: gradientzoo-web
spec:
containers:
- name: gradientzoo-web
image: gcr.io/gradientzoo-1233/gradientzoo-web:latest
imag... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gradientzoo-web-deployment
spec:
replicas: 2
template:
metadata:
labels:
app: gradientzoo-web
spec:
containers:
- name: gradientzoo-web
image: gcr.io/gradientzoo-1233/gradientzoo-web:latest
imag... |
Use wireplumber, disable usb audio in dock | - name: Ensure pipewire is installed
become: yes
pacman:
name: "{{ packages }}"
state: latest
vars:
packages:
- pipewire
- pipewire-pulse
- pipewire-alsa
- pipewire-media-session
tags:
- sound
- name: Ensure old pulseaudio services are disabled
become: yes
systemd:
... | - name: Configure pipewire system wide
become: yes
tags:
- sound
block:
- name: Ensure pipewire is installed
pacman:
name: "{{ packages }}"
state: latest
vars:
packages:
- pipewire
- pipewire-pulse
- pipewire-alsa
- wireplumber
... |
Fix delete-deployment when testers org doesn't exist. | ---
platform: linux
inputs:
- name: paas-cf
- name: bosh-CA
- name: config
image: docker:///governmentpaas/cf-cli
run:
path: sh
args:
- -e
- -c
- |
./paas-cf/concourse/scripts/import_bosh_ca.sh
. ./config/config.sh
if curl -I -f $API_ENDPOINT/info; then
echo | cf login -a... | ---
platform: linux
inputs:
- name: paas-cf
- name: bosh-CA
- name: config
image: docker:///governmentpaas/cf-cli
run:
path: sh
args:
- -e
- -c
- |
./paas-cf/concourse/scripts/import_bosh_ca.sh
. ./config/config.sh
if ! curl -I -f $API_ENDPOINT/info; then
echo "CF API una... |
Update from Forestry.io - Updated Forestry configuration | ---
new_page_extension: md
auto_deploy: false
admin_path: "/static/admin"
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
... | ---
new_page_extension: md
auto_deploy: false
admin_path: "/static/admin"
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
... |
Fix storage method for magnum job | - job-template:
name: 'cloud-mkcloud{version}-job-magnum-{arch}'
node: cloud-trigger
triggers:
- timed: 'H H * * *'
logrotate:
numToKeep: 7
daysToKeep: -1
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: SUCCESS
block: true
... | - job-template:
name: 'cloud-mkcloud{version}-job-magnum-{arch}'
node: cloud-trigger
triggers:
- timed: 'H H * * *'
logrotate:
numToKeep: 7
daysToKeep: -1
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: SUCCESS
block: true
... |
Update from Hackage at 2016-03-17T18:40:38+0000 | homepage: ''
changelog-type: ''
hash: ad39e608ea6c120c9cbdd1686923b71b4610b2d7e936b9bd8fa1e8e73dbdfe8c
test-bench-deps: {}
maintainer: dagitj@gmail.com, dom.orchard@gmail.com
synopsis: Fortran lexer and parser, language support, and extensions.
changelog: ''
basic-deps:
base: ! '>=4.0 && <5'
syb: ! '>=0.3'
parsec... | homepage: ''
changelog-type: ''
hash: d6181762bbe99d04dbb373c13b04e4f93a44300c2f357e62c8b225aa65f9878f
test-bench-deps: {}
maintainer: dagitj@gmail.com, dom.orchard@gmail.com
synopsis: Fortran lexer and parser, language support, and extensions.
changelog: ''
basic-deps:
base: ! '>=4.0 && <5'
syb: ! '>=0.3'
parsec... |
Update from Forestry.io - Updated Forestry configuration | ---
pages:
- testing.md
hide_body: false
is_partial: false
fields:
- type: blocks
template_types:
- test-partial-two
- test-partial-one
name: edit_blocks
label: Edit Blocks
| ---
pages:
- testing.md
hide_body: false
is_partial: false
fields:
- type: blocks
template_types:
- test-partial-two
- test-partial-one
name: sections
label: Edit Blocks
|
Drop inventory update for OC deploy | ---
# Non local deployments by quickstart
- name: Install delorian repos
hosts: overcloud
any_errors_fatal: true
gather_facts: false
become: true
vars_files:
- ../vars/overcloud-traas.yaml
roles:
- {role: repo-setup, when: configure_repos|bool
- name: Run overcloud prep roles
hosts: undercloud
... | ---
# Non local deployments by quickstart
- name: Install delorian repos
hosts: overcloud
any_errors_fatal: true
gather_facts: false
become: true
vars_files:
- ../vars/overcloud-traas.yaml
roles:
- {role: repo-setup, when: configure_repos|bool}
- name: Run overcloud prep roles
hosts: undercloud
... |
Copy Hugo's solution to the Wercker dependency issue | # The container definition we want to use for developing our app
box: golang
build:
steps:
- wercker/golint
- script:
name: go build
code: |
GOOS=linux GOARCH=amd64 go build -o main
- script:
name: go test
code: |
go test ./...
| # The container definition we want to use for developing our app
box: golang
build:
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
cd $WERCKER_SO... |
Revert "Have to allow Python 2.7 as an option in conda builds duh..." | {% set data = load_setup_py_data() %}
package:
name: pyked
version: {{ data['version'] }}
source:
path: ..
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python >=2.7,<3|>=3.5,{{PY_VER}}*
- setuptools
run:
- ... | {% set data = load_setup_py_data() %}
package:
name: pyked
version: {{ data['version'] }}
source:
path: ..
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python >=3.5,{{PY_VER}}*
- setuptools
run:
- python {{... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.