commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
21c1b8ebfaa2542205de70d2f6e793bc6fe66e38
powerdns.yml
powerdns.yml
- type: replace path: /instance_groups/name=bosh/properties/postgres/additional_databases?/- value: powerdns - type: replace path: /instance_groups/name=bosh/jobs/- value: name: powerdns release: bosh properties: dns: address: 127.0.0.1 db: database: powerdns ...
- type: replace path: /instance_groups/name=bosh/properties/postgres/additional_databases?/- value: powerdns - type: replace path: /instance_groups/name=bosh/jobs/- value: name: powerdns release: bosh - type: replace path: /instance_groups/name=bosh/properties/dns? value: address: 127.0.0.1 ...
Update PowerDNS to trigger bosh migrations
Update PowerDNS to trigger bosh migrations BOSH will only trigger the migrations if PowerDNS properties are at the top level: https://github.com/cloudfoundry/bosh/blob/master/src/bosh-director/bin/bosh-director-migrate#L43-L47
YAML
apache-2.0
jaimegag/kubo-deployment,jaimegag/kubo-deployment,pivotal-cf-experimental/kubo-deployment,pivotal-cf-experimental/kubo-deployment
a070ba386b6ce9a4f27ec9e8e432088b9aea185b
app/config/config_test.yml
app/config/config_test.yml
imports: - { resource: config_dev.yml } parameters: site.multilanguage: true framework: test: ~ session: storage_id: session.storage.mock_file profiler: collect: false router: resource: "%kernel.project_dir%/app/config/routing_install.yml" web_profiler: toolbar: fa...
imports: - { resource: config_dev.yml } parameters: site.multilanguage: true framework: test: ~ session: storage_id: session.storage.mock_file profiler: collect: false router: resource: "%kernel.project_dir%/app/config/routing_install.yml" web_profiler: toolbar: fa...
Use null logger and replace main logger in test mode
Use null logger and replace main logger in test mode
YAML
mit
bartdc/forkcms,sumocoders/forkcms,justcarakas/forkcms,Katrienvh/forkcms,jonasdekeukelaere/forkcms,riadvice/forkcms,justcarakas/forkcms,jacob-v-dam/forkcms,justcarakas/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,carakas/forkcms,bartdc/forkcms,riadvice/forkcms,Katrienvh/forkcms,carakas/forkcms,forkcms/forkcms,sumoc...
1f6c9b945fee36d71695bdcd05fd1fc312bde969
manifest.yml
manifest.yml
declared-services: conversation-service: label: conversation plan: free cloudantNoSQLDB-service: label: cloudantNoSQLDB plan: Lite Discovery-service: label: discovery plan: free applications: - services: - conversation-service - cloudantNoSQLDB-service - Discovery-service path: ...
declared-services: wos-conversation-service: label: conversation plan: free wos-cloudantNoSQLDB-service: label: cloudantNoSQLDB plan: Lite wos-discovery-service: label: discovery plan: free applications: - services: - wos-conversation-service - wos-cloudantNoSQLDB-service - wos-di...
Use prefix on service to create. Remove unneeded things.
Use prefix on service to create. Remove unneeded things. The services to be created should have a prefix to make them more unique an distinct -- "wos-". Also removed some server settings which should help Bluemix understand that there is no app running there.
YAML
apache-2.0
IBM/watson-online-store,IBM/watson-online-store,IBM/watson-online-store
7b5858fbfb3a86e702f800518155b49e8be536b6
manifest.yml
manifest.yml
applications: - name: clumsy-bird-docker docker_image: stackatoapps/clumsy-bird:latest memory: 64M
applications: - name: clumsy-bird-docker docker_image: stackatoapps/clumsy-bird:latest memory: 128M
Increase memory to 128 to prevent clumsy flapping
Increase memory to 128 to prevent clumsy flapping
YAML
mit
Stackato-Apps/clumsy-bird-docker,Stackato-Apps/clumsy-bird-docker
5be03cb1d6613f546702d7ea51bf41e4443d04ca
pubspec.yaml
pubspec.yaml
name: intl version: 0.16.0-dev author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/intl description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. environment: sdk:...
name: intl version: 0.16.0 author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/intl description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. environment: sdk: '>=...
Update analyzer version constraint, bump version
Update analyzer version constraint, bump version PiperOrigin-RevId: 265562033
YAML
bsd-3-clause
dart-lang/intl
271e55849c86d76fad2c8aafb138fcea667465a8
install.conf.yaml
install.conf.yaml
- defaults: link: relink: true - clean: ['~'] - link: ~/.gitconfig: gitconfig_local ~/.zshrc: zshrc ~/.oh-my-zsh: oh-my-zsh ~/.fzf: fzf ~/.fzf.bash: fzf.bash ~/.fzf.zsh: fzf.zsh ~/.vimrc: vimconf/.vimrc ~/.vim: vim ~/.vimrc.first: vimrc/vimrc.first ~/.vimrc.last: vimr...
- defaults: link: relink: true - clean: ['~'] - link: ~/.gitconfig: gitconfig_local ~/.zshrc: zshrc ~/.oh-my-zsh: oh-my-zsh ~/.fzf: fzf ~/.fzf.bash: fzf.bash ~/.fzf.zsh: fzf.zsh ~/.vimrc: vimconf/.vimrc ~/.vim: vim ~/.vimrc.first: vimrc/vimrc.first ~/.vimrc.last: vimr...
Add spectrumyzer and Awesome WM to install script
Add spectrumyzer and Awesome WM to install script
YAML
mit
ataulmohsin/dotfiles,ataulmohsin/dotfiles
bc4230e3f3787b7c8963e64ab1a1053f0a733a0b
config/focal.yml
config/focal.yml
defaults: &defaults site_url: focal.yourdomain.com development: <<: *defaults site_url: focal.dev test: <<: *defaults site_url: focal.test production: <<: *defaults
defaults: &defaults site_url: focal.yourdomain.com development: <<: *defaults site_url: focal.dev test: <<: *defaults site_url: focal.test production: <<: *defaults site_url: <%= ENV['FOCAL_SITE_URL'] %>
Use env FOCAL_SITE_URL for correct notifications
Use env FOCAL_SITE_URL for correct notifications
YAML
mit
kabisa/focal,kabisa/focal
6ee8d5df0f36820c1ab494e48f102460019647c6
config/database.yml
config/database.yml
# PostgreSQL. Versions 9.1 and up are supported. # # Install the pg driver: # gem install pg # On OS X with Homebrew: # gem install pg -- --with-pg-config=/usr/local/bin/pg_config # On OS X with MacPorts: # gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config # On Windows: # gem install ...
# PostgreSQL. Versions 9.1 and up are supported. # # Install the pg driver: # gem install pg # On OS X with Homebrew: # gem install pg -- --with-pg-config=/usr/local/bin/pg_config # On OS X with MacPorts: # gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config # On Windows: # gem install ...
Remove all the wercker config
Remove all the wercker config
YAML
agpl-3.0
payloadtech/mailpenny,payloadtech/mailpenny,payloadtech/mailpenny
a79a7d33a5b4b37c8527722e7056276d5c0fdc7f
ecs/ecs.yaml
ecs/ecs.yaml
imports: - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/psr12.yaml' } - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/clean-code.yaml' } - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/symfony.yaml' } parameters: exclud...
imports: - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/psr12.yaml' } - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/clean-code.yaml' } - { resource: '../../../../vendor/symplify/easy-coding-standard/config/set/symfony.yaml' } parameters: exclud...
Allow mixed in doc blocks
Allow mixed in doc blocks
YAML
mit
headsnet/build-tool-configs
addfb25fec61fe8f6d6fe2f5814e77116161922e
packages/di/diet.yaml
packages/di/diet.yaml
homepage: https://github.com/tonymorris/diet changelog-type: '' hash: a8744806178b5c854eebdcc8c4c3ef3b75e3e7752366d9fd8289dd5cb5bf4ead test-bench-deps: {} maintainer: Tony Morris synopsis: Discrete Interval Encoding Tree changelog: '' basic-deps: base: <5 && >=3 all-versions: - '0.0.1' author: Tony Morris <ʇǝu˙sıɹɹoɯ...
homepage: https://github.com/andrewthad/primitive-containers/ changelog-type: '' hash: 552feee9a0147154e174f10cb56491aa42937876019f59ecd970e7cbd7a86715 test-bench-deps: base: -any quickcheck-classes: ! '>=0.4.11.1' containers: -any diet: -any tasty-quickcheck: -any tasty: -any QuickCheck: -any primitive...
Update from Hackage at 2018-06-05T20:12:24Z
Update from Hackage at 2018-06-05T20:12:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
586b290a472e36c297cb2f4049eadbfa2bf1ca5e
packages/fr/freq.yaml
packages/fr/freq.yaml
homepage: '' changelog-type: '' hash: 242f77aa05765079ffd60f49648ebb85234f45e538b77dc1ccc0e9155d7b2945 test-bench-deps: {} maintainer: chessai1996@gmail.com synopsis: TBA changelog: '' basic-deps: {} all-versions: - '0.0.0' author: chessai latest: '0.0.0' description-type: markdown description: ! '# freq Currently ...
homepage: https://github.com/chessai/freq changelog-type: '' hash: 6f50016c0c72a167c4702d5308d68611b23b437c5edd6996bd0058ff094e4b7c test-bench-deps: bytestring: -any base: ! '>=4.7 && <5' hedgehog: -any gauge: -any containers: -any freq: -any maintainer: dcartwright@layer3com.com synopsis: Are you ready to ...
Update from Hackage at 2018-05-24T02:28:56Z
Update from Hackage at 2018-05-24T02:28:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ca692394450d2149834d4cf9c599e1d6109c6ea
packages/gh/ghci.yaml
packages/gh/ghci.yaml
homepage: '' changelog-type: markdown hash: 2e5c1008a8f6a2d369300bc50d892a32c38afb296a179861bc5cbfa5c26cfba2 test-bench-deps: {} maintainer: ghc-devs@haskell.org synopsis: The library supporting GHC's interactive interpreter changelog: ! "## 8.0.1 *Feb 2016*\n\n * Bundled with GHC 8.0.1\n\n * Initial version\n" basi...
homepage: '' changelog-type: markdown hash: 992fdd7e5ad599e452c33515f1d24bcdf47c8d007a383d1fe9381370aab807af test-bench-deps: {} maintainer: ghc-devs@haskell.org synopsis: The library supporting GHC's interactive interpreter changelog: ! "## 8.0.2 *Jan 2017*\n\n * Bundled with GHC 8.0.2\n\n * Tag pointers in inter...
Update from Hackage at 2017-01-14T08:48:58Z
Update from Hackage at 2017-01-14T08:48:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
9cbfd6551710ac96e81f76aec5b2862a8fe01741
packages/po/polysemy-path.yaml
packages/po/polysemy-path.yaml
homepage: '' changelog-type: markdown hash: d985ebbceda2032428656e066ac2caf9c25fd3efb12bc3f7c5164e42494e7675 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Polysemy versions of Path functions. changelog: | # Changelog for polysemy-path ## v0.0.1.0 * Add polysemy versions of parsing functions...
homepage: '' changelog-type: markdown hash: aebad3d8a49af1d8b1191a8f02b93c936c2f639b8491edaf33d6368dbb3477fe test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Polysemy versions of Path functions. changelog: | # Changelog for polysemy-path ## v0.1.0.0 * Make functions sign `PathException` rather...
Update from Hackage at 2020-11-30T02:42:39Z
Update from Hackage at 2020-11-30T02:42:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
355456140072c4570c3692ca496d9d9a9825b43d
hieradata/class/rabbitmq.yaml
hieradata/class/rabbitmq.yaml
--- lv: data: pv: '/dev/sdb1' vg: 'rabbitmq' mount: /mnt/apt: disk: '/dev/mapper/rabbitmq-data' govuk_lvm: 'data' mountoptions: 'defaults' rabbitmq::config_kernel_variables: 'inet_dist_listen_min': '9100' 'inet_dist_listen_max': '9105' rabbitmq::config_mirrored_queues: true rabbitmq::conf...
--- lv: data: pv: '/dev/sdb1' vg: 'rabbitmq' mount: /mnt/apt: disk: '/dev/mapper/rabbitmq-data' govuk_lvm: 'data' mountoptions: 'defaults' rabbitmq::config_cluster: true rabbitmq::config_kernel_variables: 'inet_dist_listen_min': '9100' 'inet_dist_listen_max': '9105' rabbitmq::config_mirro...
Increase RabbitMQ `vm_memory_high_watermark` to 80%
Increase RabbitMQ `vm_memory_high_watermark` to 80% The `vm_memory_high_watermark` is a fractional value. It tells RabbitMQ at which fraction of (total) memory usage to start aggressively writing queued messages to disk or to use up the page file. Whilst it does this, it also blocks publishing from client connections....
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
66fe97da72d5e7ad068c21fbe34c4bf896ed1043
tests/aws-lambda-1.yml
tests/aws-lambda-1.yml
# Configuration schema version 1. version: 1 functions: test-0.1: runtime: python3.6 build: source: src/hello_world requirements: - file: requirements.txt use_docker: false compile_dependencies: false package: build/hello_world.zip deploy: description: A basi...
# Configuration schema version 1. version: 1 functions: test-0.1: runtime: python3.6 build: source: src/hello_world requirements: - file: requirements.txt use_docker: false compile_dependencies: false package: build/hello_world.zip ignore: - "*.py[cdo]" ...
Add ignore section to test data
Add ignore section to test data
YAML
mit
jammycakes/lambda-tools
3c0248c8bdfba4e5fa33067bc03aaa77c551aabc
devops/ansible/roles/girder-worker/defaults/main.yml
devops/ansible/roles/girder-worker/defaults/main.yml
# whether to install directly from pypi or from git # if installed from git, the pip install will be editable girder_worker_install_source: "pypi" # must be one of pypi, git # versions to install, pypi will default to latest girder_worker_pypi_version: null girder_worker_git_version: "master" # path to virtualenv to ...
# whether to install directly from pypi or from git # if installed from git, the pip install will be editable girder_worker_install_source: "pypi" # must be one of pypi, git # versions to install, pypi will default to latest girder_worker_git_version: "master" # path to virtualenv to install into, will be created if ...
Stop crashing when girder_worker_pypi_version isn't passed
Stop crashing when girder_worker_pypi_version isn't passed Prior to this commit, pypi installs via the ansible role were broken unless the user specified a version with girder_worker_pypi_version since it was defaulting to the empty string (equivalent to pip install girder-worker==). Since the variable is technically ...
YAML
apache-2.0
girder/girder_worker,girder/girder_worker,girder/girder_worker
e86364ff1111ffb623417f287f50c081296a1f13
readthedocs.yml
readthedocs.yml
formats: - pdf requirements_file: requirements_rtfd.txt python: version: 3 setup_py_install: true
build: image: latest formats: - pdf requirements_file: requirements_rtfd.txt python: version: 3.6 setup_py_install: true
Add RTD Python 3.6 support.
Add RTD Python 3.6 support.
YAML
mit
arkottke/pyrotd
c942714180a5102fd556765418cbb8e1a50d1e86
recipes-tag/isstools/meta.yaml
recipes-tag/isstools/meta.yaml
{% set version = "0.2" %} package: name: isstools version: {{ version }} source: git_url: https://github.com/NSLS-II-ISS/isstools git_rev: v{{ version }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt skip: True # [py2k] requirements: build:...
{% set version = "0.3" %} package: name: isstools version: {{ version }} source: git_url: https://github.com/NSLS-II-ISS/isstools git_rev: v{{ version }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt skip: True # [py2k] requirements: build:...
Update isstools and add misisng deps.
Update isstools and add misisng deps.
YAML
bsd-3-clause
NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes
34561a6343cb2f5713242d9b50b607cc4f318866
publishing-rules.yaml
publishing-rules.yaml
skip-godeps: true rules: - destination: kubernetes branches: - name: origin-4.0-kubernetes-1.11.1 source: branch: master dir: vendor/k8s.io/kubernetes - name: origin-3.10-kubernetes-1.10.2 source: branch: release-3.10 dir: vendor/k8s.io/kubernetes - name: release-1.9.1 source...
skip-godeps: true rules: - destination: kubernetes branches: - name: origin-4.0-kubernetes-1.12.4 source: branch: master dir: vendor/k8s.io/kubernetes - name: origin-3.10-kubernetes-1.10.2 source: branch: release-3.10 dir: vendor/k8s.io/kubernetes - name: release-1.9.1 source...
Update publisher bot for the master branch
Update publisher bot for the master branch
YAML
apache-2.0
akram/origin,Miciah/origin,bparees/origin,dinhxuanvu/origin,akram/origin,jeremyeder/origin,hroyrh/origin,nak3/origin,linzhaoming/origin,spadgett/origin,linzhaoming/origin,anpingli/origin,Miciah/origin,ironcladlou/origin,hroyrh/origin,anpingli/origin,mkumatag/origin,jeremyeder/origin,jeremyeder/origin,soltysh/origin,bpa...
8acc5cf1356d9351e9593814a5801deca4cfad8a
buildspec.yml
buildspec.yml
version: 0.1 phases: build: commands: - echo "Build started" - ./bin/build
version: 0.1 phases: build: commands: - echo "Build started" - ./bin/build artifacts: files: - hhttpserver
Add compiled output to artifacts
Add compiled output to artifacts
YAML
mit
michalc/hhttpserver,michalc/hhttpserver
c5e2d753c915ba133acd61350314164273840274
component/component.yaml
component/component.yaml
id: mimekit name: MimeKit version: 1.0.13.0 publisher: Jeffrey Stedfast publisher-url: http://github.com/jstedfast/MimeKit getting-started: GettingStarted.md details: Details.md license: ../License.md summary: A complete MIME library with support for S/MIME and PGP. icons: - mimekit_512x512.png - mimekit_128x128.pn...
id: mimekit name: MimeKit version: 1.0.13.0 publisher: Jeffrey Stedfast publisher-url: http://github.com/jstedfast/MimeKit getting-started: GettingStarted.md details: Details.md license: ../License.md summary: A complete MIME library with support for S/MIME and PGP. icons: - mimekit_512x512.png - mimekit_128x128.pn...
Set is_shell to true for Xamarin Components
Set is_shell to true for Xamarin Components
YAML
mit
nachocove/MimeKit,nachocove/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit,nachocove/MimeKit
e1cdf32b0292fdd6e1b7e601f4a4009a75c43b1b
recipes/ele/meta.yaml
recipes/ele/meta.yaml
{% set name = "ele" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rsdefever/ele/archive/v{{ version }}.tar.gz sha256: 72ca474140b147d501df11c046d09978c7f4f8473e9c927b11ce854e69054d2c build: noarch: python number: 0 script: "{{ PYTH...
{% set name = "ele" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rsdefever/ele/archive/v{{ version }}.tar.gz sha256: 72ca474140b147d501df11c046d09978c7f4f8473e9c927b11ce854e69054d2c build: noarch: python number: 0 script: "{{ PYTH...
Move to version constraint rather than selector
Move to version constraint rather than selector
YAML
bsd-3-clause
mariusvniekerk/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,jochym/staged-recipes...
5755db21a143fce044f38ede058687b932fd4154
metadata/com.minar.birday.yml
metadata/com.minar.birday.yml
Categories: - Time License: MIT AuthorWebSite: https://minar.ml/ SourceCode: https://github.com/m-i-n-a-r/birday IssueTracker: https://github.com/m-i-n-a-r/birday/issues Changelog: https://github.com/m-i-n-a-r/birday/releases AutoName: Birday RepoType: git Repo: https://github.com/m-i-n-a-r/birday Builds: - vers...
Categories: - Time License: MIT AuthorWebSite: https://minar.ml/ SourceCode: https://github.com/m-i-n-a-r/birday IssueTracker: https://github.com/m-i-n-a-r/birday/issues Changelog: https://github.com/m-i-n-a-r/birday/releases AutoName: Birday RepoType: git Repo: https://github.com/m-i-n-a-r/birday Builds: - vers...
Update Birday to 2.0.0 (14)
Update Birday to 2.0.0 (14)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
da2b4f7e06bf240fef45e811595b96f2a9a72823
ovh/docker-compose.yml
ovh/docker-compose.yml
version: "3.2" services: lapi: build: context: . dockerfile: lapi.dockerfile restart: unless-stopped enviroment: - BROKER_HOST: mqtt.lambdaspace.gr - BROKER_PORT: 1883 - MQTT_TOPIC_HACKERS: "lambdaspace/spacestatus/hackers" - MQTT_TOPIC_STATS: "lambdaspace/spacestatus/...
version: "3.2" services: lapi: build: context: . dockerfile: lapi.dockerfile restart: unless-stopped enviroment: - BROKER_HOST: mqtt.lambdaspace.gr - BROKER_PORT: 1883 - MQTT_TOPIC_HACKERS: "lambdaspace/spacestatus/hackers" - MQTT_TOPIC_STATS: "lambdaspace/spacestatus/...
Remove link to deleted container
fix: Remove link to deleted container
YAML
mit
techministry/website-dockerfile
2f8809dc163725b3a852e76ef2908dcd58154cf8
.appveyor.yml
.appveyor.yml
init: - git config --global core.autocrlf true branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ - /^rel\/.*/ build_script: - ps: .\run.ps1 default-build clone_depth: 1 environment: global: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 test: off dep...
init: - git config --global core.autocrlf true branches: only: - master - release - dev - /^(.*\/)?ci-.*$/ - /^rel\/.*/ build_script: - ps: .\run.ps1 default-build clone_depth: 1 environment: global: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 test: off dep...
Use latest Appveyor VS image
Use latest Appveyor VS image
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
4701dcb5f66b1b28c494c88875d591ed50eff93e
.eslintrc.yml
.eslintrc.yml
root: true extends: semistandard rules: indent: - error - 4 camelcase: off padded-blocks: off operator-linebreak: off no-throw-literal: off linebreak-style: - error - unix
root: true extends: semistandard rules: indent: - error - 4 camelcase: off padded-blocks: off operator-linebreak: off no-throw-literal: off linebreak-style: - error - unix promise/catch-or-return: error
Add ESLint rule against unhandled promises
Add ESLint rule against unhandled promises
YAML
apache-2.0
apache/cordova-lib,shazron/cordova-lib,apache/cordova-lib,shazron/cordova-lib,shazron/cordova-lib,shazron/cordova-lib,shazron/cordova-lib,apache/cordova-lib,apache/cordova-lib,apache/cordova-lib,shazron/cordova-lib
9185c0bcc679e1f28d20d64e1c8e2e39b64d51b5
.eslintrc.yml
.eslintrc.yml
env: browser: true es6: false extends: "eslint:recommended" globals: $: readonly App: readonly annotator: readonly c3: readonly CKEDITOR: readonly L: readonly Turbolinks: readonly parserOptions: ecmaVersion: 5 rules: array-bracket-spacing: error block-spacing: error brace-style: error comma-...
env: browser: true es6: false extends: "eslint:recommended" globals: $: readonly App: readonly annotator: readonly c3: readonly CKEDITOR: readonly L: readonly Turbolinks: readonly parserOptions: ecmaVersion: 5 rules: array-bracket-spacing: error block-spacing: error brace-style: error comma-...
Add JavaScript rule for semi colons
Add JavaScript rule for semi colons While I personally prefer the "never" option for this rule, we haven't discussed which guideline to follow, so for now I'm applying the rule CoffeeScript used when generating these files.
YAML
agpl-3.0
consul/consul,usabi/consul_san_borondon,usabi/consul_san_borondon,usabi/consul_san_borondon,usabi/consul_san_borondon,consul/consul,consul/consul,consul/consul,consul/consul
4e72166d529489feaad83ac8b0a0472e970dc0c5
bigtop-deploy/puppet/hieradata/bigtop/repo.yaml
bigtop-deploy/puppet/hieradata/bigtop/repo.yaml
bigtop::bigtop_repo_gpg_check: true bigtop::bigtop_repo_apt_key: "01621A73025BDCA30F4159C62922A48261524827" bigtop::bigtop_repo_yum_key_url: "https://dlcdn.apache.org/bigtop/KEYS" bigtop::bigtop_repo_default_version: "3.1.0"
bigtop::bigtop_repo_gpg_check: true bigtop::bigtop_repo_apt_key: "01621A73025BDCA30F4159C62922A48261524827" bigtop::bigtop_repo_yum_key_url: "https://dlcdn.apache.org/bigtop/KEYS" bigtop::bigtop_repo_default_version: "3.1.1"
Update default values in hieradata for release 3.1.1
Update default values in hieradata for release 3.1.1
YAML
apache-2.0
apache/bigtop,apache/bigtop,apache/bigtop,apache/bigtop,apache/bigtop
95822b3496c41ed3de344da26ec15a982ac2262a
.pre-commit-config.yaml
.pre-commit-config.yaml
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/bandit rev: 'master' hooks: - id: bandit
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/asottile/pyupgrade rev: v2.3.0 hooks: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/psf/black rev: 19.10b0 hooks: - id: black...
Install a few more pre-commit hooks
Install a few more pre-commit hooks
YAML
mit
browniebroke/deezer-python,browniebroke/deezer-python,browniebroke/deezer-python
c76b3ae30ab9e73b622f44213087f2bbc9c322b8
sample_repos/stowm/leveldb-1.15.0/leveldb-1.15.0.yml
sample_repos/stowm/leveldb-1.15.0/leveldb-1.15.0.yml
# force 32bit compile on 64bit platform. --- fetch: wget https://leveldb.googlecode.com/files/leveldb-1.15.0.tar.gz -O leveldb-1.15.0.tar.gz configure: bash configure --prefix=/usr/local/stow/leveldb-1.15.0 make: make CC="gcc -m32" CXX="g++ -m32" #make: make install: /bin/rm -rf /usr/local/stow/leveldb-1.15.0 ; mkdir -...
# force 32bit compile on 64bit platform. --- fetch: wget https://leveldb.googlecode.com/files/leveldb-1.15.0.tar.gz -O leveldb-1.15.0.tar.gz configure: bash configure --prefix=/usr/local/stow/leveldb-1.15.0 #make: make CC="gcc -m32" CXX="g++ -m32" make: make install: /bin/rm -rf /usr/local/stow/leveldb-1.15.0 ; mkdir -...
Remove 32bit build option from specfile for leveldb.
Remove 32bit build option from specfile for leveldb.
YAML
bsd-3-clause
kiyoka/stowm,kiyoka/stowm
e1cc5f6bd7cba8036db582f0dc24bbdca864547f
cloudbuild.yaml
cloudbuild.yaml
# See https://cloud.google.com/cloud-build/docs/build-config timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: make env: - TAG=$_PULL_BASE_REF - GIT_COMMIT=$_PULL_BASE_SHA args: - push
# See https://cloud.google.com/cloud-build/docs/build-config timeout: 1800s options: substitution_option: ALLOW_LOOSE steps: - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90' entrypoint: make env: - TAG=$_PULL_BASE_REF - GIT_COMMIT=$_PULL_BASE_SHA args: - push
Increase build timeout to 1800s
Increase build timeout to 1800s
YAML
apache-2.0
kubernetes/kube-state-metrics,kubernetes/kube-state-metrics
1c6bb142300d822d0861e65381db0fffe4e9a939
docs/_config.yml
docs/_config.yml
theme: jekyll-theme-cayman title: "Carbon Free Footprint Project" tagline: "An analysis designed to establish a Carbon Free Footprint when operating a BC Northern Lights Bloombox 'Full Blast' 24/7" description: "An analysis designed to establish a Carbon Free Footprint when operating a BC Northern Lights Bloombox 'Full...
theme: jekyll-theme-cayman title: "Carbon Free Footprint Project" tagline: "An analysis designed to establish a Carbon Free Footprint when operating a BC Northern Lights Bloombox 'Full Blast' 24/7" description: "An analysis designed to establish a Carbon Free Footprint when operating a BC Northern Lights Bloombox 'Full...
Revert base url to root /
Revert base url to root / No change in remote; Local renders same Ok!
YAML
agpl-3.0
rwebaz/Carbon-Free-Footprint-Project,rwebaz/CarbonFreeFootprint
0170ea3188347e1445ed711cdd94149b2609d7c6
config/igor.yml
config/igor.yml
server: port: ${services.igor.port:8088} address: ${services.igor.host:localhost} jenkins: enabled: ${services.jenkins.enabled:false} masters: - name: ${services.jenkins.defaultMaster.name} address: ${services.jenkins.defaultMaster.baseUrl} username: ${services.jenkins.defaultMaster.username} ...
server: port: ${services.igor.port:8088} address: ${services.igor.host:localhost} jenkins: enabled: ${services.jenkins.enabled:false} masters: - name: ${services.jenkins.defaultMaster.name} address: ${services.jenkins.defaultMaster.baseUrl} username: ${services.jenkins.defaultMaster.username} ...
Remove circular dependency on services
Remove circular dependency on services @ewiseblatt
YAML
apache-2.0
spinnaker/spinnaker,spinnaker/spinnaker,skim1420/spinnaker,jtk54/spinnaker,skim1420/spinnaker,imosquera/spinnaker,duftler/spinnaker,jtk54/spinnaker,ewiseblatt/spinnaker,tgracchus/spinnaker,skim1420/spinnaker,duftler/spinnaker,Roshan2017/spinnaker,ewiseblatt/spinnaker,stitchfix/spinnaker,spinnaker/spinnaker,Roshan2017/s...
4d50fb280b839d019a2541cb54109522c91b9e2e
ab_tests/ab_tests.yaml
ab_tests/ab_tests.yaml
# List the variants for your AB or multivariate test here. # Please leave the 'Example' test config in place. --- - Example: - A - B - TaskListBrowse: - A - B - TaskListHeader: - A - B - TaskListSidebar: - A - B
# List the variants for your AB or multivariate test here. # Please leave the 'Example' test config in place. --- - Example: - A - B - SelfAssessmentSigninTest: - A - B - TaskListBrowse: - A - B - TaskListHeader: - A - B - TaskListSidebar: - A - B
Add Self Assessment Sign In test
Add Self Assessment Sign In test This configures a test to be run on the Self Assessment start page.
YAML
mit
alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure
e90aaf1d2426d60afcfeba36ef7e4b81d1afaceb
manifest.yml
manifest.yml
applications: - memory: 512M services: - weatherinsights name: datapalooza-node-starter declared-services: weatherinsights: label: weatherinsights plan: Free
applications: - memory: 512M services: - weatherinsights name: datapalooza-node-starter declared-services: weatherinsights: label: weatherinsights plan: Free-v2
Update weatherinsights plan to Free-v2
Update weatherinsights plan to Free-v2 Reflect Bluemix changes
YAML
apache-2.0
ibm-datapalooza/nodejs-starter,ibm-datapalooza/nodejs-starter
61cc3e2c7741226e4988c8f89a25fcbed6275675
manifest.yml
manifest.yml
--- applications: - name: token-run path: target/token-run-0.0.1-SNAPSHOT.jar memory: 1024M buildpack: java_buildpack
--- applications: - name: token-run path: target/token-run-0.0.1-SNAPSHOT.jar memory: 1024M buildpack: java_buildpack services: - postgresql
Revert "BPT-162: Changed back to h2 while flyway is not working correctly"
Revert "BPT-162: Changed back to h2 while flyway is not working correctly" This reverts commit 47e541db5a4a9b729d39b0679c2ce737df178bbd.
YAML
apache-2.0
tobiasschaefer/token-run,tobiasschaefer/token-run,tobiasschaefer/token-run,tobiasschaefer/token-run
3d5e896e1a2e6717d43586c73cf7f5699e66f946
app/config/routing.yml
app/config/routing.yml
greeting: path: "/{name}" defaults: { _controller: \App\Controller\GreeterController::greetAction, _format: json } requirements: { _format: json } methods: [ GET ]
greeting: path: "/{name}" defaults: { _controller: \App\Controller\GreeterController::greetAction, _format: json, name: "world" } requirements: { _format: json } methods: [ GET ]
Add a default value for the name
Add a default value for the name
YAML
mit
mheki/symfony-micro-demo-app
b25d82d721846ee87a227b91a689855aae348701
_data/2017/sessions.yml
_data/2017/sessions.yml
# Presentation - id: 001 title: "To be announced" description: "" speakers: [0, 1, 2, 3] language: "English" complexity: "Community Presentation" video: null register: null presentation: null # Services - id: 500 title: "TBA" place: "" service: true description: "" - id: 501 title: "Coffee B...
# Presentation - id: 001 title: "To be announced" description: "" speakers: [0, 1, 2, 3] language: "English" complexity: "Community Presentation" video: null register: null presentation: null - id: 002 title: "Python mocking - When and How to do it" description: > We will be taking a look at the...
Add presentation about Python mocking
Add presentation about Python mocking Adds presentation for Stefan Caraiman
YAML
mit
oscamp/oscamp.eu,info-uaic/oscamp,info-uaic/oscamp,oscamp/oscamp.eu,oscamp/oscamp.eu,info-uaic/oscamp,info-uaic/oscamp,oscamp/oscamp.eu
0bfb527894a6364d8a85062fa5ce65458008249a
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
--- expeditor: cached_folders: - vendor defaults: buildkite: timeout_in_minutes: 30 steps: - label: run-lint-and-specs-ruby-2.4 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.4-buster - label: run-lint-and-specs-ruby-2.5 command:...
--- expeditor: cached_folders: - vendor defaults: buildkite: timeout_in_minutes: 30 steps: - label: run-lint-and-specs-ruby-2.4 command: - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: image: ruby:2.4-buster - label: run-lint-and-specs-ruby-2.5 command:...
Replace deprecated --without flag with bundle config
Replace deprecated --without flag with bundle config Signed-off-by: jayashri garud <0f1245af30a1e8ef8b8010dc1546c59bce64f44b@msystechnologies.com>
YAML
apache-2.0
chef/mixlib-log,chef/mixlib-log
c7d1c42961372adffc45b8536c5977e1a8f457d1
environment.yml
environment.yml
name: bfd dependencies: # Testing Dependencies - flake8 - pytest=2.8 # Run dependencies - matplotlib=1.4 - notebook=4.0 - numpy=1.10 - pandas=0.17 - python=2.7 - scipy=0.16 - pip: - concord-py==0.3 - yahoo-finance>=1.2
name: bfd dependencies: # Testing Dependencies - flake8 - pytest=2.8 # Run dependencies - numpy=1.10 - pandas=0.17 - python=2.7 - scipy=0.16 - pip: - concord-py==0.3 - yahoo-finance>=1.2
Remove matplotlib and ipython dependencies
Remove matplotlib and ipython dependencies
YAML
apache-2.0
concord/bfd,AndrewAday/bfd,alanhdu/bfd,concord/ml
3a9d92a3aa404ee3b3087f8c495cbae2ab1a1f69
config/application.yml
config/application.yml
defaults: &defaults max_unread_count: 10 default_favicon: <%= "#{Rails.root}/public/img/icon/default.png" %> subscribe_limit: 5000 save_pin_limit: 100 crawl_interval: 30 allow_tags: <%= %w(a i u b em strong table tr td th tbody font center div pre code blockquote ins del img br p hr ul li ol dl dt dd) %> ...
defaults: &defaults max_unread_count: 200 default_favicon: <%= "#{Rails.root}/public/img/icon/default.png" %> subscribe_limit: 5000 save_pin_limit: 100 crawl_interval: 30 allow_tags: <%= %w(a i u b em strong table tr td th tbody font center div pre code blockquote ins del img br p hr ul li ol dl dt dd) %> ...
Increase max_unread_count 10 to 200. It's same as LDR
Increase max_unread_count 10 to 200. It's same as LDR
YAML
mit
fastladder/fastladder,id774/fastladder,ykzts/fastladder,fastladder/fastladder,toshimaru/fastladder,toshimaru/fastladder,ykzts/fastladder,toshimaru/fastladder,onk/fastladder,onk/fastladder,fastladder/fastladder,id774/fastladder,onk/fastladder,ykzts/fastladder,id774/fastladder
02abd13325219ce7438ca02d5aa7e3245507a23c
.github/workflows/automerge.yml
.github/workflows/automerge.yml
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - # It is often a de...
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - # It is often a de...
Bump ridedott/merge-me-action from 2.9.15 to 2.9.17
Bump ridedott/merge-me-action from 2.9.15 to 2.9.17 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.15 to 2.9.17. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits...
YAML
mit
fizyk/pyramid_decoy
9fd391e2b84b05e436d2a66f30aee2d195d3739a
config/sidekiq.yml
config/sidekiq.yml
--- :concurrency: 20 :queues: - default - scraper - low :limits: scraper: 10
--- :concurrency: 20 :queues: - default - scraper :limits: scraper: 5
Drop number of scraper watchers down to 5
Drop number of scraper watchers down to 5
YAML
agpl-3.0
otherchirps/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph
5c41b668f1e72eee655ef52ac1c489ccb49f65f6
dts/bindings/ethernet/nxp,kinetis-ethernet.yaml
dts/bindings/ethernet/nxp,kinetis-ethernet.yaml
# Copyright (c) 2018, Linaro Limited # SPDX-License-Identifier: Apache-2.0 description: NXP Kinetis Ethernet compatible: "nxp,kinetis-ethernet" include: ethernet.yaml properties: reg: required: true interrupts: required: true
# Copyright (c) 2018, Linaro Limited # SPDX-License-Identifier: Apache-2.0 description: NXP Kinetis Ethernet compatible: "nxp,kinetis-ethernet" include: ["ethernet.yaml", "ethernet,fixed-link.yaml"] properties: reg: required: true interrupts: required: true
Support 'fixed-link' property in nxp,kinetics-ethernet.yaml
dts: Support 'fixed-link' property in nxp,kinetics-ethernet.yaml This commit enables support for parsing 'fixed-link' node when it is added to node described in 'ethernet,fixed-link.yaml'. Signed-off-by: Lukasz Majewski <7acbb0643e3da1a0f6f894ebd720fb3807e67dff@denx.de>
YAML
apache-2.0
nashif/zephyr,nashif/zephyr,galak/zephyr,finikorg/zephyr,Vudentz/zephyr,galak/zephyr,Vudentz/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,nashif/zephyr,finikorg/zephyr,galak/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,nashif...
7f5c0dc8b09b67694c84f644ce3a94fd1d5f43d3
.gitlab-ci.yml
.gitlab-ci.yml
--- .defaults: &defaults before_script: - apk add --update ragel build-base - if [ "$INSTALL_OPENJDK" == "true" ]; then apk add openjdk8; fi - gem install bundler --no-document - ruby --version - gem --version - bundle --version - bundle install --path vendor --retry=3 script: - bund...
--- .defaults: &defaults before_script: - apk add --update ragel build-base - if [ "$INSTALL_OPENJDK" == "true" ]; then apk add openjdk8; fi - gem install bundler --no-document - ruby --version - gem --version - bundle --version - bundle install --path vendor --retry=3 script: - bund...
Add CI config for Ruby 2.7
Add CI config for Ruby 2.7
YAML
mpl-2.0
ttasanen/oga,ttasanen/oga,ttasanen/oga,YorickPeterse/oga,ttasanen/oga,YorickPeterse/oga,YorickPeterse/oga,YorickPeterse/oga,ttasanen/oga,YorickPeterse/oga
d0daec69ed703af315f48de3b8021f7bf3bcdcfc
.gitlab-ci.yml
.gitlab-ci.yml
stages: - test image: 'nbulai/ruby-chromedriver:latest' services: - postgres:9.4 cache: paths: - vendor/ruby variables: RAILS_ENV: test POSTGRES_DB: denteo_test DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/$POSTGRES_DB" before_script: - apt-get update -yq - gem install bundler ...
stages: - test services: - postgres:9.4 cache: paths: - vendor/ruby variables: RAILS_ENV: test POSTGRES_DB: aoz_test DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/$POSTGRES_DB" before_script: - apt-get update -yq - gem install bundler --no-ri --no-rdoc - bundle install -j $(npr...
Split testing into 2 stages
Split testing into 2 stages
YAML
agpl-3.0
panter/aoz-003,panter/aoz-003,panter/aoz-003
6d735ebab54b2be2418e2908b0b3bb3486440139
.gitlab-ci.yml
.gitlab-ci.yml
# Composer stores all downloaded packages in the vendor/ directory. # Do not use the following if the vendor/ directory is commited to # your git repository. cache: paths: - vendor/ services: - redis:latest test:7: before_script: - bash build/docker_install.sh > /dev/null - curl -sS https://ge...
# Composer stores all downloaded packages in the vendor/ directory. # Do not use the following if the vendor/ directory is commited to # your git repository. cache: paths: - vendor/ services: - redis:latest test:7: before_script: - bash build/docker_install.sh > /dev/null - curl -sS https://ge...
Update test config to allow hhvm failures
Update test config to allow hhvm failures
YAML
mit
timw4mail/HummingBirdAnimeClient,timw4mail/HummingBirdAnimeClient,timw4mail/HummingBirdAnimeClient
c6a71091177e8ecca1b31143ac62c3b7255b00a5
packages/ha/hashids.yaml
packages/ha/hashids.yaml
homepage: http://hashids.org/ changelog-type: '' hash: 36db938f70a6b8ee9d59a863534fbc18523c511ff65fff634f91feffc2f9b13c test-bench-deps: {} maintainer: hildenjohannes@gmail.com synopsis: Hashids generates short, unique, non-sequential ids from numbers. changelog: '' basic-deps: bytestring: -any split: -any base: ...
homepage: http://hashids.org/ changelog-type: '' hash: 22f988ff2c0d7112d6ca0979c463a2a9ca8e81086a256f9bd09fb76b9a650e1e test-bench-deps: bytestring: -any split: -any base: -any containers: -any maintainer: hildenjohannes@gmail.com synopsis: Hashids generates short, unique, non-sequential ids from numbers. chang...
Update from Hackage at 2015-11-26T13:36:18+0000
Update from Hackage at 2015-11-26T13:36:18+0000
YAML
mit
commercialhaskell/all-cabal-metadata
147b6bccf01b3f720764e4da2226a149da205f9d
recipes/pyudev/meta.yaml
recipes/pyudev/meta.yaml
{% set name = "pyudev" %} {% set version = "0.23.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyudev-{{ version }}.tar.gz sha256: 32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc build: noarch: python sc...
{% set name = "pyudev" %} {% set version = "0.23.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyudev-{{ version }}.tar.gz sha256: 32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc build: noarch: python sc...
Revert "remove python version constraints"
Revert "remove python version constraints" This reverts commit 7d3529b97eea3c2bff31a36b6e017afccaacddee.
YAML
bsd-3-clause
jakirkham/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes
c84586866aff1de888220dcfd60861f75e8e4f3a
roles/fun/tasks/main.yml
roles/fun/tasks/main.yml
- name: Ensure ppas are installed apt_repository: repo: "{{ item }}" state: "present" codename: "xenial" with_items: "{{ ppas }}" become: True - name: Update cache apt: update_cache: True become: True - name: Install fun packages package: name: "{{ item }}" state: present with_...
- name: Ensure ppas are installed apt_repository: repo: "{{ item }}" state: "present" codename: "xenial" update_cache: True with_items: "{{ ppas }}" become: True - name: Install fun packages package: name: "{{ item }}" state: present with_items: "{{ packages }}" become: True
Fix cache for fun ppa
Fix cache for fun ppa
YAML
apache-2.0
mansonjesus/ansible-playbooks
8e034fb1127283381269f302804166ea1fde4b1b
docker-compose.yml
docker-compose.yml
web: build: . ports: - "8080:80" links: - mysql env_file: - env volumes: - .:/var/chippin - ./src/var/connect:/var/www/htdocs/var/connect mysql: image: mysql:5.6.23 env_file: - env #selenium: #image: selenium/standalone-chrome #ports: #- "4444:4444"
web: build: . ports: - "80:80" links: - mysql env_file: - env volumes: - .:/var/chippin - ./src/var/connect:/var/www/htdocs/var/connect mysql: image: mysql:5.6.23 env_file: - env #selenium: #image: selenium/standalone-chrome #ports: #- "4444:4444"
Correct the port bound locally
Correct the port bound locally
YAML
mit
Chippin/magento-chippin,Chippin/magento-chippin,Chippin/magento-chippin
b0425ea48c4ee7141d0cfbb3975e83fea5319ad2
docker-compose.yml
docker-compose.yml
version: '3' services: rosie: build: context: rosie volumes: - /tmp/serenata-data:/tmp/serenata-data - ./rosie:/code django: image: serenata/django depends_on: - elm - postgres - tasks environment: - NEW_RELIC_APP_NAME=Jarbas (Django); Jarbas (Combined...
version: '3' services: rosie: build: context: rosie volumes: - /tmp/serenata-data:/tmp/serenata-data - ./rosie:/code django: image: serenata/django depends_on: - elm - postgres - tasks environment: - NEW_RELIC_APP_NAME=Jarbas (Django); Jarbas (Combined...
Clean up research container command
Clean up research container command
YAML
mit
datasciencebr/serenata-de-amor,datasciencebr/serenata-de-amor
7a2c77b885d7d41ffbaaca610bc21cc8611744a7
kubernetes-in/client-pod.yaml
kubernetes-in/client-pod.yaml
kind: Pod apiVersion: v1beta1 id: &name client labels: name: *name desiredState: manifest: version: v1beta1 containers: - name: *name registry: %docker_registry% image: %docker_image_prefix%/openstack-client env: - key: OS_USERNAME value: demo - ...
kind: Pod apiVersion: v1beta1 id: &name client labels: name: *name desiredState: manifest: version: v1beta1 containers: - name: *name registry: %docker_registry% image: %docker_image_prefix%/openstack-client env: - key: OS_USERNAME value: demo - ...
Make 'client' pod just loop forever
Make 'client' pod just loop forever This pod is a poor hack anyway - giving a 'loop forever' command means we can attach to it interactively.
YAML
apache-2.0
anguslees/kube-openstack,anguslees/kube-openstack
178e18c0b0090192ec6cf1449023bf14c0eab8c9
exercises/proverb/metadata.yml
exercises/proverb/metadata.yml
--- blurb: "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Write a program that outputs the full text of this proverbial rhyme." source: "Wikipedia" source_url: "http://en.wikipedia.org/wiki/For_Want_of_a_Nail"
--- blurb: "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme." source: "Wikipedia" source_url: "http://en.wikipedia.org/wiki/For_Want_of_a_Nail"
Remove "write a program" from proverb exercise
Remove "write a program" from proverb exercise
YAML
mit
kgengler/x-common,ErikSchierboom/x-common,exercism/x-common,Vankog/problem-specifications,exercism/x-common,ErikSchierboom/x-common,Vankog/problem-specifications,petertseng/x-common,petertseng/x-common,rpottsoh/x-common,jmluy/x-common,rpottsoh/x-common,jmluy/x-common,kgengler/x-common,jmluy/x-common
e3c149e9ce17ef007e0a6a950472ad2f6334ff60
.bazelci/presubmit.yml
.bazelci/presubmit.yml
--- x_defaults: # YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes # it doesn't know about; so that is used to avoid repeating common subparts. common: &common platform: macos build_targets: - "tools/..." - "test/..." test_targets: - "tools/..." - "test/..." ...
--- x_defaults: # YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes # it doesn't know about; so that is used to avoid repeating common subparts. common: &common platform: macos build_targets: - "tools/..." - "test/..." test_targets: - "tools/..." - "test/..." ...
Disable new buildifier warnings `-skylark-comment` and `-skylark-docstring` until we can clean up the code.
Disable new buildifier warnings `-skylark-comment` and `-skylark-docstring` until we can clean up the code. RELNOTES: None. PiperOrigin-RevId: 314376109
YAML
apache-2.0
bazelbuild/rules_apple,bazelbuild/rules_apple,bazelbuild/rules_apple,bazelbuild/rules_apple
7249801346105fdf2e274d5f6c54abb2ef7430d3
metadata/com.hardcodecoder.pulsemusic.yml
metadata/com.hardcodecoder.pulsemusic.yml
Categories: - Multimedia License: GPL-3.0-only AuthorName: Ashutosh Patoa SourceCode: https://github.com/HardcodeCoder/PulseMusic IssueTracker: https://github.com/HardcodeCoder/PulseMusic/issues Changelog: https://github.com/HardcodeCoder/PulseMusic/releases AutoName: Pulse Music RepoType: git Repo: https://github....
Categories: - Multimedia License: GPL-3.0-only AuthorName: Ashutosh Patoa SourceCode: https://github.com/HardcodeCoder/PulseMusic IssueTracker: https://github.com/HardcodeCoder/PulseMusic/issues Changelog: https://github.com/HardcodeCoder/PulseMusic/releases AutoName: Pulse Music RepoType: git Repo: https://github....
Update Pulse Music to 4.2.1 (210040201)
Update Pulse Music to 4.2.1 (210040201)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
c3ccf8e8baa4551b4c1b2196c68dcf63cbe75348
metadata/com.outerworldapps.wairtonow.yml
metadata/com.outerworldapps.wairtonow.yml
Categories: - Navigation License: GPL-2.0-only AuthorName: Mike Rieker WebSite: https://www.outerworldapps.com SourceCode: https://github.com/mrieker/WairToNow IssueTracker: https://github.com/mrieker/WairToNow/issues Changelog: https://github.com/mrieker/WairToNow/releases AutoName: WairToNow RepoType: git Repo: h...
Categories: - Navigation License: GPL-2.0-only AuthorName: Mike Rieker WebSite: https://www.outerworldapps.com SourceCode: https://github.com/mrieker/WairToNow IssueTracker: https://github.com/mrieker/WairToNow/issues Changelog: https://github.com/mrieker/WairToNow/releases AutoName: WairToNow RepoType: git Repo: h...
Update WairToNow to 5.1 (50100)
Update WairToNow to 5.1 (50100)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b7faf84d51495407073bcd3fbece37184eeb83e4
.forestry/settings.yml
.forestry/settings.yml
--- 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: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
gatsbimantico/blog,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,wkadwaikar/wkadwaikar.github.io
3cfa1b35e7901444b264b9e3f696b0f51984181c
.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
27c0ce6525e9539cb67123dbc71fa7cf03045e8e
.forestry/settings.yml
.forestry/settings.yml
--- 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: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io
d8a2bc60032b8b20e0c417ae2a5a1c4a8007c6e7
packages/ae/aeson-filthy.yaml
packages/ae/aeson-filthy.yaml
homepage: https://github.com/deviant-logic/aeson-filthy changelog-type: '' hash: a860bae39af53741e006baf2fcb2672be8a6d33326aba500772fa8c4bcfd03d0 test-bench-deps: bytestring: -any base: -any time: -any unordered-containers: -any text: -any doctest: ! '>=0.8' aeson: -any maintainer: alec@deviant-logic.net ...
homepage: https://github.com/deviant-logic/aeson-filthy changelog-type: '' hash: 9105da4cc27c38bc269e300536627c3dbc0e5dddad6ceb19e01fc7cac3774a93 test-bench-deps: bytestring: -any base: -any time: -any unordered-containers: -any text: -any doctest: ! '>=0.8' aeson: -any maintainer: alec@deviant-logic.net ...
Update from Hackage at 2019-12-08T22:39:31Z
Update from Hackage at 2019-12-08T22:39:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
3917d4bfb2ec55ee1ee0d83da9a6fafab66f261a
packages/cd/cdeps.yaml
packages/cd/cdeps.yaml
homepage: '' changelog-type: '' hash: 7ba1be7f9be38c97726b204d482280466d3c223ae9c680ae0829eec71ec3cce2 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: 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 ...
Update from Hackage at 2018-05-12T23:38:40Z
Update from Hackage at 2018-05-12T23:38:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
a28f9dadbc7bfb5dfc703ee4d65ed21b94322439
packages/li/liquidhaskell-cabal-demo.yaml
packages/li/liquidhaskell-cabal-demo.yaml
homepage: https://github.com/spinda/liquidhaskell-cabal-demo#readme changelog-type: '' hash: 0a3a66fc1eb11bdec090fa153a515e73befe9292ba19a7a25f90fb698ff4fd14 test-bench-deps: {} maintainer: Michael Smith <michael@spinda.net> synopsis: Demo of Liquid Haskell integration for Cabal and stack changelog: '' basic-deps: ba...
homepage: https://github.com/spinda/liquidhaskell-cabal-demo#readme changelog-type: '' hash: cd6cfc54e1eb79c01bcb2b4db39e24cd9c6a7b742c03d5004dda9abcf9157d76 test-bench-deps: {} maintainer: Michael Smith <michael@spinda.net> synopsis: Demo of Liquid Haskell integration for Cabal and stack changelog: '' basic-deps: ba...
Update from Hackage at 2019-04-12T23:29:31Z
Update from Hackage at 2019-04-12T23:29:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
27081f0e6d07bd7e39916da0e778cccb28c7bb09
packages/di/differential.yaml
packages/di/differential.yaml
homepage: http://github.com/GregorySchwartz/differential#readme changelog-type: '' hash: 6e00d999b0c90a0d1a4d819d94fafd8248a4e841723b0f86518bb3128b28482f test-bench-deps: {} maintainer: gsch@mail.med.upenn.edu synopsis: Finds out whether an entity comes from different distributions (statuses). changelog: '' basic-deps:...
homepage: http://github.com/GregorySchwartz/differential#readme changelog-type: '' hash: 69aeebecc18d969096569d672590cb73a98520b27066935171d80fac33b080de test-bench-deps: {} maintainer: gsch@pennmedicine.upenn.edu synopsis: Finds out whether an entity comes from different distributions (statuses). changelog: '' basic-d...
Update from Hackage at 2019-06-13T13:55:46Z
Update from Hackage at 2019-06-13T13:55:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
d60252fff372501c6c14d854dd0b004ed01a8b4d
metadata/io.mainframe.hacs.yml
metadata/io.mainframe.hacs.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT AuthorName: Holger Cremer AuthorEmail: HolgerCremer@gmail.com AuthorWebSite: https://mainframe.io/ SourceCode: https://github.com/ktt-ol/hacs IssueTracker: https://github.com/ktt-ol/hacs/issues Changelog: https://github.com/ktt-ol/hacs/blob/HEAD/CHANGEL...
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT AuthorName: Holger Cremer AuthorEmail: HolgerCremer@gmail.com AuthorWebSite: https://mainframe.io/ SourceCode: https://github.com/ktt-ol/hacs IssueTracker: https://github.com/ktt-ol/hacs/issues Changelog: https://github.com/ktt-ol/hacs/blob/HEAD/CHANGEL...
Update HACS to 2.7.3 (41)
Update HACS to 2.7.3 (41)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
184d7d43ae4081320447658eff4500b8eb81686c
recipes/humann2/meta.yaml
recipes/humann2/meta.yaml
about: home: 'http://huttenhower.sph.harvard.edu/humann2' summary: "HUMAnN is a pipeline for efficiently and accurately profiling the presence/absence and abundance of microbial pathways in a community from metagenomic or metatranscriptomic sequencing data" package: name: humann2 version: '0.6.1' build: n...
about: home: 'http://huttenhower.sph.harvard.edu/humann2' summary: "HUMAnN is a pipeline for efficiently and accurately profiling the presence/absence and abundance of microbial pathways in a community from metagenomic or metatranscriptomic sequencing data" package: name: humann2 version: '0.6.1' build: n...
Generalize python requirements but limit build
Generalize python requirements but limit build
YAML
mit
jfallmann/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,pinguinkiste/bioconda-recipes,Luobiny/bioconda-recipes,zachcp/bioconda-recipes,rvalieris/bioconda-recipes,omicsnut/bioconda-recipes,matthdsm/bioconda-recipes,yesimon/bioconda-recipes,mdehollander/bioconda-recipes,peterjc/bioconda-recipes,instituteofpathologyheide...
f70caf7c4f35a072c13f15639cf4ea617ab5a472
recipes/libavif/meta.yaml
recipes/libavif/meta.yaml
{% set name = "libavif" %} {% set version = "0.9.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/AOMediaCodec/libavif/archive/refs/tags/v{{ version }}.tar.gz sha256: ea1603fc18e7dd20cf01f0b405156576886ecb5df84db8c0e87187cd2f8a00f4 patches: - install-tests.pat...
{% set name = "libavif" %} {% set version = "0.9.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/AOMediaCodec/libavif/archive/refs/tags/v{{ version }}.tar.gz sha256: ea1603fc18e7dd20cf01f0b405156576886ecb5df84db8c0e87187cd2f8a00f4 patches: - install-tests.pat...
Add run export because this is a library
NEW: Add run export because this is a library
YAML
bsd-3-clause
ReimarBauer/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,ocefpaf/...
89d23072552d8666c82be9bc0b1ae11742a107fc
_config-dev.yml
_config-dev.yml
# stakx configuration file for building the site in development mode import: - _config.yml debug: true
# stakx configuration file for building the site in development mode import: - _config.yml debug: true scss: style: expanded sourcemap: true
Build Sass with sourcemap + expanded in dev mode
Build Sass with sourcemap + expanded in dev mode
YAML
mit
BZFlag-Dev/bzflag.org,BZFlag-Dev/bzflag.org,BZFlag-Dev/bzflag.org
0a4d2952db2901646417d4d1e859c0bf3409495c
recipes/ghc-bootstrap/meta.yaml
recipes/ghc-bootstrap/meta.yaml
{% set name = "ghc-bootstrap" %} {% set version = "8.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://downloads.haskell.org/~ghc/{{ version }}/ghc-{{ version }}-x86_64-deb7-linux.tar.xz sha256: "cd7afbca54edf9890da9f432c63366556246c85c1198e40c99df5af01c555834" build: ...
{% set name = "ghc-bootstrap" %} {% set version = "8.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://downloads.haskell.org/~ghc/{{ version }}/ghc-{{ version }}-x86_64-deb7-linux.tar.xz sha256: "cd7afbca54edf9890da9f432c63366556246c85c1198e40c99df5af01c555834" build: ...
Remove binutils from build section
Remove binutils from build section
YAML
bsd-3-clause
sodre/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,hadim/staged-recipes,synapticarbors/staged-recipes,conda-f...
fa44c429b200c0ba146a76c341c67a536a8e5857
package.yaml
package.yaml
name: travis-meta-yaml version: 0.0.1.0 synopsis: .travis.yml preprocessor description: .travis.yml preprocessor author: Oleg Grenrus <oleg.grenrus@iki.fi> maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> license: BSD3 github: phadej/travis-meta-yaml category: Development extra-source-files: - README.md - fixtures/*....
name: travis-meta-yaml version: 0.0.1.0 synopsis: .travis.yml preprocessor description: .travis.yml preprocessor author: Oleg Grenrus <oleg.grenrus@iki.fi> maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> license: BSD3 github: phadej/travis-meta-yaml category: Development extra-source-files: - README.md - fixtures/*....
Add .travis.yml and .travis.meta.yml to extra-source-files
Add .travis.yml and .travis.meta.yml to extra-source-files
YAML
bsd-3-clause
phadej/travis-meta-yaml
68377d8a42f971be30239b2e8af7c5d8c33259e5
packages/ha/hashable-time.yaml
packages/ha/hashable-time.yaml
homepage: '' changelog-type: '' hash: f4ae3695480b34de7383ae931e180876e0170bf58ce3122d6c52c423d0df818f test-bench-deps: {} maintainer: Alexey Karakulov <ankarakulov@gmail.com> synopsis: Hashable instances for Data.Time changelog: '' basic-deps: base: ! '>=4.7 && <4.13' time: ! '>=1.5' hashable: ! '>=1.2.3.3 && <=...
homepage: '' changelog-type: '' hash: 7a90ab319f1b5261fc4f649830ad4c6526f99141f766387c8740cbd6c52bfe0c test-bench-deps: {} maintainer: Alexey Karakulov <ankarakulov@gmail.com> synopsis: Hashable instances for Data.Time changelog: '' basic-deps: base: ! '>=4.7 && <4.13' time: ! '>=1.5' hashable: ! '>=1.2.3.3 && <=...
Update from Hackage at 2018-09-26T13:27:21Z
Update from Hackage at 2018-09-26T13:27:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
a3a3e890ee4995bede74198887072daa231fb2c8
packages/spacedoc/spacedoc.yml
packages/spacedoc/spacedoc.yml
input: _docs/pages/**/*.{pug,md} output: docs theme: - _docs/theme - spacedoc-theme-default themeOptions: title: Spacedoc nav: docs: Docs plugins.html: Plugins 'https://github.com/spacedoc/spacedoc': GitHub
input: _docs/pages/**/*.{pug,md} output: docs adapters: - ../spacedoc-js - ../spacedoc-json - ../spacedoc-sass theme: - _docs/theme - spacedoc-theme-default debug: true themeOptions: title: Spacedoc nav: docs: Docs plugins.html: Plugins 'https://github.com/spacedoc/spacedoc': GitHub
Update configuration of Spacedoc documentation to enable adapters and debugging
Update configuration of Spacedoc documentation to enable adapters and debugging
YAML
mit
spacedoc/spacedoc,spacedoc/spacedoc
5ee80572dd653ba632a0e479b4b0483ffc5f714d
packages/fo/foundation-edge.yaml
packages/fo/foundation-edge.yaml
homepage: https://github.com/haskell-foundation/foundation-edge changelog-type: '' hash: dced4e5c9dd77f07fd41a9f0a135adad30e987ad95e7c27a0031d4fd788ddb9f test-bench-deps: {} maintainer: vincent@snarc.org synopsis: foundation's edge with the conventional set of packages changelog: '' basic-deps: bytestring: -any bas...
homepage: https://github.com/haskell-foundation/foundation-edge changelog-type: '' hash: 278ede6bb8fb241eeae0871a187fb65e2009a956dc70dc261a9b59c03318f92a test-bench-deps: {} maintainer: vincent@snarc.org synopsis: foundation's edge with the conventional set of packages changelog: '' basic-deps: bytestring: -any tex...
Update from Hackage at 2017-04-25T12:58:13Z
Update from Hackage at 2017-04-25T12:58:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
f45cda72ee6c96ea330100c31bb3bed7275618cd
recipes/git-history/meta.yaml
recipes/git-history/meta.yaml
{% set name = "git-history" %} {% set version = "0.6.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/git-history-{{ version }}.tar.gz sha256: e423a96916ef8b7d5504efc9e378e54aa86ccbb0136dc7846ac9c04593f0caca build: number: 0...
{% set name = "git-history" %} {% set version = "0.6.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/git-history-{{ version }}.tar.gz sha256: e423a96916ef8b7d5504efc9e378e54aa86ccbb0136dc7846ac9c04593f0caca build: number: 0...
Add gitpython to test dependencies
Add gitpython to test dependencies
YAML
bsd-3-clause
hadim/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,R...
15e8e5ad2f809df97688dd6d352e880f8b473143
node_roles.yaml
node_roles.yaml
fuel-plugin-detach-swift: # Role name name: "Set here the name for the role. This name will be displayed in the Fuel web UI" # Role description description: "Write description for your role" # If primaty then during orchestration this role will be # splitted into primary-role and role has_primary: false ...
fuel-plugin-detach-swift-proxy: name: "Swift-Proxy" description: "Proxy swift node" has_primary: false public_ip_required: false weight: 1000 fuel-plugin-detach-swift-object: name: "Swift-Object" description: "Object swift node" has_primary: false public_ip_required: false weight: 1000
Add proxy and object role
Add proxy and object role
YAML
apache-2.0
ddepaoli3/fuel-plugin-detach-swift
e7b82c4357164b504b6d794c5be5614c0399d949
pubspec.yaml
pubspec.yaml
name: crc32 version: 0.1.0 description: A cyclic redundancy check calculator for Dart written in pure Dart. author: Kai Sellgren <kaisellgren@gmail.com> homepage: http://github.com/kaisellgren/CRC32 dependencies: unittest: sdk: unittest
name: crc32 version: 0.1.0 description: A cyclic redundancy check calculator for Dart written in pure Dart. author: Kai Sellgren <kaisellgren@gmail.com> homepage: http://github.com/kaisellgren/CRC32 dependencies: unittest: any
Use unittest from pub.dartlang.org .
Use unittest from pub.dartlang.org .
YAML
mit
kaisellgren/CRC32
828aa9fdab085088516a813341d850b77f3d3742
pubspec.yaml
pubspec.yaml
name: bagl description: Basic Graphics Library for Dart. version: 0.4.0 author: R.S. Schermer <roland0507@gmail.com> homepage: https://github.com/RSSchermer/bagl.dart documentation: environment: sdk: '>=1.0.0 <2.0.0' dependencies: rl_matrix: '>= 0.6.2 <0.7.0' collection: '>= 1.9.0 <1.10.0' quiver: '>=0.22.0<0.2...
name: bagl description: Basic Graphics Library for Dart. version: 0.5.0 author: R.S. Schermer <roland0507@gmail.com> homepage: https://github.com/RSSchermer/bagl.dart documentation: environment: sdk: '>=1.0.0 <2.0.0' dependencies: rl_matrix: '>= 0.6.2 <0.7.0' collection: '>= 1.9.0 <1.10.0' quiver: '>=0.22.0<0.2...
Bump minor version, update change log
Bump minor version, update change log
YAML
bsd-3-clause
RSSchermer/bagl.dart,RSSchermer/bagl.dart
28a7c4727995ce36afb71c8c6a9ecdb4390bba35
bitbucket-pipelines.yml
bitbucket-pipelines.yml
# This is a sample build configuration for Javascript. # Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: node:4.6.0 pipelines: defaul...
# This is a sample build configuration for Javascript. # Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: node-jdk-chrome-firefox pipeli...
Change to a more modern image
Change to a more modern image
YAML
mit
jonathanweiss/sk-progress-circle,jonathanweiss/sk-progress-circle
30f328c98a29b2f476c1cb44af447fa8332072f4
metadata/es.ideotec.wdnotes.yml
metadata/es.ideotec.wdnotes.yml
Categories: - Writing - Internet License: GPL-3.0-only AuthorName: Ideotec AuthorEmail: guille@ideotec.es AuthorWebSite: https://blog.ideotec.es/ SourceCode: https://gitlab.com/ideotec/wdnotes IssueTracker: https://gitlab.com/ideotec/wdnotes/issues AutoName: WD Notes RepoType: git Repo: https://gitlab.com/ideotec...
Categories: - Writing - Internet License: GPL-3.0-only AuthorName: Ideotec AuthorEmail: guille@ideotec.es AuthorWebSite: https://blog.ideotec.es/ SourceCode: https://gitlab.com/ideotec/wdnotes IssueTracker: https://gitlab.com/ideotec/wdnotes/issues AutoName: WD Notes RepoType: git Repo: https://gitlab.com/ideotec...
Update WD Notes to 1.0.2 (3)
Update WD Notes to 1.0.2 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
44cdd1b0762db7c8087fdf5ca5ac6b353682096b
roles/spark/defaults/main.yml
roles/spark/defaults/main.yml
spark: version: 2.1.1 hadoop_version: 2.7 working_dir: /tmp/spark/data master_port: 7077 worker_work_port: 65000 master_ui_port: 8080 worker_ui_port: 8085 download_location: https://archive.apache.org/dist/spark/ user: "spark" # the name of the (OS)user created for spark user_groups: [...
spark: version: 2.2.0 hadoop_version: 2.7 working_dir: /tmp/spark/data master_port: 7077 worker_work_port: 65000 master_ui_port: 8080 worker_ui_port: 8085 download_location: https://archive.apache.org/dist/spark/ user: "spark" # the name of the (OS)user created for spark user_groups: [...
Update Spark to release 2.2.0
Update Spark to release 2.2.0
YAML
apache-2.0
lresende/spark-cluster-install
85869d177e9676d0be5ae9cdddfd005c374838c1
config/kubernetes/sig-instrumentation/teams.yaml
config/kubernetes/sig-instrumentation/teams.yaml
teams: sig-instrumentation-leads: description: "" members: - dashpole - dgrisonnet - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - dgrisonnet - ehashman - logicalhan - RainbowMango -...
teams: sig-instrumentation-leads: description: "" members: - dashpole - dgrisonnet - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - dgrisonnet - ehashman - logicalhan - RainbowMango -...
Add RichaBanker as sig instrumentation member
Add RichaBanker as sig instrumentation member
YAML
apache-2.0
kubernetes/org,kubernetes/org,kubernetes/org
b288e524f062e677e079322867c1d7e859a40e27
.buildkite/docker-compose.yml
.buildkite/docker-compose.yml
version: '2.1' services: agent: image: golang:1.10 working_dir: /go/src/github.com/buildkite/agent volumes: - ./:/go/src/github.com/buildkite/agent:cached environment: - BUILDKITE_BUILD_NUMBER - BUILDKITE_JOB_ID - "BUILDKITE_AGENT_TAGS=queue=default" - "BUILDKITE_BUILD_P...
version: '2.1' services: agent: image: golang:1.10 working_dir: /go/src/github.com/buildkite/agent volumes: - ../:/go/src/github.com/buildkite/agent:cached environment: - BUILDKITE_BUILD_NUMBER - BUILDKITE_JOB_ID - "BUILDKITE_AGENT_TAGS=queue=default" - "BUILDKITE_BUILD_...
Adjust volume mount for new dir
Adjust volume mount for new dir
YAML
mit
buildkite/agent,buildkite/agent,buildkite/agent
4ca2671ef07c0bbeffa1d1711268c665e2d8ac5a
.github/workflows/node.js.yml
.github/workflows/node.js.yml
# This workflow will do a clean installation of node dependencies, cache/restore them, 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: branc...
# This workflow will do a clean installation of node dependencies, cache/restore them, 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: Tests on: push: branches: ...
Update name of tests action.
Update name of tests action.
YAML
mit
grimmdude/MidiWriterJS
679de33af3c36bf54ddad1809be529b4b4b2495f
.github/workflows/node.js.yml
.github/workflows/node.js.yml
# 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_re...
# 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_re...
Update actions/setup-node action to v2
Update actions/setup-node action to v2
YAML
mit
gliviu/log-color-highlight
0600d97e06d662eb9caf6a598b847afb59cdce2b
.github/workflows/nodebug.yml
.github/workflows/nodebug.yml
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
Update No Assertions to new version 5.0.1
Update No Assertions to new version 5.0.1
YAML
bsd-3-clause
steinwurf/petro,steinwurf/petro
5f93c637b768c8769e93c86700d5e73c57c9cabb
.github/workflows/release.yml
.github/workflows/release.yml
name: Build, Test, and Publish on release on: release: types: [published] branches: [main] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: node-version: 12 registry-url: 'ht...
name: Build, Test, and Publish on release on: release: types: [published] branches: [main] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v2 with: node-version: 12 registry-url: 'ht...
Update actions/setup-node action to v2
Update actions/setup-node action to v2
YAML
mit
zrrrzzt/gpagespeed
e43f08aa0a2ac9e8ddf2acceec5785fc38cd5862
packages/ta/takusen-oracle.yaml
packages/ta/takusen-oracle.yaml
homepage: https://github.com/paulrzcz/takusen-oracle.git changelog-type: '' hash: 190dd0c67192544e37dca66aafb2cf452c5d23c29b6e54f2deaca40dec901225 test-bench-deps: {} maintainer: paul@paulrz.cz synopsis: Database library with left-fold interface for Oracle. changelog: '' basic-deps: base: ! '>=4.5 && <5' time: -any...
homepage: https://github.com/paulrzcz/takusen-oracle.git changelog-type: '' hash: 32c09ed374b11cbff2b678782dd4074ac884cc2ae6e180a206023e33a4232d4f test-bench-deps: {} maintainer: paul@paulrz.cz synopsis: Database library with left-fold interface for Oracle. changelog: '' basic-deps: base: ! '>=4.5 && <5' time: -any...
Update from Hackage at 2016-11-08T15:01:09Z
Update from Hackage at 2016-11-08T15:01:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
1ff834e55ac7cc8327d0a1798bec978df2f185aa
roles/etcd/tasks/auxiliary/drop_etcdctl.yml
roles/etcd/tasks/auxiliary/drop_etcdctl.yml
--- - name: Install etcd for etcdctl package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present when: not openshift_is_atomic | bool register: result until: result is succeeded - name: Configure etcd profile.d aliases template: dest: "/etc/profile.d/etcdctl.sh" src: e...
--- - name: Install etcd for etcdctl package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present when: not openshift_is_containerized | bool register: result until: result is succeeded - name: Configure etcd profile.d aliases template: dest: "/etc/profile.d/etcdctl.sh" ...
Use openshift_is_containerized instead of openshift_is_atomic when installing etcd
Use openshift_is_containerized instead of openshift_is_atomic when installing etcd This allows non-Atomic hosts to be used to install containerized etcd
YAML
apache-2.0
abutcher/openshift-ansible,rhdedgar/openshift-ansible,rjhowe/openshift-ansible,miminar/openshift-ansible,sosiouxme/openshift-ansible,twiest/openshift-ansible,aveshagarwal/openshift-ansible,jwhonce/openshift-ansible,maxamillion/openshift-ansible,anpingli/openshift-ansible,gburges/openshift-ansible,rjhowe/openshift-ansib...
10ff3ffa62730022f6f3d5c14a315a1ad8d3d530
_config_master.yml
_config_master.yml
image_server_url: https://tunnel1.cmlteam.com resources_server_url: https://tunnel1.cmlteam.com
image_server_url: https://next.cmlteam.com resources_server_url: https://next.cmlteam.com
Fix img and resources URLs for test
CML-126: Fix img and resources URLs for test
YAML
apache-2.0
xonixx/cml-site-jekyll,xonixx/cml-site-jekyll,xonixx/cml-site-jekyll,xonixx/cml-site-jekyll,xonixx/cml-site-jekyll
724a04e4f012ba8e77635eb3c3204188d934f7ad
packages/da/data-forest.yaml
packages/da/data-forest.yaml
homepage: https://github.com/chris-martin/haskell-libraries changelog-type: '' hash: af0b12f29566365f8ac735e942198965dc62dc667fff5ca3ec8e6d3a6f6a2880 test-bench-deps: base: ! '>=4.9 && <4.10' doctest: -any forest: -any maintainer: Chris Martin <ch.martin@gmail.com> synopsis: A simple multi-way tree data structure...
homepage: https://github.com/chris-martin/haskell-libraries changelog-type: '' hash: 65ac44d5c7b6bd0ad091f1d3d8e9839cbfef62e9e865c6620f3c67c4923da8d8 test-bench-deps: data-forest: -any base: ! '>=4.9 && <4.10' doctest: -any maintainer: Chris Martin <ch.martin@gmail.com> synopsis: A simple multi-way tree data stru...
Update from Hackage at 2017-04-27T07:13:12Z
Update from Hackage at 2017-04-27T07:13:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
601fd00f641b14fb45e041fd344f04dd8661404e
packages/pa/parsec-free.yaml
packages/pa/parsec-free.yaml
homepage: https://github.com/jwiegley/parsec-free changelog-type: '' hash: 25574a4c785345571644a4fb502d453b98e6023f9d9b6a3812a9d3874d0035ea test-bench-deps: {} maintainer: johnw@newartisans.com synopsis: Parsec API encoded as a deeply-embedded DSL, for debugging and analysis changelog: '' basic-deps: free: -any byt...
homepage: https://github.com/jwiegley/parsec-free changelog-type: '' hash: 8a48a4dba31c9b375f82bce517b4f81decfaf0f8bce0fa5b923c8e7a19a3327f test-bench-deps: {} maintainer: johnw@newartisans.com synopsis: Parsec API encoded as a deeply-embedded DSL, for debugging and analysis changelog: '' basic-deps: free: -any byt...
Update from Hackage at 2016-10-10T05:13:11+00:00
Update from Hackage at 2016-10-10T05:13:11+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
38d6a344209b34e11e1ea77d8f9a0e46d89a75b3
recipes/jupyter_conda/meta.yaml
recipes/jupyter_conda/meta.yaml
{% set name = "jupyter_conda" %} {% set version = "2.3.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: f536d9290443c8a978aeca87847a05682da0caab79d09e1cf6d797a7d6f48f6c build: number:...
{% set name = "jupyter_conda" %} {% set version = "2.3.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: f536d9290443c8a978aeca87847a05682da0caab79d09e1cf6d797a7d6f48f6c build: number:...
Correct host - build conflict
Correct host - build conflict
YAML
bsd-3-clause
kwilcox/staged-recipes,asmeurer/staged-recipes,asmeurer/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,rmcgibbo/staged-recipes,petrushy/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,SylvainCorlay/staged-recipes,mcs07/s...
945df392f2e3d1224cb30a375731972e9a6a03da
recipes/radio_beam/meta.yaml
recipes/radio_beam/meta.yaml
{% set name = "radio_beam" %} {% set version = "0.2" %} {% set hash_type = "sha256" %} {% set hash_value = "3b3b3cfcc17d61df469c9e45d7f7fc993b902f3f2c076279071fd984a6e5763d" %} package: name: radio-beam version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.tar.gz' url: https://pypi.io/packages/source...
{% set name = "radio_beam" %} {% set version = "0.2" %} {% set hash_type = "sha256" %} {% set hash_value = "3b3b3cfcc17d61df469c9e45d7f7fc993b902f3f2c076279071fd984a6e5763d" %} package: name: radio-beam version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.tar.gz' url: https://pypi.io/packages/source...
Include offline and no-git options
Include offline and no-git options
YAML
bsd-3-clause
kwilcox/staged-recipes,jjhelmus/staged-recipes,patricksnape/staged-recipes,synapticarbors/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,basnijholt/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,rmcgibbo/staged-recipes,kwilcox/staged-recipes,mcs07/staged-recipe...
cdf94cea9a47bc7c89c7239620cb1f01a16d224f
recipes/removestar/meta.yaml
recipes/removestar/meta.yaml
{% set name = "removestar" %} {% set version = "1.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: ece95f52afa7fb293767b39bba2fc1f0ffa12a711dea7676128f2b6f31668af9 build: noarch: python...
{% set name = "removestar" %} {% set version = "1.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: ece95f52afa7fb293767b39bba2fc1f0ffa12a711dea7676128f2b6f31668af9 build: noarch: python...
Remove spaces from the version restriction
Remove spaces from the version restriction
YAML
bsd-3-clause
igortg/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,asmeurer/staged-recipes,isuruf/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,asmeurer/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recip...
85005ca5c8a7ba6434263c33f17e937ba17b60bc
roles/knowhow/tasks/main.yml
roles/knowhow/tasks/main.yml
--- - 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
--- - 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 - name: Check out app repositorie...
Check out repositories for Knowhow
Check out repositories for Knowhow
YAML
mit
RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible
f25aa224cc51a81a5d78abe6e4662d4761ac1c2e
resource-server/circle.yml
resource-server/circle.yml
test: override: - mvn verify deployment: staging: branch: master commands: - curl -X POST https://circleci.com/api/v1/project/osiam/connector4java-integration-tests/tree/master?circle-token=$CIRCLE_TOKEN - > curl -H "Content-Type: application/json" --data '{"source_type": "Branch", "source...
test: override: - mvn verify deployment: staging: branch: master commands: # de-activated as we don't build the artifacts on CircleCI, yet. Re-activate this when we do. #- curl -X POST https://circleci.com/api/v1/project/osiam/connector4java-integration-tests/tree/master?circle-token=$CIRCLE_TOKEN...
Disable triggering of ITs on CircleCI after build
Disable triggering of ITs on CircleCI after build The internal CI will do this until we build and deploy our artifacts on CircleCI.
YAML
mit
tkrille/osiam-osiam,fwilhe/osiam,fwilhe/osiam,osiam/osiam,tkrille/osiam-osiam,tkrille/osiam-osiam,osiam/osiam,osiam/osiam,fwilhe/osiam
b17bc5f63d2fd45e1c080b5e013861ee53aa73c0
starkit_env27.yml
starkit_env27.yml
name: starkit channels: - conda-forge dependencies: - python=2.7.15 - numpy=1.12 - scipy=1.0 - pandas - pytables - h5py=2.6 - matplotlib - astropy=2 - numexpr=2.6 - pytest=3.0 - pyyaml=3.12 - tqdm=4 - jupyter # RTD requirements - nbformat - nbsphinx - nbconvert - sphinx==1.5.6 #Coverage requirements - coverage=...
name: starkit channels: - conda-forge dependencies: - python=2.7.15 - numpy=1.12 - scipy=1.0 - pandas - pytables - h5py=2.6 - matplotlib - astropy=2 - numexpr=2.6 - pytest=3.0 - pyyaml=3.12 - tqdm=4 - jupyter # RTD requirements - nbformat - nbsphinx==0.3.5 - nbconvert - sphinx==1.5.6 #Coverage requirements - co...
Set nbsphinx to v0.3.5 to remove extension error
Set nbsphinx to v0.3.5 to remove extension error
YAML
bsd-3-clause
wkerzendorf/wsynphot
d455eb7243fa9900f973ebb36312f589fe0071bc
packages/cl/clit.yaml
packages/cl/clit.yaml
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: 2d7d1bff40eb1457f3a00b70c9458fccdb0d41d52ac74798721ead7fdc150099 test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: f09c7ef7d3c60f67faa057b959d92da50d8a039f6b19be3474279d766a2940d0 test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
Update from Hackage at 2016-12-21T07:00:40Z
Update from Hackage at 2016-12-21T07:00:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
0cea4982eeb29221a33d43b3e3d21f7cf752337e
recipes/tabula-java/meta.yaml
recipes/tabula-java/meta.yaml
{% set name = "tabula-java" %} {% set version = "1.0.2" %} {% set sha256 = "b410500479e329cb5847003f2101f1293a5e2050ee4b0095fc4cf072e9e4bae2" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/tabulapdf/{{ name }}/archive/v{{ version }...
{% set name = "tabula-java" %} {% set version = "1.0.2" %} {% set sha256 = "b410500479e329cb5847003f2101f1293a5e2050ee4b0095fc4cf072e9e4bae2" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/tabulapdf/{{ name }}/archive/v{{ version }...
Remove gettext and posix dependencies
Remove gettext and posix dependencies
YAML
bsd-3-clause
rvalieris/staged-recipes,ceholden/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,jjhelmus/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,rmcgibbo/staged-recipes,igortg/staged-recipes,jjhelmus/staged-recipes,cpaulik/...
56fde3f7e2de2e1c4eb51193cb650122f32e92bd
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: run lint run: | make lint - name: run solutions run: | make run
name: CI on: [push] jobs: build: runs-on: ubuntu-18.04 steps: - name: Checkout code uses: actions/checkout@v2 - name: run lint run: | make lint - name: run solutions run: | make run
Rollback ubuntu version for CI
Rollback ubuntu version for CI
YAML
mit
deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playgr...