commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
999a01e78ab93c627115e24b0a7f6af33a373ef6 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8.9
run_list: apt::... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8
run_list: apt::de... | Use bento slugs in Test Kitchen | Use bento slugs in Test Kitchen
| YAML | apache-2.0 | tas50/chef-sssd_ldap,tas50/chef-sssd_ldap |
f8c3e46ea3ba8132010855176a78288ee3f748b7 | .github/workflows/php.yml | .github/workflows/php.yml | name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3','7.4']
dependencies: ['normal', 'highest','lowest']
name: PHP ${{ matrix.php-versions }} tests with ${{ matrix.dependencies }} dependencies
steps:
- name: Checkout
... | name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3','7.4','8.0']
dependencies: ['normal', 'highest','lowest']
name: PHP ${{ matrix.php-versions }} tests with ${{ matrix.dependencies }} dependencies
steps:
- name: Checkout
... | Add PHP 8.0 to github actions | Add PHP 8.0 to github actions
| YAML | mit | pascaldevink/shortuuid |
10f1d98aca5c3c8e685bdd93b752533c84c8ee4e | recipes/gulpio/meta.yaml | recipes/gulpio/meta.yaml | {% set name = "gulpio" %}
{% set version = "533.63" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: cdc8c084bff58bdac25e6050f092ed395d883a9621844ffac0d6d6f394f32a6e
build:
number: 0
ski... | {% set name = "gulpio" %}
{% set version = "533.63" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: cdc8c084bff58bdac25e6050f092ed395d883a9621844ffac0d6d6f394f32a6e
build:
number: 0
ski... | Add python dependency in test | Add python dependency in test
| YAML | bsd-3-clause | jjhelmus/staged-recipes,patricksnape/staged-recipes,ceholden/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,chrisburr/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,birdsara... |
97b99675b0495fd0afb6d3249109ae5cf07c3293 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
run_list: apt::default
- name: debian-8.5
run_list: apt::default
- name: fedora-24
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: ope... | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
run_list: apt::default
- name: debian-8.6
run_list: apt::default
- name: fedora-25
run_list: yum::dnf_yum_compat
- name: opensuse-13.2
- name: ope... | Update Test Kitchen platforms to the latest | Update Test Kitchen platforms to the latest
| YAML | apache-2.0 | chef-cookbooks/erlang,opscode-cookbooks/erlang,dosyfier/erlang,opscode-cookbooks/erlang |
02e397ccc8aa099f40f905abdf5bd9ebdf121260 | .gitlab-ci.yml | .gitlab-ci.yml | ---
stages:
- build
- install
- tests
- lint
- doc
- translation
default:
tags:
- yunohost-ci
# All jobs are interruptible by default
interruptible: true
# see: https://docs.gitlab.com/ee/ci/yaml/#switch-between-branch-pipelines-and-merge-request-pipelines
workflow:
rules:
- if: $CI_PIPELI... | ---
stages:
- build
- install
- tests
- lint
- doc
- translation
default:
tags:
- yunohost-ci
# All jobs are interruptible by default
interruptible: true
# see: https://docs.gitlab.com/ee/ci/yaml/#switch-between-branch-pipelines-and-merge-request-pipelines
workflow:
rules:
- if: $CI_PIPELI... | Fix filter on ci branches ... my regex doesn't seem to be working :| | ci: Fix filter on ci branches ... my regex doesn't seem to be working :|
| YAML | agpl-3.0 | YunoHost/yunohost,YunoHost/yunohost,YunoHost/yunohost,YunoHost/yunohost |
4909e7d02e7c1df950643f8091ca2184220b6d47 | labmanager/config.yaml | labmanager/config.yaml | standard_urn_admin_roles:
- Administrator
- SysAdmin
- AccountAdmin
permission_status:
- pending
- granted
- denied
authentication_types:
- oauth1.0
- basic
user_access_level:
- admin
- rlms
- lms
installed_rlms:
weblabd... | standard_urn_admin_roles:
- Administrator
- SysAdmin
- AccountAdmin
permission_status:
- pending
- granted
- denied
authentication_types:
- oauth1.0
- basic
user_access_level:
- admin
- rlms
- lms
#
# XXX
# This should not be ... | Add UNR to yaml, but yamls shouldn't be used for this | Add UNR to yaml, but yamls shouldn't be used for this
| YAML | bsd-2-clause | porduna/labmanager,go-lab/labmanager,porduna/labmanager,morelab/labmanager,labsland/labmanager,go-lab/labmanager,labsland/labmanager,morelab/labmanager,morelab/labmanager,porduna/labmanager,gateway4labs/labmanager,gateway4labs/labmanager,go-lab/labmanager,labsland/labmanager,gateway4labs/labmanager,labsland/labmanager,... |
ab1b73f55b3846277df3747872b05dfcb6363a64 | .rubocop.yml | .rubocop.yml | AllCops:
TargetRubyVersion: 2.3
Metrics/BlockLength:
Exclude:
- spec/**/*_spec.rb
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true | AllCops:
TargetRubyVersion: 2.3
Metrics/BlockLength:
Exclude:
- spec/**/*_spec.rb
Layout/BlockAlignment:
Exclude:
# This file is causing Rubocop to error - see <https://github.com/octokit/octokit.rb/runs/6779545664>
# for an example
- Guardfile
Lint/RaiseException:
Enabled: true
Lint/StructNewO... | Disable the Layout/BlockAlignment cop for Guardfile, since it is erroring | Disable the Layout/BlockAlignment cop for Guardfile, since it is erroring
| YAML | mit | octokit/octokit.rb,octokit/octokit.rb |
340bc3e2a9494eeffcd50c906000b75081e14eb3 | .rubocop.yml | .rubocop.yml | inherit_gem:
rubocop-govuk:
- config/default.yml
- config/rails.yml
AllCops:
Exclude:
- 'bin/**/*'
- 'config.ru'
- 'tmp/**/*'
- 'db/schema.rb'
- 'lib/tasks/cucumber.rake'
Metrics/BlockLength:
Enabled: false
Naming/VariableNumber:
EnforcedStyle: snake_case
Style/FormatStringToken... | inherit_gem:
rubocop-govuk:
- config/default.yml
- config/rails.yml
AllCops:
Exclude:
- 'bin/**/*'
- 'config.ru'
- 'tmp/**/*'
- 'db/schema.rb'
- 'lib/tasks/cucumber.rake'
Metrics/BlockLength:
Enabled: false
Naming/VariableNumber:
EnforcedStyle: snake_case
Style/FormatStringToken:... | Remove file listed that has now gone | Remove file listed that has now gone
The hope of whoever left this comment has been fulfilled.
| YAML | mit | alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall |
2a8c2a1067f7228febdb94c8a424fb890d68f3a2 | .rubocop.yml | .rubocop.yml | # Allow if (foo = get_foo) style
Lint/AssignmentInCondition:
AllowSafeAssignment: true
# Require lines to fit in pull requests.
Metrics/LineLength:
Max: 92
# Allow and/or for control flow only
Style/AndOr:
EnforcedStyle: conditionals
# Dot at end of line makes it clearer that the line is not done
Style/DotPosi... | # Dot at end of line makes it clearer that the line is not done
Layout/DotPosition:
EnforcedStyle: trailing
# Multi-line assignment should be simply indented. Aligning them makes it even
# harder to keep a sane line length.
Layout/MultilineOperationIndentation:
EnforcedStyle: indented
# Allow if (foo = get_foo) s... | Move cop configurations to their new namespace | Move cop configurations to their new namespace
| YAML | mit | mvz/wait_up |
33354595a405fd820630665bdc8f365beed21bed | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
fedora-rawhide:
image: fedora:rawhide
stage: build
before_script:
- dnf update -y && dnf -y install dnf-plugins-core @buildsys-build
- dnf -y builddep folks
script:
# Configure
- ./autogen.sh
# Build
- make -j
# Run tests
- make -j check
| stages:
- build
fedora-latest:
image: fedora:latest
stage: build
before_script:
- dnf update -y && dnf -y install dnf-plugins-core redhat-rpm-config
- dnf -y builddep folks
script:
# Configure
- ./autogen.sh
# Build
- make -j
# Run tests
- make -j check
| Use Fedora 29 rather than Rawhide in CI | ci: Use Fedora 29 rather than Rawhide in CI
Rawhide breaks too much (for example,
https://gitlab.gnome.org/GNOME/folks/-/jobs/141496, where coreutils was
conflicting on upgrade).
Drop installing @buildsys-build, since installing the build deps for
folks does all of that.
Signed-off-by: Philip Withnall <29c2a2ac2a854... | YAML | lgpl-2.1 | GNOME/folks,GNOME/folks,GNOME/folks |
d25f6146e0504e5641c86ae0a06fe46cef389829 | .styleci.yml | .styleci.yml | php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js: false
ts: false
css: false
vue: false
py: false
| preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
| Configure StyleCI to only check PHP | Configure StyleCI to only check PHP
| YAML | agpl-3.0 | zeropingheroes/lanager,zeropingheroes/lanager |
ed70f94093f3562f76d1813c436a3e9afb945750 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
sections:
- type: document
path: FORESTRY-READ.md
label: Welcome - First Steps
read_only: true
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
fro... | ---
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
sections:
- type: document
path: FORESTRY-README.md
label: Welcome - First Steps
read_only: true
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
f... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | yajupradhan/yajupradhan.github.io,yajupradhan/yajupradhan.github.io,ykpoh/ykpoh.github.io,rezafaizarahman/rezafaizarahman.github.io,rezafaizarahman/rezafaizarahman.github.io,ykpoh/ykpoh.github.io,ykpoh/ykpoh.github.io |
8e2805d028c99451ba4529cf96ea4b4ba3dd34df | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: content/blog
label: Posts
create: documents
match: "**/*"
new_doc_ext: ".md"
upload_dir: static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filenam... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: content/tags
label: Tags
create: documents
match: "**/*"
exclude: index.md
new_doc_ext: ".md"
- type: directory
path: content/blog
label: Posts
create: documents
match: "**/*"
new_doc_ext: ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
d26fd03e08bc0253f56fc51588173b8d7c7e3ef1 | packages/hr/hriemann.yaml | packages/hr/hriemann.yaml | homepage: https://github.com/shmish111/hriemann
changelog-type: ''
hash: 9fa1c76c54c7a2ffacc03a01b82ef6b92e3d2fc19cfd93f4d604698145a45bc4
test-bench-deps:
hriemann: -any
base: -any
maintainer: shmish111@gmail.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
bytestring: ==0.10.*
hostna... | homepage: https://github.com/shmish111/hriemann
changelog-type: ''
hash: 09a3000436601ae3cac5c5148bdb321af28e3de13216ff6e0899fc1b68c663a1
test-bench-deps:
hriemann: -any
base: -any
maintainer: shmish111@gmail.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
bytestring: ==0.10.*
hostna... | Update from Hackage at 2017-03-10T11:54:19Z | Update from Hackage at 2017-03-10T11:54:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0e610b58363d236b4a62b8eb51bf59a08496f023 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
| version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily" | Add GitHub Actions to Dependabot | Add GitHub Actions to Dependabot
| YAML | mit | maennchen/ZipStream-PHP |
b43679127202f77a19ada287cfd347f85a0920b3 | .decent_ci-MacOS.yaml | .decent_ci-MacOS.yaml | compilers:
- name: clang
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: clang
build_type: Debug
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
skip_packag... | compilers:
- name: clang
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
build_package_generator: TBZ2
- name: clang
build_type: Debug
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMM... | Change to TBZ2 for MacOS packages | Change to TBZ2 for MacOS packages
| YAML | bsd-3-clause | bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language,bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript |
037de19ead3acdd6bf56f00f631eea597b9f1901 | recipes/six/meta.yaml | recipes/six/meta.yaml | {% set name = "six" %}
{% set version = "1.10.0" %}
{% set sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-... | {% set name = "six" %}
{% set version = "1.11.0" %}
{% set sha256 = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-... | Update six to version 1.11.0 | Update six to version 1.11.0
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
205a15febb0a4a7f2becbf0c29a85646f4ef7bdb | .github/workflows/release-nightly.yml | .github/workflows/release-nightly.yml | name: Publish tfds-nightly to PyPI
on:
# Event manually triggered (in the Github UI)
workflow_dispatch:
inputs:
git-ref:
description: Git ref (e.g. SHA or tag) (Optional)
default: ""
required: false
jobs:
publish-job:
# Prevents action from running on forks.
if: github.... | name: Publish tfds-nightly to PyPI
on:
# Event triggered daily at 00:30 am UTC
schedule:
- cron: '30 0 * * *'
# Event manually triggered (in the Github UI)
workflow_dispatch:
inputs:
git-ref:
description: Git ref (e.g. SHA or tag) (Optional)
default: ""
required: false
... | Add GitHub actions for tfds-nightly PyPI release. | Add GitHub actions for tfds-nightly PyPI release.
PiperOrigin-RevId: 425355162
| YAML | apache-2.0 | tensorflow/datasets,tensorflow/datasets,tensorflow/datasets,tensorflow/datasets,tensorflow/datasets |
13229a501544d7e99c2b42fb96d2e03ed4abb718 | packages/js/JSONb.yaml | packages/js/JSONb.yaml | homepage: http://github.com/solidsnack/JSONb/
changelog-type: ''
hash: 576ab2fd43b789735e6722e6d1812ef1328b215385012d7c10d4ce1205d421e7
test-bench-deps: {}
maintainer: oss@solidsnack.be
synopsis: JSON parser that uses byte strings.
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
base: ! '>=2 && <=5'
bytestring-tr... | homepage: http://github.com/solidsnack/JSONb/
changelog-type: ''
hash: 47b2855a9c5769eadfdbb4eaddca6c66e6de21432d555162f2cc4dcde6e0861a
test-bench-deps: {}
maintainer: oss@solidsnack.be
synopsis: JSON parser that uses byte strings.
changelog: ''
basic-deps:
bytestring: ==0.9.*
base: ! '>=2 && <=5'
bytestring-trie... | Update from Hackage at 2015-07-13T12:39:04+0000 | Update from Hackage at 2015-07-13T12:39:04+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f02de7d247b2915b1946f3a1f256f4933da85359 | api/config/packages/api_platform.yaml | api/config/packages/api_platform.yaml | api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'application/json'... | api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'application/json'... | Fix typos in yml config file | Fix typos in yml config file
| YAML | agpl-3.0 | usu/ecamp3,ecamp/ecamp3,pmattmann/ecamp3,pmattmann/ecamp3,pmattmann/ecamp3,usu/ecamp3,usu/ecamp3,ecamp/ecamp3,pmattmann/ecamp3,usu/ecamp3,ecamp/ecamp3,ecamp/ecamp3 |
a2ec911a5b19fabe0bbaacb2ecad4e9597a0cef8 | appveyor.yml | appveyor.yml | version: '{branch} - #{build}'
image: Visual Studio 2015
platform:
- x64
environment:
PYTHON: C:\Python36-x64
BOOST_ROOT: C:\Libraries\boost_1_63_0
install:
- cmd: >-
git submodule update --init --recursive
SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
pip install numpy
echo %PYTHON%
build_sc... | version: '{branch} - #{build}'
image: Visual Studio 2015
platform:
- x64
environment:
PYTHON: C:\Python36-x64
BOOST_ROOT: C:\Libraries\boost_1_63_0
CMAKE_ARCH: x64
install:
- cmd: >-
git submodule update --init --recursive
SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
pip install numpy
echo ... | Set cmake architecture to 64 bit | Set cmake architecture to 64 bit
| YAML | mit | blue-yonder/turbodbc,blue-yonder/turbodbc,blue-yonder/turbodbc,blue-yonder/turbodbc |
4fca87682473f58af670c2546fb4426d34a564b1 | appveyor.yml | appveyor.yml | version: 1.0.{build}
before_build:
- ps: nuget restore
build:
verbosity: minimal
test_script:
- ps: vstest.console /logger:Appveyor /Platform:x64 saya.test\bin\x64\Debug\saya.test.dll | version: 0.1.{build}
branches:
only:
- master
- develop
skip_tags: true
environment:
github_auth_token:
secure: vpAA+FeczAwi89rRnwMJFro97U6516TV0/zns7+oQdcCS9/c/o6Xu6gZVVPkbtNN
configuration:
- Debug
- Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: >-
$Source = ... | Edit release flow on AppVeyor | Edit release flow on AppVeyor
| YAML | mit | sh4/saya,sh4/saya,sh4/saya |
4f2e55450446b9ed758f3be5d70f799dacfd097d | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python27"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
USE_UNSUPPORTED_CONAN_WITH_PYTHON_2: "1"
TOXENV: "py27-conan-latest"
- PYTHON: "C:\\Python37"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
USE_UNSUPPORTED_CONAN_WITH_PYTHON_2: "1"
... | environment:
matrix:
- PYTHON: "C:\\Python27"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
USE_UNSUPPORTED_CONAN_WITH_PYTHON_2: "1"
TOXENV: "py27-conan-dev"
- PYTHON: "C:\\Python37"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
USE_UNSUPPORTED_CONAN_WITH_PYTHON_2: "1"
... | Add developmen test on Windows | Add developmen test on Windows
Signed-off-by: Uilian Ries <d4bad57018205bdda203549c36d3feb0bfe416a7@gmail.com>
| YAML | mit | conan-io/conan-package-tools |
204b28b612682dd3eca43ead6477984974bc6ab4 | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Update... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Instal... | Use Install-Product instead of Update-NodeJsInstallation | Use Install-Product instead of Update-NodeJsInstallation
| YAML | apache-2.0 | resin-io/resin-device-operations |
266583db4d1fe3c8ca67f89421092e685b56d268 | appveyor.yml | appveyor.yml | # stolen from https://github.com/jakubroztocil/httpie/blob/master/appveyor.yml
build: false
environment:
matrix:
- PYTHON: "C:/Python37"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
- "set path=%PYTHON%/Scripts;%path%"
- "%PYTHON%/python.exe --version"
- "%PYTHON%/Scripts/pip.exe --version"
install:
... | # based on https://github.com/jakubroztocil/httpie/blob/master/appveyor.yml
build: false
environment:
matrix:
- PYTHON: "C:/Python38"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
- "set path=%PYTHON%/Scripts;%path%"
- "%PYTHON%/python.exe --version"
- "%PYTHON%/Scripts/pip.exe --version"
install:
- ... | Use Python 3.8 for tests on AppVeyor | Use Python 3.8 for tests on AppVeyor
| YAML | mit | getnikola/nikola,getnikola/nikola,okin/nikola,getnikola/nikola,okin/nikola,getnikola/nikola,okin/nikola,okin/nikola |
eaa4d57e71380ffe522487a638288af5b3696343 | appveyor.yml | appveyor.yml | os: Visual Studio 2019
version: 3.0.{build}
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
branches:
only:
- master
cache:
- src\API\node_modules
- '%APPDATA%\npm\node_modules'
- '%APPDATA%\npm-cache'
install:
- ps: choco install powershell-core -y
- pwsh: npm insta... | os: Visual Studio 2019
version: 3.0.{build}
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
branches:
only:
- master
cache:
- src\API\node_modules
- '%APPDATA%\npm\node_modules'
- '%APPDATA%\npm-cache'
install:
- ps: choco install powershell-core -y
- ps: npm install... | Revert to ps for npm install | Revert to ps for npm install
Install npm using non-Core PowerShell.
| YAML | mit | martincostello/api,martincostello/api,martincostello/api |
e71f0cf4c13f63c5e8512bccb5b1e09682967915 | appveyor.yml | appveyor.yml | environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\devtools\\appveyor\\run_with_env.cmd"
matrix:
- PY... | environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\devtools\\appveyor\\run_with_env.cmd"
matrix:
- PY... | Switch Appveyor to 64 bit architecture | Switch Appveyor to 64 bit architecture
| YAML | mit | choderalab/openmmtools,choderalab/openmmtools |
fc91d6010bb2f0b76bcdfe722c5777fdface2344 | appveyor.yml | appveyor.yml | version: 0.0.1.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- nuget restore
build:
ver... | version: 0.0.1.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- nuget restore
build:
ver... | Deploy to local AppVeyor server after build | Deploy to local AppVeyor server after build
| YAML | mit | drussilla/ZohoPeopleClient |
d224446fac0d15cc86ec7f50d19ba4a990570bf2 | appveyor.yml | appveyor.yml | version: 1.0.0
image: Visual Studio 2017
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: Source\**\AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}.{build}'
assembly_informational_version: '{version}'
before_build:
- ps: pushd Source
- nuget restore
- p... | version: 1.0.0.{build}
image: Visual Studio 2017
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: Source\**\AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- ps: pushd Source
- nuget restore
- ps... | Add build number to AppVeyor configuration | Add build number to AppVeyor configuration
| YAML | mit | cmpayments/payments-sdk-net,mvesign/payments-sdk-net |
b1a15c3fdec9b393f8a5a4aa5a85655d9dbe6872 | appveyor.yml | appveyor.yml | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
- cinst dotnetcore-sdk --pre
image: Visual Studio 2019 Preview
assembly_info:
patch: false
before_build:
- ps: gitversion /l conso... | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
- cinst dotnetcore-sdk --pre
- dotnet new -i Microsoft.AspNetCore.Blazor.Templates
image: Visual Studio 2019 Preview
assembly_info:
... | Build fix - Install blazor templates | Build fix
- Install blazor templates
| YAML | mit | dazinator/Dotnettency,dazinator/Dotnettency,dazinator/Dotnettency |
3006b8caa1a15fee9ca0daa760fba7d01e61d2f9 | appveyor.yml | appveyor.yml | # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
environment:
global:
PYTHON: "C:\\conda"
MINICONDA_VERSION: "latest"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succe... | # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
environment:
global:
PYTHON: "C:\\conda"
MINICONDA_VERSION: "latest"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succe... | Install the rest of the dependencies for tests | Install the rest of the dependencies for tests
| YAML | bsd-3-clause | barentsen/reproject,barentsen/reproject,astrofrog/reproject,astrofrog/reproject,barentsen/reproject,astrofrog/reproject |
f2f8c18921957f7dac472559e4d344d285dd0158 | appveyor.yml | appveyor.yml | version: '{build}'
image: Windows Server 2019
branches:
only:
- master
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- cinst msys2 --params "/NoUpdate"
- refreshenv
- ridk install 2 3
- gem install ruby-debug-ide
- ps: Install-Product node lt... | version: '{build}'
image: Windows Server 2019
branches:
only:
- master
clone_depth: 10
install:
- ruby --version
- gem --version
- cinst msys2 --params "/NoUpdate"
- refreshenv
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ridk install 2 3
- gem install ruby-debug-ide
- ps: Install-Product node lt... | Set ruby version specific path after running refreshenv | Set ruby version specific path after running refreshenv
| YAML | mit | rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby |
8ee53528ad5a2d2fe6782aae59446a41728347c3 | appveyor.yml | appveyor.yml | version: '{build}'
install:
- git submodule update --init --recursive
nuget:
project_feed: true
disable_publish_on_pr: true
build_script:
- build.cmd Default
test: off
artifacts:
- path: bin/Arachne.*.nupkg
name: nuget
| version: '{build}'
install:
- git submodule update --init --recursive
nuget:
project_feed: true
disable_publish_on_pr: true
build_script:
- build.cmd Default
test: off
artifacts:
- path: bin/Arachne.*.nupkg
name: nuget
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/483150f6f9c28934e89b
| Add AppVeyor webhook for gitter | Add AppVeyor webhook for gitter | YAML | mit | kolektiv/arachne,freya-fs/arachne,panesofglass/arachne |
79879b6c0852cbdb3860837dc6c4284331ad6575 | arararc.yaml | arararc.yaml | !config
preambles:
minimize_runs: |
% arara: pdflatex: {interaction: batchmode, synctex: yes,
% arara: --> options: ["-file-line-error", "-max-print-line=120"]}
% arara: biber if found('log', 'Please \\(re\\)run Biber on the file')
% arara: --> && found('bcf', 'citekey')
% ar... | !config
# Define key to minimize number of runs.
# Note that we always use batchmode since Arara sees pdftex exit code and stops
# without executing further directives only if the exit code of the command was
# not zero (independent of the visibility on the console).
preambles:
minimize_runs: |
% arara: pd... | Add comment about why we use batchmode when defining minimize_runs key | Add comment about why we use batchmode when defining minimize_runs key
| YAML | mit | petobens/dotfiles,petobens/dotfiles,petobens/dotfiles |
aed5b31e1cf79661286bfcaf11f5b7da64d31872 | ansible/lh-radiology.yml | ansible/lh-radiology.yml | ---
- hosts: 'radiology.librehealth.io'
become: true
tasks:
- name: Clone Docker Repository on host
git:
repo: 'https://gitlab.com/librehealth/lh-radiology-docker.git'
dest: '/var/radiology'
update: yes
clone: yes
- name: Start Docker Containers
docker_compose:
... | ---
- hosts: radiology
become: true
tasks:
- name: Clone Docker Repository on host
git:
repo: 'https://gitlab.com/librehealth/lh-radiology-docker.git'
dest: '/var/radiology'
update: yes
clone: yes
- name: Start Docker Containers
community.docker.docker_compose:
... | Update LH Radiology Ansible play | Update LH Radiology Ansible play
| YAML | mpl-2.0 | LibreHealthIO/community-infra,LibreHealthIO/community-infra,LibreHealthIO/community-infra,LibreHealthIO/community-infra,LibreHealthIO/community-infra |
c7367a4bb3529d8cf91ac69eab27b0ef16e0a799 | thermof/parameters/job_parameters.yaml | thermof/parameters/job_parameters.yaml | scheduler: slurm
name: therMOF
nodes: 2
ppn: 12
walltime: 12:00:00
cluster: mpi
queue: idist_big
input: in.thermof
output: lammps_out.txt
| scheduler: slurm
name: therMOF
nodes: 2
ppn: 12
walltime: 12:00:00
cluster: mpi
queue: idist_big
input: in.thermof
output: lammps_out.txt
prefix: job
| Add job submission file prefix. | Add job submission file prefix.
| YAML | mit | kbsezginel/tee_mof,kbsezginel/tee_mof |
91c8c2d70fecba7e4f38bbee6b2e129341f3074a | .expeditor/config.yml | .expeditor/config.yml | # Documentation available at https://expeditor-docs.es.chef.io/
github:
# The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
# is bumped automatically via the `built_in:bump_version` merge_action.
version_file: "VERSION"
# The file where our CHANGELOG is kept. This file is updated a... | # Documentation available at https://expeditor-docs.es.chef.io/
github:
# The file where the MAJOR.MINOR.PATCH version is kept. The version in this file
# is bumped automatically via the `built_in:bump_version` merge_action.
version_file: "VERSION"
# The file where our CHANGELOG is kept. This file is updated a... | Send Expeditor notifications to sa habitat specific channel in Chef Slack | Send Expeditor notifications to sa habitat specific channel in Chef Slack
Signed-off-by: Scott Hain <54f99c3933fb11a028e0e31efcf2f4c9707ec4bf@chef.io>
| YAML | apache-2.0 | habitat-sh/habitat,habitat-sh/habitat,rsertelon/habitat,habitat-sh/habitat,rsertelon/habitat,rsertelon/habitat,habitat-sh/habitat,rsertelon/habitat,rsertelon/habitat,rsertelon/habitat,habitat-sh/habitat,rsertelon/habitat,habitat-sh/habitat,habitat-sh/habitat,habitat-sh/habitat |
cbe3a15a8e53f600d519a17d7eabab1f7d96e2ab | tools/setup_nodes.yml | tools/setup_nodes.yml | ---
- hosts: all
sudo: yes
tasks:
- name: Setup /etc/hosts
copy:
src: /etc/hosts
dest: /etc/hosts
- name: Assign hostname
hostname:
name: "{{ inventory_hostname }}"
- name: Copy setup script
copy:
src: setup_{{ ansible_os_family }}.sh
dest: /tmp/setup.sh
mode:... | ---
- hosts: all
sudo: yes
tasks:
- name: Setup /etc/hosts
copy:
src: /etc/hosts
dest: /etc/hosts
- name: Ensure /etc/hostname is valid for SELinux
command: restorecon -v /etc/hostname
when: ansible_os_family == 'RedHat'
- name: Assign hostname
hostname:
name: "{{ inventory... | Make sure /etc/hostname is valid for SELinux | Make sure /etc/hostname is valid for SELinux
In the gate, it is possible for /etc/hostname to not have a valid
SELinux security conext. So, reset them to default before we update
the hostname to avoid:
TASK: [Assign hostname]
failed: [node1] => {"failed": true}
msg: Command failed rc=1, out=, err=Could not set ... | YAML | apache-2.0 | negronjl/kolla,negronjl/kolla,negronjl/kolla |
e7b3b467c91c3197f946a215da766c22ecc670b3 | templates/2.1.0/release-vars.yml | templates/2.1.0/release-vars.yml | solace_load_version: soltr_8.12.0.1007
bosh_stemcell: "ubuntu-trusty"
bosh_stemcell_version: "3586.26"
solace_service_broker_jar: solace-service-broker-0.0.1135.jar
| solace_load_version: soltr_8.12.0.1007
bosh_stemcell: "ubuntu-trusty"
bosh_stemcell_version: "3586.26"
solace_service_broker_jar: solace-service-broker-0.0.1135.jar
cf_mysql_version: "36.14.0"
| Use a new variable for the cf-mysql release version | Use a new variable for the cf-mysql release version
| YAML | apache-2.0 | SolaceDev/solace-messaging-cf-dev,SolaceDev/solace-messaging-cf-dev |
ea64ac9d68d11bce123af08c9fe2ee7febc46f4a | Resources/translations/messages.en.yml | Resources/translations/messages.en.yml | password_reset_token:
action:
request:
link: Forgot password?
submit: Get link
submitted: Link was sent to e-mail %email%. Check mail:
success: Link successfully sent
title: Get password reset link
user_email: E-mail
... | password_reset_token:
action:
request:
link: Forgot password?
submit: Get link
submitted: Link was sent to e-mail %email%. Check mail:
success: Link successfully sent
title: Get password reset link
user_email: E-mail
... | Move security translations to user bundle. | Move security translations to user bundle.
| YAML | mit | DarvinStudio/DarvinUserBundle,DarvinStudio/DarvinUserBundle |
c5793514c4202ca2fb80ca6655e792357cad7f1b | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _experiments
label: Experiments
create: all
match: "**/*"
- type: directory
path: _portfolio
label: P... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _experiments
label: Experiments
create: all
match: "**/*"
- type: directory
path: _portfolio
label: P... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | apache-2.0 | Talor-A/talor-a.github.io,Talor-A/talor-a.github.io |
fdf7906888318fb450deadfb981ec81022f899e9 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: document
path: about
label: About
match: "**/*"
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: none
match: "**/*"
- type: ... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: document
path: about/**
label: About
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: none
match: "**/*"
- type: directory
p... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website |
0ec716eb20535ed342f113bb022c00a4e28d257c | .forestry/settings.yml | .forestry/settings.yml | ---
upload_path: "/static/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: false
admin_path:
webhook_url:
sections:
version: 0.30.2
| ---
upload_path: "/static/blog/uploads/:year:/:month:/:day:"
frontmatter_file_url_template: "/blog/uploads/:year:/:month:/:day:"
body_file_url_template: "/blog/uploads/:year:/:month:/:day:"
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
version: 0.30.2
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | buremba/rakam-landpage,buremba/rakam-landpage |
02b5c40bc4d2c64d79b49bdb27457b342d888e84 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _uploads
label: Uploads
create: all
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
front_matte... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: directory
path: _uploads
label: Uploads
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matte... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | KleoPetroff/kleopetroff.github.io,KleoPetroff/kleopetroff.github.io,KleoPetroff/kleopetroff.github.io |
20004a5d3558271fd95a0c3561f8c7524bb51e10 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
| version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
| Update GH actions less frequently | Update GH actions less frequently
| YAML | mit | forresto/noflo-gum |
25a230c82cd75cc2724d38cdec01374409e83250 | tasks/system_rom.yml | tasks/system_rom.yml | ---
- name: Identifying System ROM device
shell: hp-conrep -s | grep -i family | awk '{print $NF}' | tr A-Z a-z
register: systemrom
- name: Installing firmware RPM for System ROM
yum: name=hp-firmware-system-{{ systemrom.stdout }} state=latest
- name: Firmware path lookup
shell: rpm -ql hp-firmware-sys... | ---
- name: Identifying System ROM device
shell: hp-conrep -s | grep -i family | awk '{print $NF}' | tr A-Z a-z
register: systemrom
- name: Installing firmware RPM for System ROM
yum: name=hp-firmware-system-{{ systemrom.stdout }} state=latest
- name: Firmware path lookup
shell: rpm -ql hp-firmware-sys... | Handle reboot question by sending "n" | Handle reboot question by sending "n"
We really need to have an optional handler to do the reboot here, but
obviously this is risky! Ideally this would happen only when the machine
is first kickstarted.
| YAML | mit | CSC-IT-Center-for-Science/ansible-role-hp-firmware-upgrade |
c6d49d64d7d11287771d40205d18602419ce9088 | packages/hs/hs-rs-notify.yaml | packages/hs/hs-rs-notify.yaml | homepage: https://github.com/NoRedInk/hs-rs-notify#readme
changelog-type: ''
hash: 03b6fa1b614d8c553a8e85f5e48f1e9a33f42d931633d1f30739bfacb95bad70
test-bench-deps:
base: -any
protolude: ! '>=0.1.6 && <0.2'
hs-rs-notify: -any
maintainer: example@example.com
synopsis: Experimental! Wraps this awesome rust library ... | homepage: https://github.com/NoRedInk/hs-rs-notify#readme
changelog-type: ''
hash: 99c0ea1c9dbc2ab52e79777d0b77eaef06c9a93dc431310f4a9914b6a20a734a
test-bench-deps:
base: -any
protolude: ! '>=0.1.6 && <0.2'
hs-rs-notify: -any
maintainer: christoph@noredink.com
synopsis: Experimental! Wraps this awesome rust libra... | Update from Hackage at 2018-02-18T02:37:44Z | Update from Hackage at 2018-02-18T02:37:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9d73ed30a705da09e212bd23a6434f1059feca48 | packages/ra/rawstring-qm.yaml | packages/ra/rawstring-qm.yaml | homepage: https://github.com/tolysz/rawstring-qm
changelog-type: text
hash: 4898410f54a902f763ef1f6010b3b47b74fbcc452daf111db3b543ba32233738
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple raw string quotation and dictionary interpolation
changelog: ! '0.2.0
* remove lookup i.e. {} will not work fr... | homepage: https://github.com/tolysz/rawstring-qm
changelog-type: text
hash: d856c4c9407a2bf37aa5c129a34109bdbeec1cecbdcd91f84be9efcb972ab954
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple raw string quotation and dictionary interpolation
changelog: ! '0.2.0
* remove lookup i.e. {} will not work fr... | Update from Hackage at 2016-07-02T22:25:44+0000 | Update from Hackage at 2016-07-02T22:25:44+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1ce54b43c5e950bd5703e7b0a63fd393868db7fc | packages/sm/smash-optics.yaml | packages/sm/smash-optics.yaml | homepage: https://github.com/emilypi/smash
changelog-type: markdown
hash: d6b65effdb38edf99746e31f02f6234418c4d475fa97f6b94b7a1d7bbd090e68
test-bench-deps: {}
maintainer: emilypi@cohomolo.gy
synopsis: Optics for the `smash` library using `optics-core`
changelog: |
# Revision history for smash-optics
## 0.1.0.0
... | homepage: https://github.com/emilypi/smash
changelog-type: markdown
hash: 149f144409e373ebee68e56128a77f3ff907a4de424576cbcef3980096fdf3cf
test-bench-deps: {}
maintainer: emilypi@cohomolo.gy
synopsis: Optics for the `smash` library
changelog: |
# Revision history for smash-optics
## 0.1.0.0
* First version. Rel... | Update from Hackage at 2020-07-14T02:13:56Z | Update from Hackage at 2020-07-14T02:13:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f001295eab76fb367d07fb1d837b6c27bfd42f1e | .github/workflows/cherry-pick.yml | .github/workflows/cherry-pick.yml | name: Cherry pick commit(s)
on:
workflow_dispatch:
inputs:
commit:
description: 'Commit to cherrypick'
required: true
branch:
description: 'Branch to cherry pick to'
required: true
default: 'v5-09-XX'
jobs:
build:
runs-on: ubuntu-latest
steps:... | name: Cherry pick commit(s)
on:
workflow_dispatch:
inputs:
commit:
description: 'Commit to cherrypick'
required: true
branch:
description: 'Branch to cherry pick to'
required: true
default: 'v5-09-XX'
jobs:
build:
runs-on: ubuntu-latest
steps:... | Add workflow to do cherrypicks | Add workflow to do cherrypicks
| YAML | bsd-3-clause | miranov25/AliRoot,alisw/AliRoot,coppedis/AliRoot,alisw/AliRoot,miranov25/AliRoot,coppedis/AliRoot,coppedis/AliRoot,miranov25/AliRoot,coppedis/AliRoot,coppedis/AliRoot,coppedis/AliRoot,alisw/AliRoot,miranov25/AliRoot,miranov25/AliRoot,miranov25/AliRoot,alisw/AliRoot,miranov25/AliRoot,coppedis/AliRoot,alisw/AliRoot,alisw... |
34e44ed9ab30fe4314f37d5e6b0ce9863248cc22 | .github/workflows/pmg-testing.yml | .github/workflows/pmg-testing.yml | name: Pymatgen testing
on: [push]
jobs:
build:
strategy:
max-parallel: 6
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.6, 3.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
u... | name: Pymatgen testing
on: [push]
jobs:
build:
strategy:
max-parallel: 6
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.6, 3.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
u... | Fix syntax for if conditional | Fix syntax for if conditional | YAML | mit | vorwerkc/pymatgen,fraricci/pymatgen,davidwaroquiers/pymatgen,vorwerkc/pymatgen,richardtran415/pymatgen,mbkumar/pymatgen,gVallverdu/pymatgen,richardtran415/pymatgen,richardtran415/pymatgen,mbkumar/pymatgen,tschaume/pymatgen,gmatteo/pymatgen,gVallverdu/pymatgen,gVallverdu/pymatgen,vorwerkc/pymatgen,tschaume/pymatgen,tsch... |
e0bf70580d1aa6e74757a6814370bbc0e52ad658 | heat-templates/ironic-deployment.yaml | heat-templates/ironic-deployment.yaml | heat_template_version: 2014-10-16
parameters:
config_drive_label:
type: string
default: config-2
discovery_metadata_key:
type: string
default: hardware
flavor:
type: string
default: baremetal
image:
type: string
default: openstack-full
key_name:
type: string
defaul... | heat_template_version: 2014-10-16
parameters:
config_drive_label:
type: string
default: config-2
discovery_metadata_key:
type: string
default: hardware
flavor:
type: string
default: baremetal
image:
type: string
default: openstack-full
key_name:
type: string
defaul... | Add bit to heat template user data script to enable ssh root login | Add bit to heat template user data script to enable ssh root login
| YAML | apache-2.0 | dmsimard/instack-undercloud,bcrochet/instack-undercloud,dpkshetty/instack-undercloud,rdo-management/instack-undercloud,bcrochet/instack-undercloud,eprasad/instack-undercloud,agroup/instack-undercloud,agroup/instack-undercloud,eprasad/instack-undercloud,dmsimard/instack-undercloud,rdo-management/instack-undercloud,dpksh... |
76fd7979837ad3e10d8ca8089ac6c336c5dbfb5d | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cl... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cl... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io |
f35262d49b9ef2f67b6123b5d09ab1570a2dd9e4 | _config/extensions.yml | _config/extensions.yml | ---
Name: clear-requirements-extensions
After: 'framework/*','cms/*'
---
Page_Controller:
extensions:
['RequirementsClearer']
| ---
Name: clear-requirements-extensions
---
Page_Controller:
extensions:
['WebOfTalent\ClearRequirements\RequirementsClearer']
| Remove after framework and cms which is borked | MINOR: Remove after framework and cms which is borked
| YAML | bsd-3-clause | gordonbanderson/clearrequirements |
54cc0107e6272e812557a78607a89e7919b80206 | packages/ge/geom2d.yaml | packages/ge/geom2d.yaml | homepage: ''
changelog-type: ''
hash: 2f7a05e255462ca53acd0a81d02f1cbab45e2fa93298f24ffa6f3655d6124c26
test-bench-deps:
base: ==4.8.*
ieee754: ==0.7.*
QuickCheck: ==2.7.*
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: package for geometry in euklidean 2d space
changelog: ''
basic-deps:
base: ! '>=4.... | homepage: ''
changelog-type: ''
hash: b982a2c7c95c3ce257c7de9fc50ca5b62d4e509ec377d28cf67a103397c2b3ad
test-bench-deps:
base: ==4.8.*
ieee754: ==0.7.*
QuickCheck: ==2.7.*
maintainer: sebastian.jordan.mail@googlemail.com
synopsis: package for geometry in euklidean 2d space
changelog: ''
basic-deps:
base: ! '>=4.... | Update from Hackage at 2015-06-03T02:20:58+0000 | Update from Hackage at 2015-06-03T02:20:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f881470d7bccf42d5b421f92ace8891e3858873c | recipes/isort/meta.yaml | recipes/isort/meta.yaml | {% set version = "4.2.5" %}
{% set md5 = "71489ebd936429d5bda2af7ae662ed78" %}
package:
name: isort
version: {{ version }}
source:
fn: isort-{{version}}.tar.gz
url: https://pypi.io/packages/source/i/isort/isort-{{ version }}.tar.gz
md5: {{ md5 }}
build:
script: python setup.py install --single-version-... | {% set version = "4.2.8" %}
{% set md5 = "7b9de538bc7401a5ed180fbc8773c34c" %}
package:
name: isort
version: {{ version }}
source:
fn: isort-{{version}}.tar.gz
url: https://pypi.io/packages/source/i/isort/isort-{{ version }}.tar.gz
md5: {{ md5 }}
build:
script: python setup.py install --single-version-... | Update isort to version 4.2.8 | Update isort to version 4.2.8
Change to noarch python package
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
92943283aa8cd32298a09f59e9db7427b2fa1f75 | playbooks/roles/ubuntu/tasks/main.yml | playbooks/roles/ubuntu/tasks/main.yml | ---
- name: Install libraries using APT
apt: name={{ item }} state=latest
sudo: true
with_items:
- ack-grep
- bash
- curl
- git
- htop
- nmap
- node
- most
- python
- python-pip
# for FASD
- python-pycurl
- python3
- vim
- wget
- zsh
- name: Change ... | ---
- name: Update packages
apt: upgrade=dist update_cache=yes
- name: Install libraries using APT
apt: name={{ item }} state=latest
sudo: true
with_items:
- ack-grep
- bash
- curl
- git
- htop
- nmap
- node
- most
- python
- python-pip
# for FASD
- python-pycurl... | Update packages on Ubuntu machines | Update packages on Ubuntu machines
| YAML | mit | smathson/dotfiles |
5bdda228e9d384ef0807a63694e0708ecd5f6754 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "pymt" %}
{% set version = "0.1.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
path: ..
requirements:
build:
- python
- setuptools
- numpy
- scipy >=0.17.0
- xarray
- nose
- shapely
- netcdf4
- pyyaml
- esmpy
- cfunits-python
- nu... | {% set name = "pymt" %}
{% set version = "0.1.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
path: ..
requirements:
build:
- python
- setuptools
- numpy
- scipy >=0.17.0
- xarray
- nose
- shapely
- netcdf4
- pyyaml
- esmpy
- cfunits-python
- nu... | Add scripting package as a run requirement. | Add scripting package as a run requirement.
| YAML | mit | csdms/pymt,csdms/coupling,csdms/coupling |
f8310227eebf06954af40f4f465c862bdbb6a815 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "pycvodes" %}
{% set version = "0.8.0+git" %}
{% set variant = "openblas" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: ../
build:
number: 0
features:
- blas_{{ variant }} # [not win]
requirements:
build:
- blas 1.1 {{ variant }} # [not win]
- ope... | {% set name = "pycvodes" %}
{% set version = "0.8.0+git" %}
{% set variant = "openblas" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: ../
build:
number: 0
features:
- blas_{{ variant }} # [not win]
requirements:
build:
- blas 1.1 {{ variant }} # [not win]
- ope... | Test conda recipe against sundials-3.0.0 | Test conda recipe against sundials-3.0.0
| YAML | bsd-2-clause | bjodah/pycvodes,bjodah/pycvodes,bjodah/pycvodes,bjodah/pycvodes |
9c68ba474808a7a838572bf1cd42b31589d4ba8b | conda.recipe/meta.yaml | conda.recipe/meta.yaml | {% set data = load_setup_py_data() %}
package:
name: uconnrcmpy
version: {{ data['version'] }}
source:
path: ..
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- processrcmfolder = uconnrcmpy.dataprocessing:process_folder
requir... | {% set data = load_setup_py_data() %}
package:
name: uconnrcmpy
version: {{ data['version'] }}
source:
path: ..
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- processrcmfolder = uconnrcmpy.dataprocessing:process_folder
requir... | Add cansen dependency to conda recipe | Add cansen dependency to conda recipe
| YAML | bsd-3-clause | bryanwweber/UConnRCMPy |
cd9503915d22d31f7daf96aeccbb6fcc206da244 | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: compliance-checker
version: {{ GIT_DESCRIBE_TAG|replace("v","") }}
source:
path: ../
build:
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- compliance-checker = cchecker:main
requirements:
build:
- python
- setuptools
ru... | package:
name: compliance-checker
version: {{ GIT_DESCRIBE_TAG|replace("v","") }}
source:
path: ../
build:
script: python setup.py install --single-version-externally-managed --record record.txt
entry_points:
- compliance-checker = cchecker:main
requirements:
build:
- python
- setuptools
# ... | Remove equals sign in conda recipe, add FIXME for package versions | Remove equals sign in conda recipe, add FIXME for package versions
| YAML | apache-2.0 | ocefpaf/compliance-checker,ioos/compliance-checker,DanielJMaher/compliance-checker,aodn/compliance-checker,lukecampbell/compliance-checker |
faefa5d876ba4d10073fb6fa6a9b8948a0ab2d33 | infrared/common/roles/cdn_registery/defaults/main.yml | infrared/common/roles/cdn_registery/defaults/main.yml | subscriptions:
common:
- rhel-7-server-rpms
- rhel-7-server-extras-rpms
- rhel-7-server-rh-common-rpms
13:
- rhel-ha-for-rhel-7-server-rpms
- rhel-7-server-openstack-beta-rpms
12:
- rhel-ha-for-rhel-7-server-rpms
- rhel-7-server-openstack-12-rpms
1... | subscriptions:
common:
- rhel-7-server-rpms
- rhel-7-server-extras-rpms
- rhel-7-server-rh-common-rpms
14:
- rhel-ha-for-rhel-7-server-rpms
- rhel-7-server-openstack-14-rpms
13:
- rhel-ha-for-rhel-7-server-rpms
- rhel-7-server-openstack-13-rpms
12:... | Update repository information for 13 and 14 | Update repository information for 13 and 14
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
091f2b6b420c72ee8c8cac38ed2ecb5c03b9fde2 | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: FixChat
main: com.codeski.fixchat.FixChatCB
version: @version@
commands:
whisper:
description: Send a private message to a player
usage: /whisper <player> <message>
permission: bukkit.command.tell
permission-message: You do not have permission.
reply:
description: Reply to the last player ... | name: FixChat
main: com.codeski.fixchat.FixChatCB
version: @version@
commands:
whisper:
description: Send a private message to a player
usage: /whisper <player> <message>
permission: minecraft.command.tell
permission-message: You do not have permission.
reply:
description: Reply to the last play... | Fix permissions checks for commands | Fix permissions checks for commands
| YAML | mit | Codeski/FixChat |
9d090bc095118306ba202372e380ea8742e9bb99 | tasks/h2o-container.yml | tasks/h2o-container.yml | ---
- name: Ensure /etc/h2o directory exists
file: path=/etc/h2o state=directory
- name: Create www directory
file: path=/srv/www state=directory mode=0755
- name: Create default www directory
file: path=/srv/www/default state=directory mode=0755
- name: Copy index.html file
copy: src=index.html dest=/srv/ww... | ---
- name: Ensure /etc/h2o directory exists
file: path=/etc/h2o state=directory
- name: Create www directory
file: path=/srv/www state=directory mode=0755
- name: Create default www directory
file: path=/srv/www/default state=directory mode=0755
- name: Copy index.html file
copy: src=index.html dest=/srv/ww... | Remove restart parameter from H2O container statement | Remove restart parameter from H2O container statement
| YAML | mit | cedricblondeau/ansible-role-h2o-docker-proxy-letsencrypt,cedricblondeau/ansible-role-h2o-docker-proxy-letsencrypt |
9e36635967facc351004aafb4afa26f30623d661 | config/java_opts.yml | config/java_opts.yml | # Cloud Foundry Java Buildpack
# Copyright 2014-2015 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Un... | # Cloud Foundry Java Buildpack
# Copyright 2014-2015 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Un... | Set JVM DNS ttl to 60 seconds | Set JVM DNS ttl to 60 seconds
| YAML | apache-2.0 | chrisribble/java-buildpack,willtf/java-buildpack,chrisribble/java-buildpack,willtf/java-buildpack |
fe1bdee58fa4939d032ac391c176ea96b84c5ce7 | ci/common/ironic_standalone_post.yaml | ci/common/ironic_standalone_post.yaml | heat_template_version: rocky
parameters:
servers:
type: json
resources:
StandaloneStandardExtraConfigPost:
type: ../../extraconfig/post_deploy/standalone_post.yaml
properties:
servers: {get_param: servers}
IronicVBMCSetup:
type: vbmc_setup.yaml
properties:
servers: {get_para... | heat_template_version: rocky
parameters:
servers:
type: json
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
resources:
StandaloneStandardExtraConfigPost:
type: ../../ext... | Add EndpointMap to the ironic post_deploy template | Add EndpointMap to the ironic post_deploy template
As of Ifa9d55cca90caf5be0c83507cb47447e25311fce its required
Change-Id: I3dc6d618071190ef572503554f0bcfe54615345f
| YAML | apache-2.0 | openstack/tripleo-heat-templates,openstack/tripleo-heat-templates |
6eed0e3da249db056e783622723c2e304a5d815f | wercker.yml | wercker.yml | box: wercker/default
build:
steps:
- arjen/hugo-build:
version: 0.13
theme: herring-cove
flags: --buildDrafts=true
deploy:
steps:
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
basedir: public
domain: test.viglug.org
| box: wercker/default
build:
steps:
- arjen/hugo-build:
version: 0.13
flags: --buildDrafts=true
deploy:
steps:
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
basedir: public
domain: test.viglug.org
| Remove theme we are not using | Remove theme we are not using
| YAML | agpl-3.0 | ViGLug/viglug.org |
2fcd98432b2faae551c61b0460d0a252c257cf1e | tasks/install.yml | tasks/install.yml | ---
- name: Download Concourse Binary
get_url:
url: "https://github.com/concourse/concourse/releases/download/v1.1.0/concourse_linux_amd64"
checksum: 11ee11f880fdf7791adead50699e83c61cdd9bc3
dest: /opt/concourse/
mode: 775
tags:
- concourse
- install
# Generate required keys
- name: Generat... | ---
- name: Download Concourse Binary
get_url:
url: "https://github.com/concourse/concourse/releases/download/v1.1.0/concourse_linux_amd64"
checksum: sha1:11ee11f880fdf7791adead50699e83c61cdd9bc3
dest: /opt/concourse/
mode: 775
tags:
- concourse
- install
# Generate required keys
- name: Ge... | Add algorithm in front of checksum | Add algorithm in front of checksum
| YAML | mit | kkwoker/ansible-concourse |
9f8be504fedddc2559187b03ad8ad988c791fa06 | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | Update Valgrind to new version 4.0.0 | Update Valgrind to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/petro,steinwurf/petro |
7925ac15ba7b5154a9cb2087572d6e5e0aa801b0 | wercker.yml | wercker.yml | box: wercker/default
build:
steps:
- shellcheck
- script:
name: install jq
code: wget -O $WERCKER_ROOT/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod a+x $WERCKER_ROOT/jq
- script:
name: install google cloud sdk
code: |
export CLOUD... | box: wercker/default
build:
steps:
- shellcheck
- script:
name: install jq
code: wget -O $WERCKER_ROOT/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod a+x $WERCKER_ROOT/jq
- script:
name: install google cloud sdk
code: |
export CLOUD... | Remove temporary google cloud sdk install dir | Remove temporary google cloud sdk install dir
| YAML | mit | vially/wercker-step-gcr-auth |
ff91a66702ae6ba91eed0a4c146c69a5b3d7ef4f | locale/flarum-suspend.yml | locale/flarum-suspend.yml | flarum-suspend:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the admin interface.
admin:
# These translations are used in the Permissions page of the admin interface.
permissions:
suspend_users_label: Sospendere gli ... | flarum-suspend:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the admin interface.
admin:
# These translations are used in the Permissions page of the admin interface.
permissions:
suspend_users_label: Sospendere gli ... | Add translations for suspend notifications | Add translations for suspend notifications
| YAML | mit | Nearata/flarum-ext-italian,Nearata/flarum-ext-italian |
624933610ca3d8048a4e0395748f0df0cf638673 | tasks/remote.yaml | tasks/remote.yaml | ---
# vim: set ft=ansible:
- name: install teleconsole
become: true
unarchive:
src: "{{ teleconsole_url }}"
dest: /usr/local/bin
owner: root
group: root
mode: 0755
| ---
# vim: set ft=ansible:
- name: install teleconsole
become: true
unarchive:
src: "{{ teleconsole_url }}"
dest: /usr/local/bin
owner: root
group: root
mode: 0755
remote_src: yes
keep_newer: yes
| Fix for teleconsole installer task | Fix for teleconsole installer task
| YAML | mit | 9seconds/ansible-devbox |
83f95db7f2f7c94851bf922e3c04e9fcaa3821e1 | worker/ffmpeg-worker-deployment.yaml | worker/ffmpeg-worker-deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: ffmpeg-worker
spec:
replicas: 1
selector:
matchLabels:
app: ffmpeg-worker
template:
metadata:
labels:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
app: ffmpeg-worker
spec:
containe... | apiVersion: apps/v1
kind: Deployment
metadata:
name: ffmpeg-worker
spec:
replicas: 1
selector:
matchLabels:
app: ffmpeg-worker
template:
metadata:
labels:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
app: ffmpeg-worker
spec:
containe... | Set resource limits for ffmpeg-worker container. | Set resource limits for ffmpeg-worker container.
These resource limits prevent the container from taking too many
resources which causes node failure.
| YAML | apache-2.0 | googleinterns/ffmpeg-on-cloud,googleinterns/ffmpeg-on-cloud |
132723bc8c8d4d070428b517772a1a8a0eb9f7ef | .github/workflows/build-reference.yml | .github/workflows/build-reference.yml | name: reference
on:
push:
branches-ignore:
- 'gh-pages'
env:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Generate antora.yml
run: ./gradlew :spring-... | name: reference
on:
push:
branches-ignore:
- 'gh-pages'
env:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Generate antora.yml
run: ./gradlew :spring-... | Use repository + ref for generated docs | Use repository + ref for generated docs
| YAML | apache-2.0 | spring-projects/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwin... |
f4992f280a4d53f74c3f32341b1360c54913bda1 | .github/workflows/ci.yml | .github/workflows/ci.yml | on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run_tests:
name: Run Django Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
p... | on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run_tests:
name: Run Django Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
p... | Remove stray 'app/' from requirements on Github Actions | Remove stray 'app/' from requirements on Github Actions
| YAML | agpl-3.0 | codethesaurus/codethesaur.us,codethesaurus/codethesaur.us |
6279b4da905b0bc540e9a484c1722ca85bfa4924 | .github/workflows/changelog-check.yml | .github/workflows/changelog-check.yml | name: Changelog check
on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: git diff
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog... | name: Changelog check
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: git diff
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog-n... | Fix the CI changelog check following the `master` → `main` transition | Fix the CI changelog check following the `master` → `main` transition
| YAML | isc | mirage/irmin,mirage/irmin |
01bb1210e1e7dc228069fba155b2283a24ee4346 | lib/data/rates/statutory_sick_pay.yml | lib/data/rates/statutory_sick_pay.yml | ---
- start_date: 2010-04-06
end_date: 2011-04-05
lower_earning_limit_rate: 97
# ssp_weekly_rate value unknown
- start_date: 2011-04-06
end_date: 2012-04-05
lower_earning_limit_rate: 102
ssp_weekly_rate: 81.60
- start_date: 2012-04-06
end_date: 2013-04-05
lower_earning_limit_rate: 107
ssp_weekly_rat... | ---
- start_date: 2010-04-06
end_date: 2011-04-05
lower_earning_limit_rate: 97
ssp_weekly_rate: 79.15
- start_date: 2011-04-06
end_date: 2012-04-05
lower_earning_limit_rate: 102
ssp_weekly_rate: 81.60
- start_date: 2012-04-06
end_date: 2013-04-05
lower_earning_limit_rate: 107
ssp_weekly_rate: 85.85
... | Set 2010/2011 rate for statutory sick pay | Set 2010/2011 rate for statutory sick pay | YAML | mit | aledelcueto/smart-answers,alphagov/smart-answers,stwalsh/smart-answers,askl56/smart-answers,aledelcueto/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,askl56/smart-answers,askl56/smart-answers,alphagov/smart-answers,aledelcueto/smart-answers,tadast/smart-answers,alphagov/smart-answers,stwalsh/smart-answers,a... |
72fe7196207570c7c9b98e83b618c9d6724b406f | packages/ho/hopenssl.yaml | packages/ho/hopenssl.yaml | homepage: http://github.com/peti/hopenssl
changelog-type: ''
hash: af657c4da446af339c00f7ebad386f1dfd1d2af01350e4864c46a72bb629ea84
test-bench-deps:
base: ! '>=3 && <5'
doctest: -any
HUnit: -any
hopenssl: -any
maintainer: Peter Simons <simons@cryp.to>
synopsis: FFI bindings to OpenSSL's EVP digest interface
cha... | homepage: http://github.com/peti/hopenssl
changelog-type: ''
hash: 7c1bf60b87f8f1c9a75ba620f36f0d3e54195090a4374415c03efb3fbc4ceb46
test-bench-deps:
base: ! '>=3 && <5'
doctest: -any
HUnit: -any
hopenssl: -any
maintainer: Peter Simons <simons@cryp.to>
synopsis: FFI bindings to OpenSSL's EVP digest interface
cha... | Update from Hackage at 2017-05-22T08:00:19Z | Update from Hackage at 2017-05-22T08:00:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6ec705dcd7a44a458f2b41630ab2101dc404053c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
env:
CC: clang
CXX: clang++
steps:
- uses: actions/checkout@v2
- run: make && make test
shell: bas... | name: CI
on:
push:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
env:
CC: clang
CXX: clang++
steps:
- uses: actions/checkout@v2
- run: make && make test
shell: bas... | Add Clang 12 to the build matrix. | Add Clang 12 to the build matrix.
Change-Id: Ib5c2318f95336f16dade15d38a09cd301b60a1ae
Reviewed-on: https://code-review.googlesource.com/c/re2/+/58490
Reviewed-by: Paul Wankadia <62d4e38bb1380f055ec4b899baa75e52af09c5f7@google.com>
| YAML | bsd-3-clause | google/re2,google/re2,google/re2,google/re2,google/re2 |
d7e1f82c5b1570c9a12e080bc691073f1283a813 | schemata/share.yaml | schemata/share.yaml | ---
id: "share.json"
"$schema": "http://json-schema.org/draft-04/schema"
title: Share
description: Content sharing payload
type: object
properties:
url:
type: string
description: URL of the shared resource
example: "http://www.fastcolabs.com/3016289/how-an-arcane-coding-method-from-1970s-banking-software-... | ---
id: "share.json"
"$schema": "http://json-schema.org/draft-04/schema"
title: Share
description: Content sharing payload
type: object
properties:
url:
type: string
description: URL of the shared resource
example: "http://www.fastcolabs.com/3016289/how-an-arcane-coding-method-from-1970s-banking-software-... | Document via option for sharing | Document via option for sharing
| YAML | mit | the-grid/apidocs,the-grid/apidocs,the-grid/apidocs,the-grid/apidocs |
4da8da3517c02f84cb64a4e1c9d2720ab6cc9c9d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Check file formatting against EditorConfig
uses: editorconfig-checker/action-editorconfig-c... | name: Node CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Check file formatting against EditorConfig
uses: editorconfig-checker/action-editorconfig-c... | Bump ridedott/merge-me-action from v2.1.5 to v2.2.7 | Bump ridedott/merge-me-action from v2.1.5 to v2.2.7
| YAML | mit | noflo/noflo-ui,noflo/noflo-ui |
7fe74e5c4c302c976f9908ae301cbec2e3a01e1c | .binstar.yml | .binstar.yml | package: mpi4py
user: mpi4py
platform:
- linux-64
#- linux-32
#- osx-64
#- win-32
#- win-64
engine:
- python=2.6
- python=2.7
- python=3.3
- python=3.4
- python=3.5
env:
- MPI=mpich
- MPI=openmpi
#- MPI=mpich2
install:
- export CFLAGS=-O0
- conda update --quiet --yes -n root conda-build
- conda config --ad... | package: mpi4py
user: mpi4py
platform:
- linux-64
#- linux-32
#- osx-64
#- win-32
#- win-64
engine:
- python=2.6
- python=2.7
- python=3.3
- python=3.4
- python=3.5
env:
- MPI=mpich
- MPI=openmpi
#- MPI=mpich2
install:
- export CFLAGS=-O0
- conda update --quiet --yes -n root conda-build
- conda config --ad... | Use NumPy with nomkl feature for tests | Anaconda: Use NumPy with nomkl feature for tests
| YAML | bsd-2-clause | mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py |
5283d8644fe13335f588f14d04cff100a1edede6 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on: [push, pull_request]
jobs:
build_linux:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
- gcc-11
- gcc-10
- gcc-9
- gcc-8
- gcc-7
- clang-13
- clang-12
- clang-11
- clang-10
- cla... | name: ci
on: [push, pull_request]
jobs:
build_linux:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
- gcc-11
- gcc-10
- gcc-9
- gcc-8
- gcc-7
- clang-13
- clang-12
- clang-11
- clang-10
- cla... | Update conan build to GCC 11 | Update conan build to GCC 11
| YAML | mit | offa/scope-guard,offa/scope-guard,offa/scope-guard,offa/scope-guard |
2b595b83b5fd7447e69d6e07a0270b6fda2a5096 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python: [3.6, 3.7, 3.8]
django: [2.2]
database_url:
- postgres://runner:password@localhost/project
- mysql://runner:password@127.0.0.1/project
services:
postgres:
... | name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python: [3.6, 3.7, 3.8]
django: [2.2]
database_url:
- postgres://runner:password@localhost/project
- mysql://root:root@127.0.0.1/project
services:
postgres:
... | Use GitHub Actions' built-in mysql | Use GitHub Actions' built-in mysql
| YAML | bsd-2-clause | dabapps/django-db-queue |
db32eb7760dad3c08ffb7d5ecae5cadd67144a47 | .github/workflows/ci.yml | .github/workflows/ci.yml | # This workflow will install Python dependencies and run tests with a variety of Python versions
name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-vers... | # This workflow will install Python dependencies and run tests with a variety of Python versions
name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses... | Change CI pytest-cov and coverage versions to fix UnicodeDecodeError. All branches now trigger CI | Change CI pytest-cov and coverage versions to fix UnicodeDecodeError. All branches now trigger CI
| YAML | apache-2.0 | oscarhiggott/PyMatching,oscarhiggott/PyMatching,oscarhiggott/PyMatching |
57d7f7aa85d8b2646e7be00f1c970d8450fe9295 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- develop
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: actions/setup-node@v1
wi... | name: CI
on:
push:
branches:
- develop
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: actions/setup-node@v1
wi... | Enable SINGLE_COMMIT for gh deploy | Enable SINGLE_COMMIT for gh deploy
| YAML | mit | BetsyHamlinArt/BetsyHamlinArt.github.io,BetsyHamlinArt/BetsyHamlinArt.github.io,BetsyHamlinArt/BetsyHamlinArt.github.io |
75515beeb4603a0726de447d3df002554cd7826b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
| name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
| Use v2 of `checkout` action | Use v2 of `checkout` action
| YAML | apache-2.0 | svunit/svunit,svunit/svunit,svunit/svunit |
595323f4229398127f892bcc2bb97f3e888bcf71 | playbooks/restart_env.yml | playbooks/restart_env.yml | ---
- hosts: env_{{ env_id }}:&controller
tasks:
- name: Restart controllers
shell: sleep 2 && shutdown -r now "Ansible updates triggered"
async: 1
poll: 0
ignore_errors: true
- name: Waiting for server to come back
local_action: wait_for host={{ inventory_hostname }} port=22 st... | ---
- hosts: env_{{ env_id }}:&controller
tasks:
- name: Restart controllers
shell: sleep 2 && shutdown -r now "Ansible updates triggered"
async: 1
poll: 0
ignore_errors: true
- name: Waiting for server to come back
local_action: wait_for host={{ inventory_hostname }} port=22 st... | Increase timeout for restart servers | Increase timeout for restart servers
| YAML | apache-2.0 | aepifanov/mos_mu,aepifanov/mos_mu |
9b5c23d25a48dcb148858e44de0167080df427f5 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2
driver_config:
box: stakahashi/amazonlinux2
- name: centos-6
- name: centos-7
- name... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2 # requires insalling the virtualbox extension pack
driver_config:
box: stakahashi/amazonli... | Add a note about amazon 2 in TK | Add a note about amazon 2 in TK
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/cron,opscode-cookbooks/cron,chef-cookbooks/cron,opscode-cookbooks/cron |
aac8a6445183b46a2cdfa3b4461204c5cc362046 | .rubocop.yml | .rubocop.yml | # Avoid methods longer than 10 lines of code
MethodLength:
Enabled: false
# Avoid classes longer than 100 lines of code
ClassLength:
Enabled: false
# allow is_a? or have_* method_name
Style/PredicateName:
Enabled: false
# allow lib/infrataster-plugin-dns.rb
Style/FileName:
Enabled: false
| # Avoid methods longer than 10 lines of code
MethodLength:
Enabled: false
# Avoid classes longer than 100 lines of code
ClassLength:
Enabled: false
# allow is_a? or have_* method_name
Style/PredicateName:
Enabled: false
# allow lib/infrataster-plugin-dns.rb
Style/FileName:
Enabled: false
# allow 5 digit not... | Allow 5 digit not separated | Allow 5 digit not separated
| YAML | mit | otahi/infrataster-plugin-firewall |
9869a52c55dc77025ec3253f8f8c98a9e1815d05 | .rubocop.yml | .rubocop.yml | inherit_gem:
rubocop-shopify: rubocop.yml
require:
- ./lib/statsd/instrument/rubocop.rb
AllCops:
TargetRubyVersion: 2.6
UseCache: true
CacheRootDirectory: tmp/rubocop
Exclude:
- statsd-instrument.gemspec
Naming/FileName:
Enabled: true
Exclude:
- lib/statsd-instrument.rb
# Enable our own cops... | inherit_gem:
rubocop-shopify: rubocop.yml
require:
- ./lib/statsd/instrument/rubocop.rb
AllCops:
TargetRubyVersion: 2.6
UseCache: true
SuggestExtensions: false
CacheRootDirectory: tmp/rubocop
Exclude:
- statsd-instrument.gemspec
Naming/FileName:
Enabled: true
Exclude:
- lib/statsd-instrumen... | Update Rubocop versions and configuration | Update Rubocop versions and configuration
| YAML | mit | Shopify/statsd-instrument |
43819fb3be54274be0b09e869a5f0dd64c2d9442 | .rubocop.yml | .rubocop.yml | require:
- rubocop-rspec
RSpec/ExampleLength:
Max: 10
RSpec/FilePath:
Enabled: false
RSpec/MultipleDescribes:
Enabled: false
RSpec/MultipleExpectations:
Max: 4
RSpec/NamedSubject:
Enabled: false
RSpec/SubjectStub:
Enabled: false
Style/AlignHash:
EnforcedColonStyle: table
EnforcedHashRocketStyle... | require:
- rubocop-rspec
AllCops:
TargetRubyVersion: 2.2
RSpec/ExampleLength:
Max: 10
RSpec/FilePath:
Enabled: false
RSpec/MultipleDescribes:
Enabled: false
RSpec/MultipleExpectations:
Max: 4
RSpec/NamedSubject:
Enabled: false
RSpec/SubjectStub:
Enabled: false
Style/AlignHash:
EnforcedColonSty... | Set the target Ruby version for Rubocop. | Set the target Ruby version for Rubocop.
| YAML | mit | tristandunn/pusher-fake,tristandunn/pusher-fake,Tybot204/pusher-fake,Tybot204/pusher-fake |
ac23c8fd7c8b660d84d3eca572059e0c6c00cca8 | .rubocop.yml | .rubocop.yml | inherit_from: .rubocop_todo.yml
inherit_gem:
gc_ruboconfig: rubocop.yml
RSpec/NestedGroups:
Max: 5
| inherit_from: .rubocop_todo.yml
inherit_gem:
gc_ruboconfig: rubocop.yml
RSpec/NestedGroups:
Max: 5
RSpec/ExampleLength:
Max: 20
| Raise RSpec/ExampleLength max to 20 | Raise RSpec/ExampleLength max to 20
| YAML | mit | gocardless/creditsafe-ruby,invoicefinance/creditsafe-ruby |
7b3c62d3a43308e2d8ff3ccfdf00707934706ba5 | .rubocop.yml | .rubocop.yml | AllCops:
Include:
- '**/Rakefile'
Exclude:
- bin/**/*
Documentation:
Enabled: false
FormatString:
Enabled: false
StringLiterals:
Enabled: false
LineLength:
Max: 120
MethodLength:
Max: 15
SignalException:
EnforcedStyle: only_raise
Style/RaiseArgs:
EnforcedStyle: exploded
Style/NumericLi... | AllCops:
Include:
- '**/Rakefile'
Exclude:
- bin/**/*
Documentation:
Enabled: false
FormatString:
Enabled: false
StringLiterals:
Enabled: false
LineLength:
Max: 160
MethodLength:
Max: 15
SignalException:
EnforcedStyle: only_raise
Style/RaiseArgs:
EnforcedStyle: exploded
Style/NumericLi... | Allow lines to be up to 160 characters long | Allow lines to be up to 160 characters long
| YAML | mit | mlomnicki/ddd-ecommerce,mlomnicki/ddd-ecommerce |
0a19bc20b0ad74fd3a18e6412d7c7428ce99bda7 | packages/te/test-framework-hunit.yaml | packages/te/test-framework-hunit.yaml | homepage: https://batterseapower.github.io/test-framework/
changelog-type: ''
hash: f3b7d4b2bf246b88de781a03806e5c90a499c64b2b0c040be50dd980764fcc62
test-bench-deps: {}
maintainer: Haskell Libraries <libraries@haskell.org>
synopsis: HUnit support for the test-framework package.
changelog: ''
basic-deps:
test-framewor... | homepage: https://batterseapower.github.io/test-framework/
changelog-type: ''
hash: 7fd007e9cb082cd64a2213a6d36acf057f7d6df6b5343a088e81b2b3a9a23545
test-bench-deps: {}
maintainer: Haskell Libraries <libraries@haskell.org>
synopsis: HUnit support for the test-framework package.
changelog: ''
basic-deps:
test-framewor... | Update from Hackage at 2017-03-25T11:02:09Z | Update from Hackage at 2017-03-25T11:02:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
36e35a7ae9960b28221995d723ed98272f6e015a | publication_settings.yaml | publication_settings.yaml | ---
# set default to 1 to immediately publish articles by default or 0 to require approval
default: 1
# rules to override the default
override:
# override and publish, these rules are not checked if the default is 1
publish:
# keys are properties in EIF json, values are patterns to match against an articles v... | ---
# set default to 1 to immediately publish articles by default or 0 to require approval
default: 0
# rules to override the default
override:
# override and publish, these rules are not checked if the default is 1
publish:
# keys are properties in EIF json, values are patterns to match against an articles v... | Change back publish articles default to 0. | Change back publish articles default to 0.
| YAML | mit | jhroot/elife-bot,gnott/elife-bot,gnott/elife-bot,gnott/elife-bot,jhroot/elife-bot,jhroot/elife-bot |
d19bfb2aedf50be48c937e0491c042752c6a600e | provisioning/roles/ssh/tasks/main.yml | provisioning/roles/ssh/tasks/main.yml | - name: create directories
file:
dest: '{{ home_path }}/{{ item }}'
mode: 0700
state: directory
with_items:
- '.ssh'
- '.ssh/config.d'
- '.ssh/keys'
- name: copy common config
copy:
src: '{{ item }}'
dest: '{{ home_path }}/.ssh/config.d/'
mode: 0600
with_fileglob:
- '... | - name: create directories
file:
dest: '{{ home_path }}/{{ item }}'
mode: 0700
state: directory
with_items:
- '.ssh'
- '.ssh/config.d'
- '.ssh/keys'
- name: copy common config
copy:
src: '{{ item }}'
dest: '{{ home_path }}/.ssh/config.d/'
mode: 0600
with_fileglob:
- '... | Create id_rsa if not exists | Create id_rsa if not exists
| YAML | mit | creasty/dotfiles,creasty/dotfiles,creasty/dotfiles,creasty/dotfiles,creasty/dotfiles,creasty/dotfiles,creasty/dotfiles,creasty/dotfiles |
01f6182981bdf58e3952795022a8d04a49512a2d | packages/hp/HPi.yaml | packages/hp/HPi.yaml | homepage: https://github.com/WJWH/HPi
changelog-type: ''
hash: 54ab982b4e309a10fb9823b73894f6f0067c82754089aeda4f45517579d9e2e9
test-bench-deps: {}
maintainer: wjw.hillen@gmail.com
synopsis: GPIO, I2C and SPI functions for the Raspberry Pi.
changelog: ''
basic-deps:
bytestring: <0.11
base: <5
all-versions:
- 0.1.0.... | homepage: https://github.com/WJWH/HPi
changelog-type: ''
hash: 50a53943e0442600c8641d4227a31ce73b6efdb3b00df5c5af23513eb78e8c4f
test-bench-deps: {}
maintainer: wjw.hillen@gmail.com
synopsis: GPIO, I2C and SPI functions for the Raspberry Pi.
changelog: ''
basic-deps:
bytestring: <0.11
base: <5
all-versions:
- 0.1.0.... | Update from Hackage at 2020-03-11T14:04:48Z | Update from Hackage at 2020-03-11T14:04:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5443213726c58933e6a08f3cf4886b21fb85ca10 | snap/snapcraft.yaml | snap/snapcraft.yaml | name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Version control system that is built on top of Git in
attempt to make user interface easier by playing with
underlying concepts. Gitless is fully compatible with
Git and can be used with it interchangeably.
g... | name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Version control system that is built on top of Git in
attempt to make user interface easier by playing with
underlying concepts. Gitless is fully compatible with
Git and can be used with it interchangeably.
g... | Use Python plugin to build gitless snap | Use Python plugin to build gitless snap
| YAML | mit | sdg-mit/gitless,sdg-mit/gitless |
f024c19b02cb4190def7d51bb2f7300821b42053 | ansible/dev.yml | ansible/dev.yml | ---
- name: Prepare docker container for dev environment
hosts: 127.0.0.1
connection: local
user: vagrant
roles:
- docker-container
tasks:
- name: debug
debug: msg="{{docker_containers[0].NetworkSettings.IPAddress}}"
- name: Bootstrap dev container for further steps
hosts: docker-dev
use... | ---
- name: Prepare docker container for dev environment
hosts: 127.0.0.1
connection: local
user: vagrant
roles:
- docker-container
- name: Bootstrap dev container for further steps
hosts: docker-dev
user: root
gather_facts: no
roles:
- bootstrap
- add-user
- apt-upgrade
| Clean up a debug statement | Clean up a debug statement
| YAML | mit | ebargtuo/docker-dev-env,ebargtuo/docker-dev-env,ebargtuo/docker-dev-env |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.