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
9e62be01a476a0630eabbf583bec7bfaa554f7b5
pkg/stub_core_library/pubspec.yaml
pkg/stub_core_library/pubspec.yaml
name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0 <0.23.0" path: ">=1.1.0 <2.0.0"
name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0-dev <0.23.0" path: ">=1.1.0 <2.0.0"
Use a dev version constraint in stub_core_library.
Use a dev version constraint in stub_core_library. This fixes the pkgbuild tests for this package. R=rnystrom@google.com Review URL: https://codereview.chromium.org//398393002 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@38339 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-...
82c7ab26e1c257f06261d3942893d49db51bb702
templates/cf-infrastructure-vsphere.yml
templates/cf-infrastructure-vsphere.yml
meta: ~ compilation: cloud_properties: ram: 4096 disk: 10240 cpu: 2 networks: (( merge )) resource_pools: - name: services-small stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: (( merge || "2831" )) cloud_properties: ram: 4096 # enough for extracting ...
meta: ~ compilation: cloud_properties: ram: 4096 disk: 20480 cpu: 4 networks: (( merge )) resource_pools: - name: services-small stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: (( merge || "2831" )) cloud_properties: ram: 4096 # enough for extracting ...
Increase ephemeral disk and CPU for vsphere compilation VMs.
Increase ephemeral disk and CPU for vsphere compilation VMs. [#88293658]
YAML
apache-2.0
cloudfoundry/cf-mysql-release,cloudfoundry/cf-mysql-release,krishna-mk/cf-mysql-release,kbastani/cf-mysql-release,kbastani/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,kbastani/cf-mysql-release,krishna-mk/cf-mysql-release,krishna-mk...
cb5038a8430273092032d9d01fda2e68f3c81e26
metadata/me.writeily.yml
metadata/me.writeily.yml
Categories: - Writing License: MIT SourceCode: https://github.com/plafue/writeily-pro IssueTracker: https://github.com/plafue/writeily-pro/issues Changelog: https://github.com/plafue/writeily-pro/releases AutoName: Writeily Pro Description: |- Simply and elegantly compose notes in markdown or plain text. Organiz...
Categories: - Writing License: MIT SourceCode: https://github.com/plafue/writeily-pro IssueTracker: https://github.com/plafue/writeily-pro/issues Changelog: https://github.com/plafue/writeily-pro/releases AutoName: Writeily Pro Description: |- Simply and elegantly compose notes in markdown or plain text. Organiz...
Update CV of Writeily Pro to 1.3.2 (8)
Update CV of Writeily Pro to 1.3.2 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
61662feaf4bd8bc84ef0ca4f8a040ede436f8e72
.github/workflows/deploy-github.yml
.github/workflows/deploy-github.yml
# Deploy your Hyas site to GitHub Pages name: GitHub Pages on: push: branches: - main jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' - name: Install dependencies run: npm ...
# Deploy your Hyas site to GitHub Pages name: GitHub Pages on: push: branches: - main jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' - name: Install dependencies run: npm ...
Remove test procedure from gh action
Remove test procedure from gh action
YAML
mit
thassiov/thassiov.github.io,thassiov/thassiov.github.io
b207cca5ac66219d2087225aeb7f1e681958da1c
.github/workflows/pythonpackage.yml
.github/workflows/pythonpackage.yml
name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
Rename 'Test with pytest' -> 'Run pytest'
Rename 'Test with pytest' -> 'Run pytest'
YAML
mit
sgaynetdinov/py-vkontakte
562f1f69e341994803a38ac8a8f4e6a320793e6a
.github/workflows/test-and-lint.yml
.github/workflows/test-and-lint.yml
name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10-dev"] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 ...
name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.7", "3.8", "3.9"] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: ...
Remove 3.10 from build and test for now
Remove 3.10 from build and test for now
YAML
mit
srittau/rouver
c702c908fd07409f1df204383c7047345c969874
.github/workflows/update-master.yml
.github/workflows/update-master.yml
name: Update master branch on: push: branches: - main jobs: update-ref: runs-on: ubuntu-latest steps: - uses: actions/github-script@v3 with: script: | github.git.updateRef({ owner: context.repo.owner, repo: context.repo.repo, ...
name: Update master branch on: push: branches: - main jobs: update-ref: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: | git update-ref refs/heads/master "${GITHUB_SHA}" git push origin master
Use Git commit instead of GitHub script
Use Git commit instead of GitHub script
YAML
mit
jmlntw/dotfiles,jmlntw/dotfiles
8e26c2329e6852e6fe74027737557b7f71c4e595
test/fixtures/kind/config-v1alpha2.yaml
test/fixtures/kind/config-v1alpha2.yaml
# this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 kind: Con...
# this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 kind: Con...
Fix up 1.11 e2e tests
Fix up 1.11 e2e tests Signed-off-by: James Munnelly <474ba67bdb289c6263b36dfd8a7bed6c85b04943@munnelly.eu>
YAML
apache-2.0
jetstack/cert-manager,jetstack-experimental/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager
cc8b46091688024c28c2c00e9a1beeac8367e768
packages/mi/mios.yaml
packages/mi/mios.yaml
homepage: https://github.com/shnarazk/mios changelog-type: '' hash: 047b5337db8746af9ebea8ff95ff8406cad9545890655726200b26c345aba6dc test-bench-deps: {} maintainer: Shuji Narazaki <narazaki@nagasaki-u.ac.jp> synopsis: A Minisat-based CDCL SAT solver in Haskell changelog: '' basic-deps: bytestring: ! '>=0.10' base: ...
homepage: https://github.com/shnarazk/mios changelog-type: '' hash: ac617598a7a4c3dc6559f2215fcecd4fc724a2f3f49fddf37259e7b5d790b92e test-bench-deps: {} maintainer: narazaki@nagasaki-u.ac.jp synopsis: A Minisat-based CDCL SAT solver in Haskell changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 && <5' ...
Update from Hackage at 2017-12-20T00:52:30Z
Update from Hackage at 2017-12-20T00:52:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
5902e59238edd68e44ca061d96c8267abd725ecc
packages/pi/Piso.yaml
packages/pi/Piso.yaml
homepage: https://github.com/MedeaMelana/Piso changelog-type: '' hash: a3a68056cce6d407e5a416daa7288da28c7fda20429673463dd0b7a88444f2d2 test-bench-deps: {} maintainer: martijn@van.steenbergen.nl synopsis: Partial isomorphisms changelog: '' basic-deps: base: ! '>=3.0 && <5' template-haskell: -any all-versions: - '0....
homepage: https://github.com/MedeaMelana/Piso changelog-type: '' hash: 77d29f8dce634a2f727ea0927a4da4fc3d09b9b28aeabfed8799fd6c8ba611f8 test-bench-deps: {} maintainer: martijn@van.steenbergen.nl synopsis: Partial isomorphisms changelog: '' basic-deps: base: ! '>=4.6 && <5' template-haskell: <2.11 all-versions: - '0...
Update from Hackage at 2017-05-05T12:38:58Z
Update from Hackage at 2017-05-05T12:38:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
87b7b1f9e296b9357858f5d2e76a7df326c5a982
packages/fx/fxpak.yaml
packages/fx/fxpak.yaml
homepage: https://github.com/wuest/fxpak changelog-type: markdown hash: c4c2818622aff908376db159fd4f9cf4da267935f27360705717efd199ab2a00 test-bench-deps: {} maintainer: tina@wuest.me synopsis: Interface to the FXPak/FXPak Pro USB interface changelog: | # Revision history for fxpak ## 0.0.1 -- 2021-03-14 * Pre-r...
homepage: https://github.com/wuest/fxpak changelog-type: markdown hash: 8cb7791a1ed8e963c54a3ff66b175f1a0d0a4b1c2d27dd43b2820a9cbdd3a4f4 test-bench-deps: {} maintainer: tina@wuest.me synopsis: Interface to the FXPak/FXPak Pro USB interface changelog: | # Revision history for fxpak ## 0.0.1 -- 2021-03-14 * Pre-r...
Update from Hackage at 2021-04-06T13:36:50Z
Update from Hackage at 2021-04-06T13:36:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
bd26afa3fd683af4a44d4b0f3ca4f8d03c51a154
.buildkite/pipeline.yml
.buildkite/pipeline.yml
plugins: &plugins stellargraph/github-merged-pr#develop: mode: checkout steps: - label: ":python:" command: - pip install -q --no-cache-dir -r requirements.txt -e . && py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovider ...
steps: - label: ":python:" command: - pip install -q --no-cache-dir -r requirements.txt -e . && py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovider && coveralls plugins: docker#v1.3.0: image: "python:3.6" ...
Revert "add github merged pr plugin"
Revert "add github merged pr plugin"
YAML
apache-2.0
stellargraph/stellargraph,stellargraph/stellargraph
06197906cf10fd712c936031e46ec20a0edff2ba
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - label: ":shell: Tests" plugins: docker-compose#v1.2.1: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v1.0.0: name: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.0.1: files: hooks/** skip: "Shellcheck doesn't pass right ...
steps: - label: ":shell: Tests" plugins: docker-compose#v1.8.4: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v1.0.0: name: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.0.1: files: hooks/** skip: "Shellcheck doesn't pass right ...
Update buildkite plugin docker-compose to v1.8.4
Update buildkite plugin docker-compose to v1.8.4
YAML
mit
buildkite-plugins/ecr-buildkite-plugin
7c4b9ed9036925250caab8d786f26e88397d4120
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test
steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test - wait - block: ":rocket: Release" prompt: Create a release, and...
Add block and release step
Add block and release step
YAML
mit
vital-software/scala-redox
552fdd8d55ae5fc3d4d92b70b830f5db2133de73
ansible/install/roles/pbench/tasks/main.yml
ansible/install/roles/pbench/tasks/main.yml
--- # # Tasks for pbench # - name: Install pbench repo file get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo when: pbench - name: Install pbench-agent yum: name=pbench-agent state=latest when: pbench
--- # # Tasks for pbench # - name: Install pbench repo file get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo when: pbench - name: Install pbench-agent yum: name=pbench-agent state=latest when: pbench - name: Ensure pbench directory exists as stack user on director file: path=/var...
Add pbench directory to director with user stack.
Add pbench directory to director with user stack.
YAML
apache-2.0
jkilpatr/browbeat,jkilpatr/browbeat,jtaleric/browbeat,jtaleric/browbeat
55b6fac4c79d82bb69522adf1b39696c8fbccc74
.github/workflows/c.yml
.github/workflows/c.yml
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 strategy: fail-fast: false matrix: os: [ openbsd-7.0 ] steps: - name: Bootstrap ${{ matrix.os }} uses: mario-campos/emulate@main with: ...
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 strategy: fail-fast: false matrix: os: [ openbsd-latest ] steps: - name: Bootstrap ${{ matrix.os }} uses: mario-campos/emulate@v1 with: ...
Use openbsd-latest and the v1 tag
Use openbsd-latest and the v1 tag
YAML
bsd-3-clause
mario-campos/dyndnsd
1696382d251a0740d5feebdd6e302aa0b600df95
.pre-commit-config.yaml
.pre-commit-config.yaml
exclude: ^(docs|.*test_files|cmd_line|dev_scripts) default_language_version: python: python3.8 repos: - repo: https://github.com/psf/black rev: 21.12b0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-yaml - id: end-of-fi...
exclude: ^(docs|.*test_files|cmd_line|dev_scripts) default_language_version: python: python3.8 repos: - repo: https://github.com/psf/black rev: 22.1.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-yaml - id: end-of-fil...
Update black and mypy versions in pre-commit yaml
Update black and mypy versions in pre-commit yaml
YAML
mit
davidwaroquiers/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,gVallverdu/pymatgen,fraricci/pymatgen,davidwaroquiers/pymatgen,davidwaroquiers/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,davidwaroquiers/pymatgen
3e2dc859cbef08bbdc1cf215ce6909b55c8f1fa3
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/ambv/black rev: 18.9b0 hooks: - id: black language_version: python3.6 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs rev: v0.3.0 hooks: - id: blacken-docs additional_depen...
repos: - repo: https://github.com/ambv/black rev: 18.9b0 hooks: - id: black language_version: python3.6 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs rev: v0.3.0 hooks: - id: blacken-docs additional_depen...
Update black version in blacken-docs
Update black version in blacken-docs
YAML
mit
sloria/webargs
f8a037aa822415d10f0ca8b8be0bb06d49f03d10
.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/python/black/ rev: 19.10b0 hooks: - id: black - repo: https://github.com/sqlalchemyorg/zimports/ rev: master hooks: - id: zimports - repo: https:...
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/python/black rev: 19.10b0 hooks: - id: black - repo: https://github.com/sqlalchemyorg/zimports rev: master hooks: - id: zimports - repo: https://...
Remove trailing slashes in pre-commit config
Remove trailing slashes in pre-commit config See https://github.com/sqlalchemy/dogpile.cache/pull/176 Change-Id: Id9a75546d4d0eae93ad837a77c6ffa9249efff5c
YAML
mit
monetate/sqlalchemy,j5int/sqlalchemy,graingert/sqlalchemy,sqlalchemy/sqlalchemy,zzzeek/sqlalchemy,monetate/sqlalchemy,graingert/sqlalchemy,j5int/sqlalchemy
03149acf63cc23a542cf115eec08166109ce754f
ansible-checkmk_agent/playbooks/test.yml
ansible-checkmk_agent/playbooks/test.yml
--- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services tags: [ 'role::etc_services' ] etc_services__dependent_list: - name: 'check-mk-agent' port: '{{ checkmk_agent_port }}' comment: 'Check_MK agent (via xinetd)' when: (checkmk_agent|d() ...
--- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services tags: [ 'role::etc_services' ] etc_services__dependent_list: - name: 'check-mk-agent' port: '{{ checkmk_agent__port }}' comment: 'Check_MK agent (via xinetd)' when: (checkmk_agent|d()...
Adjust variable namespacing to role changes
Adjust variable namespacing to role changes
YAML
mit
ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite
612f7d86c5ed6d37a141d25e0a9fa2bd5ade75ee
.forestry/front_matter/templates/article.yml
.forestry/front_matter/templates/article.yml
--- hide_body: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: text name: link label: Link - type: list name: tool label: Related Tool config: use_select: true source: type: page...
--- hide_body: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: text name: link label: Link - type: list name: tool label: Related Tool config: use_select: true source: type: page...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic
da976ce088361a76c0ab67c410b8f774c2412d7b
.github/workflows/issue-pr-interceptor.yml
.github/workflows/issue-pr-interceptor.yml
name: "Intercept bad issue/PRs" on: issues: types: [opened, reopened] pull_request: types: [opened, reopened] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/issue-closer@v1.1 with: repo-token: ${{ secre...
name: "Intercept bad issue/PRs" on: issues: types: [opened, reopened] pull_request: types: [opened, reopened] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/issue-closer@v1.1 with: repo-token: ${{ secre...
Allow the PRs from dependabot
Allow the PRs from dependabot
YAML
mit
mohuk/mohuk.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io,aaronisme/aaronisme.github.io,aaronisme/aaronisme.github.io,mohuk/mohuk.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io
8b86f0717afd6ba4a81d9130185fb8981ec6e6c3
.github/workflows/publish-to-dockerhub.yml
.github/workflows/publish-to-dockerhub.yml
name: Publish 📦 to DockerHub on: push: tags: - "v*" env: alpine_version: alpine3.12 debian_version: buster jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: os: [alpine, debian] steps: - uses: actions/checkout@v2 - name: Set up Pyth...
name: Publish 📦 to DockerHub on: push: tags: - "v*" env: alpine_version: alpine3.12 debian_version: buster jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: os: [alpine, debian] steps: - uses: actions/checkout@v2 - name: Set up Pyth...
Switch to packaging module, as used by pip
Switch to packaging module, as used by pip
YAML
mit
egnyte/gitlabform,egnyte/gitlabform
4d57c783d0f9de84a368b03c04c61072a0e45038
docs/_config.yml
docs/_config.yml
title: Cayman theme description: Cayman is a clean, responsive theme for GitHub Pages. show_downloads: true google_analytics: theme: jekyll-theme-cayman
title: React Drafts description: A React-based text editor written using DraftJS show_downloads: true google_analytics: theme: jekyll-theme-cayman
Use real title and description
[docs] Use real title and description
YAML
mit
crossfield/react-drafts
0359af9950ac5d9d968340a62e9fbecde7f9c326
docs/_config.yml
docs/_config.yml
# Site settings title: "ALS Prolog" url: "https://alsprolog.com" repository: "AppliedLogicSystems/ALSProlog" # Build settings markdown: kramdown theme: minima #permalink: pretty kramdown: syntax_highlighter_opts: default_lang: prolog # Enable as many error-checks as possible safe : true strict_...
# Site settings title: "ALS Prolog" url: "https://alsprolog.com" repository: "AppliedLogicSystems/ALSProlog" # Build settings markdown: kramdown theme: minima #permalink: pretty kramdown: syntax_highlighter_opts: default_lang: prolog # Enable as many error-checks as possible safe : true strict_...
Exclude various support files from Jekyll build.
Exclude various support files from Jekyll build.
YAML
mit
AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog
7a1782c3cd86a739a19b5382235cfadd6bba7da2
data/hostname/worker02.softwareheritage.org.yaml
data/hostname/worker02.softwareheritage.org.yaml
networks: private: interface: ens19 address: 192.168.100.22 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: ens18 address: 128.93.193.22 netmask: 255.255.255.0 gateway: 128.93.193.254
networks: private: interface: ens19 address: 192.168.100.22 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: ens18 address: 128.93.193.22 netmask: 255.255.255.0 gateway: 128.93.193.254 swh::deploy::worker::instances: - swh_lister_debian - swh_lister_github - s...
Deploy deposit loader on worker02 as tryout
data/worker02: Deploy deposit loader on worker02 as tryout Related T821
YAML
apache-2.0
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
3873ec804796be71c20cfd35feab7ef5be5328d5
packages/mo/monadIO.yaml
packages/mo/monadIO.yaml
homepage: '' changelog-type: '' hash: 6e94f6140139b83b9ce8bedd91530054cde6a8232eea3131aea7259d3a1439d6 test-bench-deps: {} maintainer: Thomas M. DuBuisson synopsis: Overloading of concurrency variables changelog: '' basic-deps: stm: ! '>=2.2.0.0' base: ! '>=4.2.0.0 && <5.0' mtl: ! '>=2.0.1.0' all-versions: - '0.9...
homepage: '' changelog-type: '' hash: 2407c8aee3a74f3eba897f7c87f702f502394aec8cd412f3d2334cc353f54f13 test-bench-deps: {} maintainer: Thomas M. DuBuisson synopsis: Overloading of concurrency variables changelog: '' basic-deps: stm: ! '>=2.5.0.0' base: ! '>=4.2.0.0 && <5.0' mtl: ! '>=2.0.1.0' all-versions: - '0.9...
Update from Hackage at 2018-10-03T04:41:05Z
Update from Hackage at 2018-10-03T04:41:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
8c079012b5defcaa8ed871fca850f4b71097b9b3
docker-compose.prod.yml
docker-compose.prod.yml
version: "3.7" #services: # web: # volumes: # - web-static:/app/wwwroot networks: # https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml reverse-proxy: external: name: wp-host_reverse-proxy #volumes: # web-static:
version: "3.7" services: # web: # volumes: # - web-static:/app/wwwroot networks: # https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml reverse-proxy: external: name: wp-host_reverse-proxy #volumes: # web-static:
Revert "attempt to fix FilterLists static file access"
Revert "attempt to fix FilterLists static file access" This reverts commit b037fd884a21bb2d1e541e5d5e027271003d6686.
YAML
mit
collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists
6d1a24e7140c75d14890b58e7f9b909c533860aa
.github/workflows/jpa_integration_ci.yml
.github/workflows/jpa_integration_ci.yml
# Runs optaplanner-persistence-jpa module tests in a PostgreSQL container name: OptaPlanner Persistence JPA CI on: push: branches: - master - 7.x pull_request: branches: - master - 7.x env: # To prevent build failures due to "Connection reset" during artifact download. MVN_CON...
# Runs optaplanner-persistence-jpa module tests in a PostgreSQL container name: OptaPlanner Persistence JPA CI on: push: branches: - master - 7.x pull_request: branches: - master - 7.x env: # To prevent build failures due to "Connection reset" during artifact download. MVN_CON...
Build optaplanner-persistence-jpa dependencies in JPA CI
Build optaplanner-persistence-jpa dependencies in JPA CI
YAML
apache-2.0
droolsjbpm/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,droolsjbpm/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner
e1005e5fca7b20b652cfd4236c3bc613930b2d56
packages/ch/chart-svg.yaml
packages/ch/chart-svg.yaml
homepage: https://github.com/tonyday567/chart-svg#readme changelog-type: '' hash: be74f6efa8abb68743672b69aba1a07461aa7d2822d988f460b5c918ba258433 test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: lucid: -any JuicyPixels: -any base: ! '>=4.7 && <5' time: -any...
homepage: https://github.com/tonyday567/chart-svg#readme changelog-type: '' hash: 658545bf0f41be7cd0ab54e91de1249bcfb4e28a0a117ddb491d3a4a5de05a1e test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: lucid: -any base: '>=4.7 && <5' time: -any unordered-container...
Update from Hackage at 2020-05-20T00:14:19Z
Update from Hackage at 2020-05-20T00:14:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
54e9d092481ba8672af488756776425c2d61943d
packages/fi/filtrable.yaml
packages/fi/filtrable.yaml
homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: e268a835331e38e3aa28149884291b7faa3a8653da16803f506bcbbc9834a5ba test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <4.9' all-versions: - '0.1.0.0' - '0.1.0.1'...
homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: e3590318d6d0d862d917ca1430465d6fa6488eaeab74fd2c2e2e28cbbe2cf8de test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <4.9' all-versions: - '0.1.0.0' - '0.1.0.1'...
Update from Hackage at 2016-02-17T16:41:10+0000
Update from Hackage at 2016-02-17T16:41:10+0000
YAML
mit
commercialhaskell/all-cabal-metadata
c26d1c594edd78a7abd22aebe0e14631b1b8b9f7
packages/fw/fwgl-glfw.yaml
packages/fw/fwgl-glfw.yaml
homepage: https://github.com/ZioCrocifisso/FWGL changelog-type: '' hash: f2a35fcd71bbea225624cf3b6d1f78647e103a1ee1edcc0a7eb9e27b0c4642d8 test-bench-deps: {} maintainer: ziocroc@gmail.com synopsis: FWGL GLFW backend changelog: '' basic-deps: Yampa: ! '>=0.9 && <0.10' JuicyPixels: ! '>=3.2 && <3.3' base: ! '>=4.7 ...
homepage: https://github.com/ziocroc/FWGL changelog-type: '' hash: 867463a99788c02691f97edca55702dcc331b6b6f28b98d707eaae84e84694b8 test-bench-deps: {} maintainer: ziocroc@gmail.com synopsis: FWGL GLFW backend changelog: '' basic-deps: Yampa: ! '>=0.9 && <0.10' JuicyPixels: ! '>=3.2 && <3.3' base: ! '>=4.7 && <4....
Update from Hackage at 2015-07-19T21:39:02+0000
Update from Hackage at 2015-07-19T21:39:02+0000
YAML
mit
commercialhaskell/all-cabal-metadata
668f61a73a86e88f58314b1e746e42ec07b1449a
packs/st2/config.schema.yaml
packs/st2/config.schema.yaml
--- base_url: description: "Base URL for StackStorm API endpoints" type: "string" secret: false required: false api_url: description: "Base URL for StackStorm API endpoint" type: "string" secret: false required: false auth_url: description: "Base URL for StackStorm AUTH endpoin...
--- base_url: description: "Base URL for StackStorm API endpoints" type: "string" secret: false required: false api_url: description: "Base URL for StackStorm API endpoint" type: "string" secret: false required: false auth_url: description: "Base URL for StackStorm AUTH endpoin...
Allow "cacert" configuration value to be either a string or boolean.
Allow "cacert" configuration value to be either a string or boolean.
YAML
apache-2.0
StackStorm/st2contrib,StackStorm/st2contrib,StackStorm/st2contrib
2f57a4fb23582316d486b72dca39b2774bef9e43
packages/mi/microbase.yaml
packages/mi/microbase.yaml
homepage: https://github.com/daig/microbase changelog-type: '' hash: 15755a0542821df0b044f06d6e84497495982bfa89a9009e08b5f4dcc5ce56fb test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 - 4....
homepage: https://github.com/daig/microbase changelog-type: '' hash: ec661984a87482a4ee75284dae1596b8b9cc47742e48f9879363572dc99810d9 test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 - 4....
Update from Hackage at 2020-04-28T07:32:59Z
Update from Hackage at 2020-04-28T07:32:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
4d961a551675434ef7d6f052633fa11205048c9f
packages/mo/monad-var.yaml
packages/mo/monad-var.yaml
homepage: https://github.com/effectfully/monad-var#readme changelog-type: '' hash: c984ce9df763d28c2eec20ab6b7091e5fe55437196d4bb65ceb457b80c12c6e2 test-bench-deps: {} maintainer: effectfully@gmail.com synopsis: A library that provides generic operations over variables generalized here and there to arbitrary effectfu...
homepage: https://github.com/effectfully/monad-var#readme changelog-type: '' hash: 54cc3a250f9da22047d04a91467617fc7d67e870b5dde8996f5140e4de073ef9 test-bench-deps: {} maintainer: effectfully@gmail.com synopsis: Generic operations over variables changelog: '' basic-deps: stm: ! '>=2.2 && <2.5' base: ! '>=4.7 && <5'...
Update from Hackage at 2017-11-16T09:11:43Z
Update from Hackage at 2017-11-16T09:11:43Z
YAML
mit
commercialhaskell/all-cabal-metadata
31647ebf0c714781875d17af22cd3dd558201e03
build.yaml
build.yaml
targets: website: builders: angular: options: use_new_template_parser: True build_web_compilers|entrypoint: generate_for: - web/**.dart options: compiler: dart2js dart2js_args: - --csp - --enable-diagnostic-colors ...
targets: website: builders: build_web_compilers|entrypoint: generate_for: - web/**.dart options: compiler: dart2js dart2js_args: - --csp - --enable-diagnostic-colors - --fast-startup - --minify - --trust-primitives...
Remove template parser config (now default) and enable fast-startup
Remove template parser config (now default) and enable fast-startup
YAML
mit
4cm4k1/anthony-codes,4cm4k1/website,4cm4k1/anthony-codes,4cm4k1/website
237d55c3a3fc8fc219c230413e875a76eece2a9d
metadata/de.neuwirthinformatik.alexander.archerystats.yml
metadata/de.neuwirthinformatik.alexander.archerystats.yml
Categories: - Sports & Health License: GPL-3.0-only AuthorName: Alexander Puck Neuwirth AuthorEmail: apnpucky@gmail.com SourceCode: https://github.com/APN-Pucky/ArcheryStats IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues Donate: https://paypal.me/apnpucky AutoName: ArcheryStats RepoType: git Repo: h...
Categories: - Sports & Health License: GPL-3.0-only AuthorName: Alexander Puck Neuwirth AuthorEmail: apnpucky@gmail.com SourceCode: https://github.com/APN-Pucky/ArcheryStats IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues Donate: https://paypal.me/apnpucky AutoName: ArcheryStats RepoType: git Repo: h...
Update ArcheryStats to 2.0.2 (3)
Update ArcheryStats to 2.0.2 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8f03092761dbd93bb4710fb5f2668e267834618d
circle.yml
circle.yml
# setting node version not supported on osx build #machine: #node: #version: 6.1.0 general: artifacts: - "release" # relative to the build directory
# setting node version not supported on osx build #machine: #node: #version: 6.1.0 general: artifacts: - "release" # relative to the build directory test: override: - npm run test - npm run build
Add build command to test
Add build command to test * in an attempt to allow CI to create a build artifact
YAML
mit
Fresh-maker/razor-client,Fresh-maker/razor-client
d6701549edbc08b6e801fadaecf0aa6bc1be4199
circle.yml
circle.yml
machine: python: version: 2.7.3 services: - docker dependencies: pre: - git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch - cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install - go get -t -d -v...
machine: python: version: 2.7.3 services: - docker dependencies: pre: - git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch - cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install - go get -t -d -v...
Add non-docker compiled libgit2 build
Add non-docker compiled libgit2 build
YAML
mpl-2.0
herman-rogers/Gogeta,Gamebuildr/Gogeta,Gamebuildr/Gogeta,herman-rogers/Gogeta
768497412c77d301d44d3fd5a9d5c07a0d23919d
circle.yml
circle.yml
machine: environment: ANDROID_BUILD_TOOLS_VERSION: 23.0.2 ANDROID_SDK_VERSION: 23 EMULATOR_AVD: circleci-android21 java: version: oraclejdk8 dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools - echo y | android update sdk --no-ui --all --filter platform-tools ...
machine: environment: ANDROID_BUILD_TOOLS_VERSION: 23.0.2 ANDROID_SDK_VERSION: 23 EMULATOR_AVD: circleci-android21 java: version: oraclejdk8 dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools - echo y | android update sdk --no-ui --all --filter platform-tools,bu...
Update dependencies in one go after having updated the SDK Tools
Update dependencies in one go after having updated the SDK Tools
YAML
apache-2.0
mkjensen/android-playground
257b3a09b69863a3a9fe5906231860783414e20b
circle.yml
circle.yml
dependencies: pre: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F76221572C52609D - yes | sudo add-apt-repository ppa:beineri/opt-qt551 - sudo apt-get update - sudo apt-get install qt55webkit - cat /opt/qt55/bin/qt55-env.sh >> ~/.circlerc post: - bundle update test: pre: ...
dependencies: post: - bundle update test: pre: - bundle exec rake rubocop - bundle exec rake bower:install post: - bundle exec rake app:assets:precompile
Remove qt install from CI config
Remove qt install from CI config
YAML
mit
ad2games/ui_components,ad2games/ui_components,ad2games/ui_components
fe41aec1c1459fb03f65943b747303aad83333c7
ansible/ntrw.yml
ansible/ntrw.yml
--- - hosts: all sudo: True remote_user: root vars: interactive_user: vagrant roles: - ansible-reload - dev-utils - dotfiles - couchdb-server - nodejs-dev - zero-disk
--- - hosts: all sudo: True remote_user: root vars: interactive_user: vagrant roles: - dev-utils - dotfiles - couchdb-server - nodejs-dev - zero-disk
Remove ansible aliases from global profile.d directory.
Remove ansible aliases from global profile.d directory.
YAML
mit
tomku/packer-templates
9d8da99ef96af0ead09be172b943f1b6d90d95ea
ansible/site.yml
ansible/site.yml
--- - hosts: all sudo: yes gather_facts: yes roles: - common - install-deps - install-app - configure-nginx
--- - hosts: all become: yes become_method: sudo become_user: root gather_facts: yes roles: - common - install-deps - install-app - configure-nginx
Use ansible 2.0 syntax for sudo
Use ansible 2.0 syntax for sudo
YAML
lgpl-2.1
kernelci/kernelci-frontend,kernelci/kernelci-frontend,kernelci/kernelci-frontend,kernelci/kernelci-frontend
4b8a317990c1403a443c92b2e147d8e32934adc0
chart/templates/influxdb-deployment.yaml
chart/templates/influxdb-deployment.yaml
{{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}} apiVersion: extensions/v1beta1 kind: Deployment metadata: name: influxdb labels: {{ .Values.productShortName }}.service: influxdb spec: replicas: 1 strategy: type: Recreate template: metadata: la...
{{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}} apiVersion: extensions/v1beta1 kind: Deployment metadata: name: influxdb labels: {{ .Values.productShortName }}.service: influxdb spec: replicas: 1 strategy: type: Recreate template: metadata: la...
Fix influxdb mountpath in helm chart
Fix influxdb mountpath in helm chart
YAML
agpl-3.0
mistio/mist.io,mistio/mist.io
b1db0a231dd30f16d50939186ada2d4d028e6803
locale/tags.yml
locale/tags.yml
tags: tags: Étiquettes discussion_tagged_post: one: "{username} {action} étiquette." other: "{username} {action} étiquettes." added_tags: "a ajouté {tags}" removed_tags: "a supprimé {tags}" tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion tag_new_discussion_link: Sélection...
tags: tags: Étiquettes discussion_tagged_post: one: "{username} {action} étiquette." other: "{username} {action} étiquettes." added_tags: "a ajouté {tags}" removed_tags: "a supprimé {tags}" tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion tag_new_discussion_link: Sélection...
Add {count} instead of one.
Add {count} instead of one.
YAML
mit
L33tSheep/flarum,L33tSheep/flarum,Yggdrasil-dono/flarum,Luceos/flarum-french,Yggdrasil-dono/flarum,milescellar/flarum-ext-french,milescellar/flarum-ext-french,milescellar/flarum-ext-french,Luceos/flarum-french
0c5d873389890635eeefae4739e1756555129aa2
deploy/roles/jekyll/tasks/main.yml
deploy/roles/jekyll/tasks/main.yml
--- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: name={{ ite...
--- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: name={{ ite...
Install Bundler, then use the Gemfile(.lock).
Install Bundler, then use the Gemfile(.lock).
YAML
apache-2.0
annegentle/developer.rackspace.com,sigmavirus24/developer.rackspace.com,annegentle/developer.rackspace.com,ktbartholomew/developer.rackspace.com,rgbkrk/developer.rackspace.com,rackerlabs/developer.rackspace.com,sigmavirus24/developer.rackspace.com,sigmavirus24/developer.rackspace.com,wbentley15/developer.rackspace.com,...
77f0b7081a4369906199c7986e40b6d9f7f3802a
.github/reviewer-lottery.yml
.github/reviewer-lottery.yml
groups: - name: devs reviewers: 1 usernames: - rileykarson - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1
groups: - name: devs reviewers: 1 usernames: - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1
Remove rileykarson from the reviewer lottery while out
Remove rileykarson from the reviewer lottery while out
YAML
mpl-2.0
hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google
ce45790b4c8bea12e4d1ba0c0e51d1f830f1772e
.github/workflows/django.yml
.github/workflows/django.yml
name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: actions/...
name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: actions/...
Fix github action python version
Fix github action python version
YAML
bsd-3-clause
manti-by/Churchill,manti-by/Churchill,manti-by/Churchill,manti-by/Churchill,manti-by/Churchill
1a84caf0ca23d125c170c9d95e06481212af8902
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: java-v...
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17', '18' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ...
Build and test also with Java 18
Build and test also with Java 18
YAML
bsd-3-clause
bwaldvogel/liblinear-java,bwaldvogel/liblinear-java
08f2f6dc04e601e0e68875785ff793555671b145
examples/finalist.yaml
examples/finalist.yaml
initial_walls: x: [100,200] y: [150] z: [150] intra_node_shape: [300, 300, 300] monitor_interval: 20 mpi_grid_shape: [4,4,4] temporal_blocking_interval: 4
initial_walls: x: [100,200] y: [150] z: [150] intra_node_shape: [300, 300, 300] monitor_interval: 20 mpi_grid_shape: [4,4,4] temporal_blocking_interval: 1
Reduce TB size for debugging
Reduce TB size for debugging
YAML
mit
nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura
dd7d27079be5cfa223c2610ca3ee2cc7ff39f623
.github/workflows/bpf-checks.yaml
.github/workflows/bpf-checks.yaml
name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker://cilium...
name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker://cilium...
Add action to build all BPF permutations
ci(gha): Add action to build all BPF permutations Use "make -C bpf build_all" to validate the buildability of the datapath in a variety of permutations of input configurations. Signed-off-by: Joe Stringer <16a9a54ddf4259952e3c118c763138e83693d7fd@cilium.io>
YAML
apache-2.0
tklauser/cilium,michi-covalent/cilium,tklauser/cilium,tklauser/cilium,tgraf/cilium,tklauser/cilium,michi-covalent/cilium,tgraf/cilium,cilium/cilium,cilium/cilium,tklauser/cilium,cilium/cilium,cilium/cilium,tgraf/cilium,cilium/cilium,tgraf/cilium,michi-covalent/cilium,michi-covalent/cilium,michi-covalent/cilium,tgraf/ci...
66b825fd90d7ab7ca3e50a605d2c7f01f0c343d7
packages/co/colorless-scotty.yaml
packages/co/colorless-scotty.yaml
homepage: '' changelog-type: '' hash: 08b1d522492172993b0fc904d686c641159960bbd6fa4dafd51a0b2a879020fa test-bench-deps: {} maintainer: Joe Vargas synopsis: Scotty server add-on for Colorless changelog: '' basic-deps: colorless: -any wai: -any base: ! '>=4.7 && <5' text: -any mtl: -any scotty: -any aeson: ...
homepage: '' changelog-type: '' hash: 2e90d93d9893eca5e9bd5a0f0c79968eb684127cf7567b2dcd1b35411b46988e test-bench-deps: {} maintainer: Joe Vargas synopsis: Scotty server add-on for Colorless changelog: '' basic-deps: colorless: -any wai: -any base: ! '>=4.7 && <5' text: -any mtl: -any scotty: -any aeson: ...
Update from Hackage at 2017-10-11T01:44:39Z
Update from Hackage at 2017-10-11T01:44:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
d5ca285e6e2db885e0d99a90f641dfbbc319c17f
.github/workflows/push-deploy.yml
.github/workflows/push-deploy.yml
# Copyright 2020 Google LLC # # 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 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2020 Google LLC # # 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 # # Unless required by applicable law or agreed to in writing, ...
Add the currecnt branch to master workflow to test pre-merge
Add the currecnt branch to master workflow to test pre-merge
YAML
apache-2.0
GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos
2936fb3cbbd3d6fc2332fcaca6306a77fa743065
config/genomes/TAIR10-resources.yaml
config/genomes/TAIR10-resources.yaml
version: 4 aliases: snpeff: athaliana130 srnaseq: srna-transcripts: ../srnaseq/srna-transcripts.gtf mirbase-hairpin: ../srnaseq/hairpin.fa mirbase-mature: ../srnaseq/mature.fa mirdeep2-fasta: ../srnaseq/Rfam_for_miRDeep.fa
version: 5 aliases: snpeff: athaliana130 srnaseq: srna-transcripts: ../srnaseq/srna-transcripts.gtf mirbase-hairpin: ../srnaseq/hairpin.fa mirbase-mature: ../srnaseq/mature.fa
Update TAIR10 genome to avoid mirdeep2
Update TAIR10 genome to avoid mirdeep2 Skip this until clear idea what is going on. https://github.com/chapmanb/bcbio-nextgen/issues/1421 Fix version
YAML
mit
biocyberman/bcbio-nextgen,vladsaveliev/bcbio-nextgen,mjafin/bcbio-nextgen,a113n/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,lbeltrame/bcbio-nextgen,chapmanb/bcbio-nextgen,a113n/bcbio-nextgen,biocyberman/bcbio-nextgen,brainstorm/bcbio-nextgen,lbeltrame/bcbio-nextgen,biocyberman/bcbio-nextgen,mjafin/b...
50766407f5a021bc300ec91984364e86f1baf2b4
appveyor.yml
appveyor.yml
environment: nodejs_version: "0.10" install: - ps: Install-Product node $env:nodejs_version - npm install - npm install -g grunt-cli test_script: - node --version - npm --version - grunt --version - grunt build: off
environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" install: - ps: Install-Product node $env:nodejs_version - npm install - npm install -g grunt-cli test_script: - node --version - npm --version - grunt --version - grunt build: off
Use node 0.12 in AppVeyor
Use node 0.12 in AppVeyor
YAML
apache-2.0
GabiGrin/tslint,prendradjaja/tslint,weswigham/tslint,marekszala/tslint,pocke/tslint,pspeter3/tslint,RyanCavanaugh/tslint,GabiGrin/tslint,bolatovumar/tslint,aciccarello/tslint,RyanCavanaugh/tslint,spirosikmd/tslint,aciccarello/tslint,JoshuaKGoldberg/tslint,pocke/tslint,prendradjaja/tslint,ScottSWu/tslint,andy-ms/tslint,...
784ad14b205044f24a6644e41b8e4dffd20a1e40
appveyor.yml
appveyor.yml
version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.4-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'} ...
version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.5-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'} ...
Update latest PHP Version in AppVeyor to 7.0.5
Update latest PHP Version in AppVeyor to 7.0.5
YAML
mit
felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug
88b384d63e4a5c7fb34e48a01f8a7d1f0f03f1f6
.drone.yml
.drone.yml
image: toc-test:latest git: depth: 100 script: - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp verify deploy: bash: command: source ./drone-deploy.sh notify: email: on_success: change on_failure: change, blame recipients: - toc-drone@lewisl.net
image: toc-test:latest git: depth: 100 script: - gulp lint - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-unit - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-e2e deploy: bash: command: source ./drone-deploy.sh notify: email: on_success: change on_failure: ...
Split up build task into separate steps
Split up build task into separate steps
YAML
agpl-3.0
lewisl9029/toc,lewisl9029/toc,lewisl9029/toc
229f84b0eb061c883f03e40f3d8c5c79abca43f6
.lando.yml
.lando.yml
name: dgreat recipe: pantheon config: framework: drupal8 env: dev site: dgreat id: 41cad7fe-472d-43a9-a470-d391b9622376 xdebug: true services: appserver: config: conf: conf/php.ini overrides: services: environment: BEHAT_PARAMS: >- {"extensions" : {"Beha...
name: dgreat recipe: pantheon config: framework: drupal8 env: dev site: dgreat id: 41cad7fe-472d-43a9-a470-d391b9622376 xdebug: true services: appserver: config: conf: conf/php.ini overrides: services: environment: BEHAT_PARAMS: >- {"extensions" : {"Beha...
Use rc1 syntax for tooling
Use rc1 syntax for tooling
YAML
mit
rjbain/dgreat,rjbain/dgreat,rjbain/dgreat,rjbain/dgreat
ff709954362cf37c21bbe5ede8c4d4ed81d64f48
.zuul.yaml
.zuul.yaml
- project: name: openstack-infra/shade check: jobs: - tox-py35-constraints
- project: name: openstack-infra/shade check: jobs: - tox-py35
Switch to normal tox-py35 job
Switch to normal tox-py35 job Change-Id: Id307bd15b0c1b43ce7fba15ac5230c7d26b2a5bc
YAML
apache-2.0
openstack/python-openstacksdk,stackforge/python-openstacksdk,stackforge/python-openstacksdk,openstack-infra/shade,openstack-infra/shade,openstack/python-openstacksdk,dtroyer/python-openstacksdk,dtroyer/python-openstacksdk
991f74a93fed98a75ef74be09bcc1bfbd741212f
recipes/gmp/meta.yaml
recipes/gmp/meta.yaml
{% set version = "6.1.0" %} package: name: gmp version: {{ version }} source: fn: gmp-{{ version }}.tar.bz2 url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2 md5: 86ee6e54ebfc4a90b643a65e402c4048 build: number: 0 skip: true # [win] test: files: - test.c about: home: http://gmplib.org/...
{% set version = "6.1.0" %} package: name: gmp version: {{ version }} source: fn: gmp-{{ version }}.tar.bz2 url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2 md5: 86ee6e54ebfc4a90b643a65e402c4048 build: number: 0 skip: true # [win] test: files: - test.c about: home: http://gmplib.org/...
Add recipe maintainers. [skip appveyor]
gmp: Add recipe maintainers. [skip appveyor]
YAML
bsd-3-clause
mariusvniekerk/staged-recipes,hadim/staged-recipes,SylvainCorlay/staged-recipes,dharhas/staged-recipes,dfroger/staged-recipes,igortg/staged-recipes,grlee77/staged-recipes,asmeurer/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,NOAA-ORR-ERD/staged-recipes,ericdill/staged-recipes,ocefpaf/staged-reci...
9623118a90134c5ae26e67d4c5a5feb03b29097d
roles/hostapd/tasks/main.yml
roles/hostapd/tasks/main.yml
--- - name: Unblock wlan command: rfkill unblock wlan when: ansible_architecture == 'x86_64' ignore_errors: yes - name: Install hostapd apt: name=hostapd state=latest when: ansible_architecture == 'x86_64' or ansible_architecture == 'armv7l' - name: Remove sysVinit startup file file: path=/etc/init.d/host...
--- - name: Unblock wlan command: rfkill unblock wlan when: ansible_architecture == 'x86_64' ignore_errors: yes - name: Install hostapd apt: name=hostapd state=latest when: ansible_architecture == 'x86_64' - name: Remove sysVinit startup file file: path=/etc/init.d/hostapd state=absent when: ansible_arc...
Change condition to install hostapd
Change condition to install hostapd
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
d0b634f1eef3289ae7008d6c2ce948c39a1976a9
data/hostname/tate.softwareheritage.org.yaml
data/hostname/tate.softwareheritage.org.yaml
smtp::virtual_aliases: "@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}" smtp::mail_aliases: "%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\"" ssh::port: 2222 networks: private: interface: eth1 address: 192.168.100...
smtp::virtual_aliases: "@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}" smtp::mail_aliases: "%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\"" ssh::port: 2222 networks: private: interface: eth1 address: 192.168.100...
Use proper hierarchy for apache rewrite domains
tate: Use proper hierarchy for apache rewrite domains
YAML
apache-2.0
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
07ca8ccb4786c9c616c12992a4a13f4cd11b5e35
crowdin.yml
crowdin.yml
files: - source: /languages/YourLanguage.ts translation: /languages/%language%.ts - source: /crash-reporter/languages/YourLanguage.ts translation: /crash-reporter/languages/%language%.ts
files: - source: /src/languages/YourLanguage.ts translation: /src/languages/%language%.ts - source: /src/crash-reporter/languages/YourLanguage.ts translation: /src/crash-reporter/languages/%language%.ts
Update Crowdin settings following reorg
Update Crowdin settings following reorg
YAML
apache-2.0
Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber
18f19c8cf0a5e41e53770a02a73891b10fe7597e
jobs/provision_virtualmicromagnetics_fidimag.yml
jobs/provision_virtualmicromagnetics_fidimag.yml
--- # This Ansible playbook is a provision playbook designed to be used with # vagrant. This playbook provisions a virtual object suitable for micromagnetic # simulation with fidimag. It is executed by the virtual object. - hosts: all vars: name: virtualmicromagnetics-fidimag roles: - write_characteristi...
--- # This Ansible playbook is a provision playbook designed to be used with # vagrant. This playbook provisions a virtual object suitable for micromagnetic # simulation with fidimag. It is executed by the virtual object. - hosts: all vars: name: virtualmicromagnetics-fidimag roles: - write_characteristi...
Remove explicit VM roles from container builds.
BUG-049: Remove explicit VM roles from container builds.
YAML
bsd-3-clause
fangohr/virtualmicromagnetics,fangohr/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics
31fc745e05cbe7dfd8a57377c5604c982828adde
.github/workflows/cclib_pytest.yml
.github/workflows/cclib_pytest.yml
--- # yamllint disable rule:line-length name: run tests and coverage # yamllint disable-line rule:truthy on: [push, pull_request] jobs: run-tests: runs-on: ubuntu-20.04 strategy: matrix: container: ['shivupa/cclib-ci:py37'] container: image: ${{ matrix.container }} defaults: ...
--- # yamllint disable rule:line-length name: run tests and coverage # yamllint disable-line rule:truthy on: [push, pull_request] jobs: run-tests: runs-on: ubuntu-20.04 strategy: matrix: container: ['shivupa/cclib-ci:py37'] container: image: ${{ matrix.container }} defaults: ...
Set conda environment to use at the shell level
Set conda environment to use at the shell level
YAML
bsd-3-clause
cclib/cclib,langner/cclib,berquist/cclib,cclib/cclib,berquist/cclib,langner/cclib,cclib/cclib,langner/cclib,berquist/cclib
5100e3876ab924ffb53c0507c5823f33af870fe8
.github/workflows/pypi-publish.yml
.github/workflows/pypi-publish.yml
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jobs: de...
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jobs: de...
Set name for deploy job
Set name for deploy job
YAML
mit
SpunkyBot/spunkybot,SpunkyBot/spunkybot
7669dc7e7931fda71ceca7d70d6b2a25cf535174
.github/workflows/release-pypi.yml
.github/workflows/release-pypi.yml
name: Build and upload python package to PyPI on: workflow_dispatch jobs: release-pypi: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Build package and upload from docker (Linux) if: runner.os == 'Li...
name: Build and upload python package to PyPI on: workflow_dispatch: branches: [ feature/* ] jobs: release-pypi: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Build package and upload from docker (Linu...
Allow workflow to be triggered on feature branch
Allow workflow to be triggered on feature branch
YAML
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
826a6547708b57258da226e622c6e05aff848868
.github/workflows/run_renovate.yml
.github/workflows/run_renovate.yml
name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: renovate: ...
name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: renovate: ...
Update renovatebot/github-action action to v34.23.2
Update renovatebot/github-action action to v34.23.2 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
apache-2.0
TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven
451c6b6a08b69d153c1f24f640a18bd4c493840f
Tests/Fixtures/yaml/services6.yml
Tests/Fixtures/yaml/services6.yml
services: foo: { class: FooClass } baz: { class: BazClass } scope.container: { class: FooClass, scope: container } scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } file: { cla...
services: foo: { class: FooClass } baz: { class: BazClass } scope.container: { class: FooClass, scope: container } scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } file: { cla...
Fix Yaml file loader test
[DependencyInjection] Fix Yaml file loader test This broke when 2.0 was recently merged into master with b9daae28476385d16984a729b9e7c8e30911fa23, as the Yaml fixture change from 24a0d0a2dcf334efc7d85f1c816c01d7fa4111f8 was not included.
YAML
mit
symfony/dependency-injection,oswaldderiemaecker/DependencyInjection,symfony/DependencyInjection
615284a5b47332543390702fa34e0f6e33e0db14
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: dd0bac96583e696da84ed28aba1e44718586434de905708a4c8887fa6afae4dd test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
homepage: '' changelog-type: '' hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
Update from Hackage at 2018-05-11T09:59:24Z
Update from Hackage at 2018-05-11T09:59:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
11ea81128fa46cd2ac26da19d4d347c259b0b4f7
packages/in/ini.yaml
packages/in/ini.yaml
homepage: http://github.com/chrisdone/ini changelog-type: '' hash: 3411a0a7e6dbd755ad1d964d4f1f21c83e0a32799ce41281d05c1d43559bd13d test-bench-deps: {} maintainer: chrisdone@gmail.com synopsis: Quick and easy configuration files in the INI format. changelog: '' basic-deps: base: ! '>=4.9 && <5' unordered-containers...
homepage: http://github.com/chrisdone/ini changelog-type: '' hash: ace68f1e022b4319e4cb575a17665bb64a271bc7118e1127f09cea7d33e06824 test-bench-deps: base: ! '>=4 && <5' unordered-containers: -any hspec: -any ini: -any maintainer: chrisdone@gmail.com synopsis: Quick and easy configuration files in the INI format...
Update from Hackage at 2019-01-02T14:28:45Z
Update from Hackage at 2019-01-02T14:28:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
7be1ae762414d320b1fb80a29a3c3fd9d5e7858c
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
# Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake perl: - cpanminus bio_nextgen: alignment: - bwa - bowtie2 - novoalign - rna-star - snap-aligner - tophat-binary utilities: - bamtools - bedtools - cramtools - libmaus - biobambam ...
# Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake - s3gof3r perl: - cpanminus bio_nextgen: alignment: - bwa - bowtie2 - novoalign - rna-star - snap-aligner - tophat-binary utilities: - bamtools - bedtools - cramtools - libmaus ...
Install s3gof3r for bcbio to enable streaming upload/download
Install s3gof3r for bcbio to enable streaming upload/download
YAML
mit
joemphilips/cloudbiolinux,heuermh/cloudbiolinux,kdaily/cloudbiolinux,pjotrp/cloudbiolinux,elkingtonmcb/cloudbiolinux,kdaily/cloudbiolinux,elkingtonmcb/cloudbiolinux,elkingtonmcb/cloudbiolinux,pjotrp/cloudbiolinux,averagehat/cloudbiolinux,kdaily/cloudbiolinux,heuermh/cloudbiolinux,rchekaluk/cloudbiolinux,joemphilips/clo...
ab662b62086f826d7872c5d8615b34712f1d2e02
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree # - jruby-18mode # - jruby-19mode # - jruby-head - rbx-18mode - rbx-19mode branches: only: - master - listen notifications: recipients: - thibaud@thibaud.me - rymai@rymai.me - michi@netzpiraten.ch - yann.lugrin@sans-savoir.ne...
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree # - jruby-18mode # - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head branches: only: - master - listen notifications: recipients: - thibaud@thibaud.me - rymai@r...
Add allowed to fail config for Travis.
Add allowed to fail config for Travis.
YAML
mit
pjump/guard,ginkel/guard,sideci-sample/sideci-sample-guard,sdgdsffdsfff/guard,yujinakayama/guard,guard/guard,garettarrowood/guard,100star/guard,baberthal/guard
4e32739a5a08c500ee80741968b21b57c95c5d1f
.travis.yml
.travis.yml
language: ruby os: - linux - osx rvm: - 2.1 - jruby - rbx-head matrix: fast_finish: true allow_failures: - os: osx - rvm: jruby - rvm: rbx-head notifications: email: false script: - bundle exec rake build - DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance
language: ruby os: - linux - osx rvm: - 2.2 - jruby - rbx-head matrix: fast_finish: true allow_failures: - os: osx - rvm: jruby - rvm: rbx-head notifications: email: false script: - bundle exec rake build - DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance
Test in Ruby 2.2 on Travis CI.
Test in Ruby 2.2 on Travis CI.
YAML
mit
Miradorn/david,Miradorn/david,nning/david,EmuxEvans/david,Miradorn/david,nning/david,Miradorn/david,EmuxEvans/david,EmuxEvans/david,Miradorn/david,nning/david,nning/david,EmuxEvans/david,EmuxEvans/david,nning/david
a7dd3da741915090de1a1c42a865b8d7511d8d7e
.travis.yml
.travis.yml
language: python sudo: false cache: pip before_install: - | if [ -z ${encrypted_12e75a453f27_key+x} ]; then openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d; fi install: - pip install tox script: - tox...
language: python sudo: false cache: pip before_install: - | if [ -z ${encrypted_12e75a453f27_key+x} ]; then echo "Decrypting gcs-service-account.json.enc"; openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -...
Add debugging echo for environment variable being set or unset
Add debugging echo for environment variable being set or unset
YAML
mit
scottwernervt/cloudstorage
334be257f046eb4bdc51396572e74824daba2750
.travis.yml
.travis.yml
language: c compiler: - gcc env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "" addons: coverity_scan: project: name: "Comcast/aker" description: " Aker is a parental con...
language: c compiler: - gcc env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "" addons: coverity_scan: project: name: "Comcast/aker" description: " Aker is a parental con...
Add valgrind to the installed tools.
Add valgrind to the installed tools.
YAML
apache-2.0
Comcast/aker,Comcast/aker
d9596f88f188b6cb90f948bdd98196eb3c7c6905
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "pypy" - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" script: - "py.test tests/unit/ --cov pad --cov-report term-missing" - "py.test tests/functional/" after_success: - coveralls
language: python python: - "2.7" - "3.4" - "3.5" # - "pypy" # - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" script: - "py.test tests/unit/ --cov pad --cov-report term-missing" - "py.test tests/functional/" after_success: - coveralls
Disable running tests under PyPy because we cannot support it at the time.
Disable running tests under PyPy because we cannot support it at the time.
YAML
apache-2.0
SpamExperts/OrangeAssassin
6b6610d6bf915fc85202170d152df92bf36d43bd
.travis.yml
.travis.yml
language: python sudo: false cache: pip branches: except: - /^[^/]+/.+$/ python: - "2.7" - "pypy" - "pypy3" - "3.3" - "3.4" - "3.5" install: - travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov - pip install -e '.[development]' script: python setup.py test after...
language: python sudo: false cache: pip branches: except: - /^[^/]+/.+$/ python: - "2.7" - "pypy" - "pypy3" - "3.3" - "3.4" - "3.5" install: - travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov - pip install -e 'git+https://github.com/marrow/webcore.git@develop#egg=We...
Update Travis build instructions due to development dependency.
Update Travis build instructions due to development dependency.
YAML
mit
marrow/web.security
a9a5f9d2b82d98f80505cc0d47c7a1294d254242
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.5 - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.3.7 install: - pip install -q django==$DJANGO_VERSION - pip install -q coverage - pip install -q pep8 - python setup.py -q install script: python setup.py test
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.6 - DJANGO_VERSION=1.5.5 - DJANGO_VERSION=1.4.10 - DJANGO_VERSION=1.3.7 install: - pip install -q django==$DJANGO_VERSION - pip install -q coverage - pip install -q pep8 - python setup.py -q install script: python setup.py test
Update Django versions for TravisCI.
Update Django versions for TravisCI.
YAML
mit
wujuguang/django-admin-honeypot,wujuguang/django-admin-honeypot,dmpayton/django-admin-honeypot,ajostergaard/django-admin-honeypot,ajostergaard/django-admin-honeypot,javierchavez/django-admin-honeypot,Samael500/django-admin-honeypot,Samael500/django-admin-honeypot,javierchavez/django-admin-honeypot,dmpayton/django-admin...
6df97a4ea9df3da7dc2a483382ab17dc9c64ac53
.travis.yml
.travis.yml
language: erlang script: "make travis" notifications: irc: "irc.freenode.org#nitrogen" otp_release: - R16B - R15B02 - R15B01 - R15B - R14B03 - R14B02 before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"
language: erlang script: "make travis" otp_release: - R16B - R15B02 - R15B01 - R15B - R14B03 - R14B02 before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"
Stop spamming IRC with Travis.
Stop spamming IRC with Travis. I thought this would be cool, but it's not. It's kinda annoying
YAML
mit
joaohf/nitrogen,nitrogen/nitrogen,stuart-thackray/nitrogen,joaohf/nitrogen,choptastic/nitrogen,joaohf/nitrogen,choptastic/nitrogen,kevinmontuori/nitrogen,nitrogen/nitrogen,kevinmontuori/nitrogen,kevinmontuori/nitrogen,stuart-thackray/nitrogen,choptastic/nitrogen,nitrogen/nitrogen,stuart-thackray/nitrogen
55b67e5510668bdf47ae779245c23a153beb0bfa
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py install - mv pymatgen pmg # command to run tests, e.g. python setup....
language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py install - mv pymatgen pmg # command to run tests, e.g. python setup....
Add notifications for Travis CI on failure.
Add notifications for Travis CI on failure. Former-commit-id: bd76713d0c2139b0c73fb83d0247b9c2b4c46430 [formerly 2ade01462c1cefb59d02917907df3ea7ac3fd847] Former-commit-id: 378a570be8e348d7ed578b5f3e83a9b7ea0289ec
YAML
mit
blondegeek/pymatgen,matk86/pymatgen,czhengsci/pymatgen,mbkumar/pymatgen,setten/pymatgen,czhengsci/pymatgen,nisse3000/pymatgen,fraricci/pymatgen,Bismarrck/pymatgen,mbkumar/pymatgen,ndardenne/pymatgen,setten/pymatgen,gmatteo/pymatgen,richardtran415/pymatgen,setten/pymatgen,aykol/pymatgen,blondegeek/pymatgen,gpetretto/pym...
b6ad82afbf11ffdba84d94b9fac4ae8a19136ff3
.travis.yml
.travis.yml
language: android android: components: - build-tools-21.1.2 - android-21 - extra-android-support
language: android android: components: - build-tools-21.1.2 - android-21 - extra-android-support before_install: - chmod +x gradlew
Add chmod +x for gradlew.
Add chmod +x for gradlew.
YAML
mit
vehicle-history/vehicle-history-android,tieusangaka/vehicle-history-android
a9439f2e9331d3d1c883d53c0a9b8ac4dac8a33f
.travis.yml
.travis.yml
dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - rbx - system env: - CC=gcc - CC=clang matrix: ...
dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - system env: - CC=gcc - CC=clang matrix: allow_...
Remove rubinius, since it seems to be no longer available on Travis-CI
Remove rubinius, since it seems to be no longer available on Travis-CI
YAML
bsd-3-clause
ffi/ffi,ffi/ffi,ffi/ffi
8d5fa1a862e0afbc9e101447e9ff29864203a252
.travis.yml
.travis.yml
language: node_js node_js: - '4' - '4.3.2' # AWS Lambda - '5' - '6' - '6.10.3' # AWS Lambda - '7' - '8' - 'node' - 'iojs' script: - npm run ci matrix: allow_failures: - node_js: 'iojs' - node_js: '4.3.2' - node_js: '4' - node_js: '5'
language: node_js node_js: - '4' - '4.3.2' # AWS Lambda - '5' - '6' - '6.10.3' # AWS Lambda - '7' - '8' - '8.10' # AWS Lambda - '9' - '10' - 'node' - 'iojs' script: - npm run ci matrix: allow_failures: - node_js: 'iojs' - node_js: '4.3.2' - node_js: '4' - node_js: '5'
Add additional nodejs version builds
Add additional nodejs version builds
YAML
mit
tamino-martinius/node-next-model
d29a187f31c26943a6e30087635d7d0f874aa183
.travis.yml
.travis.yml
language: haskell install: - cabal install elm-get - sudo ln -s ~/.cabal/bin/elm /usr/local/bin/elm - sudo ln -s ~/.cabal/bin/elm-get /usr/local/bin/elm-get - git clone git://github.com/maxsnew/IO - cd IO - git checkout tags/0.3.0.0 - cabal install - sudo ln -s ~/.cabal/bin/elm-io /usr/local/bin/elm-io...
language: haskell install: - cd tests - cp -r ../src src - git clone https://github.com/elm-lang/elm-compiler.git - git clone https://github.com/elm-lang/elm-package.git - git clone https://github.com/elm-lang/elm-make.git - cd elm-make - cabal sandbox init - cabal sandbox add-source ../elm-compiler -...
Update Travis for Elm 0.14
Update Travis for Elm 0.14
YAML
bsd-3-clause
vilterp/core,ThomasWeiser/core,simonh1000/core,alexiamcdonald/elm-core,slava-sh/core,krisajenkins/core,manleyjster/core,isaacsanders/core,simonh1000/core,krisajenkins/core,deadfoxygrandpa/core,rick68/core,Pisys/core,bradurani/core,rgrempel/core,Pisys/core,isaacsanders/core,martinos/core,avh4/elm-lang-core,laszlopandy/c...
1d7ac65c5547b914a1b4b55d5ebb541a22868822
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 script: - npm test
language: node_js node_js: - 6 script: - npm test
Support only last LTS version
chore(CI): Support only last LTS version
YAML
mit
nfroidure/gulp-ttf2woff
840946bd10dd3be797d29dcd55ae34923f50cc45
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - stable cache: yarn: true directories: - node_modules before_install: export TZ=UTC install: yarn script: yarn test -- --coverage after_success: yarn run coveralls
sudo: false language: node_js node_js: - stable cache: yarn: true directories: - node_modules before_install: export TZ=UTC install: yarn script: - yarn run lint - yarn test -- --coverage after_success: yarn run coveralls
Add lint when testing in CI
Add lint when testing in CI
YAML
mit
zyml/nuswhispers-vue,zyml/nuswhispers-vue,zyml/nuswhispers-vue
af83c30915fcd74c06cd98d399080e6596ced956
.travis.yml
.travis.yml
bundler_args: "--binstubs --standalone --without documentation" script: "script/test_all" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ree - jruby-18mode - jruby-19mode - rbx-2.2.1 - rbx
bundler_args: "--binstubs --standalone --without documentation" script: "script/test_all" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ree - jruby-18mode - jruby-19mode - rbx-2.2.1 - rbx before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version
Add temporary workaround for failing build on Ruby 1.8.7 Rubygems broke builds on Ruby 1.8.7:
Add temporary workaround for failing build on Ruby 1.8.7 Rubygems broke builds on Ruby 1.8.7: travis-ci/travis-ci#1793 rubygems/rubygems#763 This patch is a temporary workaround until rubygems is updated.
YAML
mit
maclover7/rspec-mocks,AEgan/rspec-mocks,h4ck3rm1k3/rspec-mocks,maclover7/rspec-mocks,ducthanh/rspec-mocks,h4ck3rm1k3/rspec-mocks,rwz/rspec-mocks,telekomatrix/rspec-mocks,AEgan/rspec-mocks,rspec/rspec-mocks,edwardpark/rspec-mocks,rwz/rspec-mocks,zephyr-dev/rspec-mocks,edwardpark/rspec-mocks,telekomatrix/rspec-mocks,zeph...
a20739dab856a08ddedc3160f2c6f5dc1f32fadb
.travis.yml
.travis.yml
language: python python: - "2.7" system_site_packages: true sudo: false install: - pip install flake8 #- pip install pylint --use-mirrors #- pip install nose --use-mirrors script: - flake8 --show-source --show-pep8 . #- pylint lib datapath volume #- nosetests
language: python python: - "2.7" system_site_packages: true sudo: false install: - pip install flake8 #- pip install pylint --use-mirrors #- pip install nose --use-mirrors script: - flake8 --show-source . #- pylint lib datapath volume #- nosetests
Drop flake8 --show-pep8 as there is no such option anymore
Drop flake8 --show-pep8 as there is no such option anymore Looks like it's now the default anyway. Signed-off-by: Robert Breker <bfcd7039ca4b92386f0756a1d5e67ea4ff23cfe0@citrix.com>
YAML
lgpl-2.1
xapi-project/ffs
543aa4758541343c73f273015afbec28c98fb755
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test
Add Ruby 2.1.1 to Travis CI.
Add Ruby 2.1.1 to Travis CI. Signed-off-by: Krzysztof Wilczynski <9bf091559fc98493329f7d619638c79e91ccf029@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
1a8d6be551462e1784bd9dcc16da321838eab51a
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 # - 1.9.3 script: 'rake spec' env: - PUPPET_VERSION="~> 2.7.0" # - PUPPET_VERSION="3.3" gemfile: .gemfile branches: only: - 'master' - 'wcooley/testing-with-rspec-puppet-augeas' notifications: email: false
language: ruby rvm: - 1.8.7 # - 1.9.3 script: 'rake spec' before_install: - sudo apt-get update -qq - sudo apt-get install -qq libaugeas0 libaugeas-dev env: - PUPPET_VERSION="~> 2.7.0" # - PUPPET_VERSION="3.3" gemfile: .gemfile branches: only: - 'master' - 'wcooley/testing-with-rspec-puppet-auge...
Add commands to install libaugeas
Add commands to install libaugeas
YAML
apache-2.0
wcooley/puppet-splunk_conf
8b35d79a0729330c9deed16e81c96e11cd1e4050
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.8" before_install: - npm install -g grunt-cli bower after_script: - grunt coveralls
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli bower after_script: - grunt coveralls
Remove node 0.8 CI env
Remove node 0.8 CI env
YAML
mit
cloudchen/jquery.defaultValue
113c176ed098a26ce52e36e7c5fc3ce4b08298b4
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" cache: directories: - $HOME/.cache/pip - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin install: - env - pip install -r requi...
sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" matrix: include: - python: "2.7" env: JYTHON=true cache: directories: - $HOME/.cache/pip - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages - $HOME/virtualenv/python$TRAVI...
Add Jython testing to Travis builds
Add Jython testing to Travis builds
YAML
apache-2.0
dls-controls/scanpointgenerator
2a1df1a09aef1aedd3a224712776f338a6fe8e5c
.travis.yml
.travis.yml
bundler_args: --without development language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode - jruby-19mode - jruby-head - rbx-2 - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head fast_finish: true
bundler_args: --without development language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - jruby-18mode - jruby-19mode - jruby-head - rbx-2 - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head fast_finish: true
Add 2.1.1 to Travis CI config
Add 2.1.1 to Travis CI config
YAML
mit
intridea/multi_json
4e5259eeaf1c7fb2c9eb6500a584f20f9f9f8ba9
.travis.yml
.travis.yml
# Use container based infrastructure sudo: false language: python addons: apt: packages: - imagemagick python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: - pip install --quiet -r requirements.txt # Separ...
# Use container based infrastructure sudo: false language: python addons: apt: packages: - imagemagick python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: - pip install --quiet -r requirements.txt # Separ...
Exclude images2gif from coveralls ?
Exclude images2gif from coveralls ?
YAML
mit
mintberry/Legofy,CasualBeer/Legofy,JuanPotato/Legofy
866b163f91d9ff273e24874e38566ce6522c1fc5
.travis.yml
.travis.yml
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower - npm install - bower install script: - np...
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower - npm install - bower install script: - np...
Cut down on the number of notification emails from Travis.
Cut down on the number of notification emails from Travis.
YAML
mit
IvyApp/ivy-videojs,IvyApp/ivy-videojs
faa69db21ade70f19d1d5436a5d0a5e140b55234
.travis.yml
.travis.yml
language: node_js node_js: - "5" - "5.1" - "4" - "4.2" - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "0.8" - "0.6" - "iojs"
language: node_js node_js: - "5"
Build for just Node 5
Build for just Node 5
YAML
mit
ScalaSoft/TDD-NodeJS
34cbfb28eeac0319c787058edfac5e6125636aa7
.travis.yml
.travis.yml
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_install: ...
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_install: ...
Stop using sudo for bundle install
Stop using sudo for bundle install
YAML
mit
CocoaPods/cocoapods-trunk
4a3bdec49bdac012b8e87a93d0c4e386fdcc9c3c
.travis.yml
.travis.yml
os: osx osx_image: xcode6.4 env: - COLUMNS=240 install: - brew update - brew install advancecomp - brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg" - brew install harfbuzz --without-graphite2 - brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppler - b...
os: osx osx_image: xcode8 env: - COLUMNS=240 install: - brew update - brew install advancecomp - brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg" - brew install harfbuzz --without-graphite2 - brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppler - bre...
Update build env from OS X 10.10 to 10.11
Update build env from OS X 10.10 to 10.11
YAML
apache-2.0
lovell/package-libvips-darwin,lovell/package-libvips-darwin
c2c9a79dc314f646a0a281d3ce6bdda4023de256
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24" - "sh -e /...
language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer before_install: - export DISPLAY=:99.0 - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24 - sh -e /etc/init.d/xvfb start ...
Prepare heroku deployment of REST WS
Prepare heroku deployment of REST WS
YAML
apache-2.0
baart92/jgrades,jgrades/jgrades,jgrades/jgrades,jgrades/jgrades,baart92/jgrades