commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
1fba89fe39ebef74681b5188713c29e699dc2e3d | app.yaml | app.yaml | application: myeventbot
version: testing
runtime: python
api_version: 1
default_expiration: "4h"
handlers:
- url: /_ah/mail/.+
script: incoming_mail.py
- url: /.*\.html|/
script: static_html.py
- url: /static
static_dir: static
- url: /version.txt
static_files: version.txt
upload: version.txt
expiration... | application: myeventbot
version: testing
runtime: python
api_version: 1
default_expiration: "4h"
handlers:
- url: /_ah/mail/.+
script: incoming_mail.py
- url: /.*\.html|/
script: static_html.py
- url: /static
static_dir: static
- url: /version.txt
static_files: version.txt
upload: version.txt
expiration... | Rename stats dashboard to 'Stats' when shown in App Engine dashboard | Rename stats dashboard to 'Stats' when shown in App Engine dashboard
| YAML | mit | eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot |
ea12b5871553b4aaeb008e0fca8c9010d347797e | environment.yml | environment.yml | name: memex-explorer
channels:
- blaze
dependencies:
- blaze=0.6.7
- Flask=0.10.1
- bokeh=0.7
- pip
- pip:
- Flask-WTF==0.8.2
- flask-mail==0.9.1
- flask-sqlalchemy==2.0
- flask-migrate
- tld==0.7.2
- WTForms==2.0.1
- supervisor==3.0
- unicodecsv==0.9.4
- webhelpers==1.3 | name: memex-explorer
channels:
- blaze
dependencies:
- blaze=0.6.7
- Flask=0.10.1
- bokeh=0.7
- pip
- pip:
- Flask-WTF==0.8.2
- flask-mail==0.9.1
- flask-sqlalchemy==2.0
- flask-migrate
- flask-restful
- tld==0.7.2
- WTForms==2.0.1
- supervisor==3.0
- unicodecsv==0.9.4
... | Add flask-restful as pip dependency | Add flask-restful as pip dependency
| YAML | bsd-2-clause | 0x0mar/memex-explorer,YongchaoShang/memex-explorer,0x0mar/memex-explorer,memex-explorer/memex-explorer,0x0mar/memex-explorer,kod3r/memex-explorer,memex-explorer/memex-explorer,YongchaoShang/memex-explorer,0x0mar/memex-explorer,memex-explorer/memex-explorer,0x0mar/memex-explorer,YongchaoShang/memex-explorer,YongchaoShan... |
c189e109a98de3cffaa5fff14bb140a53e0d7eaa | roles/mounts/tasks/main.yml | roles/mounts/tasks/main.yml | ---
- name: Ensure efivars is mounted RO
become: yes
mount:
name: /sys/firmware/efi/efivars
src: efivars
fstype: efivars
opts: ro,nosuid,nodev,noexec,noatime
state: present
tags:
- mounts
- name: Ensure NFS share is mounted
become: yes
mount:
name: /shared
src: spookcentral.{{... | ---
# efivars is chattr +i since linux 4.5
- name: Ensure efivars are not mounted ro in fstab
become: yes
lineinfile:
path: /etc/fstab
state: absent
regexp: '^efivars'
tags:
- mounts
- name: Ensure NFS share is mounted
become: yes
mount:
name: /shared
src: spookcentral.{{ network.loca... | Remove efivars mount from fstab | Remove efivars mount from fstab
| YAML | mit | henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible |
ff4e86c736576b25a4e8d938356f8c1f3b62c1e5 | learn2.yaml | learn2.yaml | enabled: true
root_page: # optional: set root page of documentation
top_level_version: false # Use versions for top level navigation
google_analytics_code: # Enter your `UA-XXXXXXXX-X` code here
home_url: ... | enabled: true
root_page: # optional: set root page of documentation
top_level_version: false # Use versions for top level navigation
google_analytics_code: # Enter your `UA-XXXXXXXX-X` code here
home_url: ... | Remove unneeded streams from Theme YAML | Remove unneeded streams from Theme YAML | YAML | mit | getgrav/grav-theme-learn2,getgrav/grav-theme-learn2,getgrav/grav-theme-learn2,getgrav/grav-theme-learn2 |
e77595835406190d98473482347e388620a7d4e4 | ansible/roles/prechecks/tasks/package_checks.yml | ansible/roles/prechecks/tasks/package_checks.yml | ---
- name: Checking docker-py version
command: python -c "import docker; print docker.__version__"
register: result
changed_when: false
failed_when: result | failed or
result.stdout | version_compare(docker_py_version_min, '<')
- name: Checking Ansible version
local_action: command ansible --... | ---
- name: Checking docker-py version
command: python -c "import docker; print docker.__version__"
register: result
changed_when: false
failed_when: result | failed or
result.stdout | version_compare(docker_py_version_min, '<')
- name: Checking Ansible version
local_action: fail msg="Current ... | Use ansible_version when available for precheck | Use ansible_version when available for precheck
Use the ansible_version variable introduced in Ansible 1.8. It is a far
more accurate check.
TrivialFix
Change-Id: I1265ca3de583ff6f9335b8e5e8fe4ea4aadf565b
| YAML | apache-2.0 | rahulunair/kolla,mrangana/kolla,intel-onp/kolla,coolsvap/kolla,dardelean/kolla-ansible,stackforge/kolla,mandre/kolla,intel-onp/kolla,coolsvap/kolla,stackforge/kolla,mandre/kolla,GalenMa/kolla,dardelean/kolla-ansible,dardelean/kolla-ansible,GalenMa/kolla,coolsvap/kolla,mrangana/kolla,nihilifer/kolla,nihilifer/kolla,mand... |
8ab8503a15ad5cfe504777647922be301ddac911 | zuul.d/project.yaml | zuul.d/project.yaml | ---
# Copyright 2017, Rackspace US, Inc.
#
# 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 ... | ---
# Copyright 2017, Rackspace US, Inc.
#
# 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 ... | Make CentOS 8 metal voting again | Make CentOS 8 metal voting again
Change-Id: I54e615b94573e602dbad404ca23669d4605bc1c2
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/766244
| YAML | apache-2.0 | openstack/openstack-ansible-openstack_hosts,openstack/openstack-ansible-openstack_hosts |
ef6430aa35d6c00e33e9eb4e48cf347302aa7699 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: circleci/golang:1.12
environment:
GO111MODULE: 'on'
GOPROXY: https://proxy.golang.org
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
- run: go test -race -v ./...
workflows:
ve... | version: 2
jobs:
test:
docker:
- image: circleci/golang:1.12
environment:
GO111MODULE: 'on'
GOPROXY: https://proxy.golang.org
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
- run:
command: go test -race -v ./.... | Extend CI no output timeout | Extend CI no output timeout
This prevents spurious failures caused by CircleCI cutting off the build
when it goes too long without output, which happens sometimes since the
tests don't output anything until they've been completed.
| YAML | mit | lightstep/lightstep-tracer-go,lightstep/lightstep-tracer-go |
d2cce6649e5cbcc02c59aeeea0492c3ed0241edb | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: openchemistry/mongochemserver:latest
environment:
- CIRCLE_BRANCH: ${CIRCLE_BRANCH}
- CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM}
- image: mongo:latest
working_directory: /mongochemserver
steps:
- checkout
- run:
... | version: 2
jobs:
build:
docker:
- image: openchemistry/mongochemserver:latest
environment:
- CIRCLE_BRANCH: ${CIRCLE_BRANCH}
- CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM}
- image: mongo:latest
working_directory: /mongochemserver
steps:
- checkout
- run:
... | Use -U when install requirement.txt | Use -U when install requirement.txt
This ensures that we get the latest versions.
| YAML | bsd-3-clause | OpenChemistry/mongochemserver |
7f7fa7a9acbd96c02dd357c5a619267906386a03 | .circleci/config.yml | .circleci/config.yml | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a... | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.2.2-apache-node-browsers
# Specify service dependencies here if necessary
# CircleCI... | Use different image for build | Use different image for build
| YAML | agpl-3.0 | SamarkandDesign/samarkand-web,SamarkandDesign/samarkand-web,SamarkandDesign/samarkand-web |
843c210ba1081f8c93dc16145ae044190dadd24a | .circleci/config.yml | .circleci/config.yml | # Java Maven CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
# Specify service dependencies here if necessary
# CircleCI ma... | # Java Maven CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
# Specify service dependencies here if necessary
# CircleCI ma... | Remove maven testing, add JUnit testing | Remove maven testing, add JUnit testing
| YAML | mit | ajchili/sync,ajchili/sync,ajchili/sync |
e66f4e2e4cfc3c1559407cfc1ced1facc67e3aae | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: mattbdean/helium-test:latest
- image: circleci/mysql:5.7-ram
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_HOST=127.0.0.1
- MYSQL_ROOT_HOST=%
- MYSQ... | version: 2
jobs:
build:
docker:
- image: mattbdean/helium-test:latest
- image: circleci/mysql:5.7-ram
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_HOST=127.0.0.1
- MYSQL_ROOT_HOST=%
- MYSQ... | Move uploading code coverage to before e2e tests | CI: Move uploading code coverage to before e2e tests
yarn e2e runs `build`, which runs `clean`, which removes the coverage dir,
so the reports never got uploaded
| YAML | mit | mattbdean/Helium,mattbdean/Helium,mattbdean/Helium,mattbdean/Helium |
cb890a87c17e5069ceb88bf2b538c79bef5a6e2c | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:73bb7458645773fd49d951088b2c443fde6e160465cb18599cd64ff65f484bc9
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:44b1339fa4110af1ea53fd29ce755817b369058a04e187a62bb159ed9dcd245d
working_directory: ~/repo
steps:
- checko... | Update circleci/python:3.7.3 Docker digest to 44b1339 | Update circleci/python:3.7.3 Docker digest to 44b1339
| YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
a3841d6e35a82496a5afae4cc3725efe055311eb | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | Update workspace settings in CircleCI | Update workspace settings in CircleCI
| YAML | mit | Vovas11/courses,Vovas11/courses,Vovas11/courses |
ab10068d906fca320ae53ab0e947c36de3b3bd23 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8
steps:
- checkout
- setup_remote_docker
- run: ssh-keygen -t ecdsa -f id_rsa_test -N ''
- run: docker-compose up -d
- run: docker-compose ps
- restore_cache:
key: v1-gradle-{{ checksum "build.grad... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8
working_directory: ~/embulk-input-remote
steps:
- checkout
- setup_remote_docker
- run: ssh-keygen -t ecdsa -f id_rsa_test -N ''
- run: docker-compose up -d
- run: docker-compose ps
- restore_cache:
... | Set working_directory to pass tests. It is needed to run docker containers with proper name. | Set working_directory to pass tests.
It is needed to run docker containers with proper name.
| YAML | mit | kamatama41/embulk-input-remote,kamatama41/embulk-input-remote,kamatama41/embulk-input-remote |
a3193c262c9e4736ca1554c7a7883f0441448181 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:9
- image: circleci/mongo:3
- image: redis:4@sha256:d4eef66199e66049090f8bc90cdd1a5316613c33bff5f45fbe488e7f01c5abc9
- image: circleci/postgres:10.7
environment:
POSTGRES_USER: accounts-js
POSTGRES_DB: acco... | version: 2
jobs:
build:
docker:
- image: circleci/node:9
- image: circleci/mongo:3
- image: redis:4@sha256:7ba6704401d1d7e90d19e872c5095f7182dee59b0706eaa891e8eab836c790cd
- image: circleci/postgres:10.7
environment:
POSTGRES_USER: accounts-js
POSTGRES_DB: acco... | Update redis:4 Docker digest to 7ba6704 | Update redis:4 Docker digest to 7ba6704
| YAML | mit | js-accounts/accounts |
0ee5e7961b28a9333341eca0fa312efb68f566f2 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8-browsers
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- yarn-cache-{{ checksum "yarn.lock" }}
- save_cache:
paths:
- node_modules
key: yarn-cache-{{ ... | version: 2
jobs:
build:
docker:
- image: circleci/node:8-browsers
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- yarn-cache-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
... | Add yarn install to circle instructions | Add yarn install to circle instructions
| YAML | mit | vigetlabs/react-ink,vigetlabs/react-ink |
8b9a6d4904715734fbb0b388be0bfd2f89ac7333 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:stretch-browsers
steps:
- checkout
- run:
name: Installation
command: |
sudo apt-get update
sudo apt-get install -y cmake python-pytest bison valgrind xsltproc
- run:
na... | version: 2
jobs:
build:
docker:
- image: circleci/python:stretch-browsers
steps:
- checkout
- run:
name: Installation
command: |
sudo apt-get update
sudo apt-get install -y cmake python-pytest bison valgrind xsltproc
- run:
na... | Convert ctest to junit xml. | Convert ctest to junit xml.
Fixes #48.
| YAML | bsd-2-clause | pyohannes/dayplan,pyohannes/dayplan |
c39cfb7a510defb3c8e380a349c15bd287ded6c8 | jenkins/jobs/infra-publish-jobs.yaml | jenkins/jobs/infra-publish-jobs.yaml | - job-template:
name: '{name}-infra-docs'
node: 'ubuntu-trusty'
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- docs
publishers:
- console-log
- ftp:
... | - job-template:
name: '{name}-infra-docs'
node: 'ubuntu-trusty'
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- docs
publishers:
- console-log
- ftp:
... | Fix target path on publish-infra-docs-index publisher | Fix target path on publish-infra-docs-index publisher
Change-Id: Icb749e951481059e8e111d4957a7d1fe787ced80
Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
| YAML | apache-2.0 | Tesora/tesora-project-config,dongwenjuan/project-config,openstack-infra/project-config,openstack-infra/project-config,dongwenjuan/project-config,Tesora/tesora-project-config |
f7615bb0390ebe392efeeb0b86cb7dcdebab58b3 | azure-pipelines.yml | azure-pipelines.yml | # C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
make
displayName: 'make'
| # C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
trigger:
- master
pool:
vmImage: 'windows-2019'
steps:
- script: |
make
displayName: 'make'
| Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | bsd-2-clause | dg1an3/WarpTPS,dg1an3/WarpTPS,dg1an3/WarpTPS,dg1an3/WarpTPS |
6f33d6d509649c31a7612d2f3fed3ba6b0ace9e4 | azure-pipelines.yml | azure-pipelines.yml |
trigger:
- packaging_pipeline
jobs:
- job: commands_zip
displayName: "Build commands.zip"
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package-commands-zip
displayName: 'Run yarn package-commands-zip'
- task: Cop... |
trigger:
- packaging_pipeline
jobs:
- job: commands_zip
displayName: "Build commands.zip"
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package-commands-zip
displayName: 'Run yarn package-commands-zip'
- task: Cop... | Remove the extra folder in the artifact publishing part on Pipelines. | Remove the extra folder in the artifact publishing part on Pipelines.
| YAML | mit | sedwards2009/extraterm,sedwards2009/extraterm,sedwards2009/extraterm,sedwards2009/extraterm,sedwards2009/extraterm |
c257ea567eb0aaa4149237df1e2a774ff16f2d0a | azure-pipelines.yml | azure-pipelines.yml | resources:
repositories:
- repository: templates
type: github
name: NSLS-II/profile-collection-ci
# ref: refs/heads/<branch-name> # for future testings on a branch of NSLS-II/profile-collection-ci
endpoint: github
jobs:
- template: azure-linux.yml@templates # Template reference
parame... | resources:
repositories:
- repository: templates
type: github
name: NSLS-II/profile-collection-ci
ref: refs/heads/main
endpoint: github
jobs:
- template: collection-2021-1.2.yml@templates
parameters:
beamline_acronym: HXN
- template: nsls2-collection-2021-2.2.yml@templates
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | bsd-2-clause | NSLS-II-HXN/ipython_ophyd,NSLS-II-HXN/ipython_ophyd |
5ece3248efe1f213f4b3c030ac564276ac5dd03e | requirements.yml | requirements.yml | - src: git+https://git.forgeservicelab.fi/ansible-roles/forge_hostname.git
path: roles/
- src: mstrisoline.ruby-builder
path: roles/
- src: git+https://git.forgeservicelab.fi/ansible-roles/firewallder.git
path: roles/
- src: git+https://git.forgeservicelab.fi/ansible-roles/casino.git
path: roles/
- src: git... | - src: git+https://git.forgeservicelab.fi/ansible-roles/forge_hostname.git
path: roles/
- src: mstrisoline.ruby-builder
path: roles/
- src: git+ssh://gitlab@git.forgeservicelab.fi:10022/ansible-roles/firewallder.git
path: roles/
- src: git+https://git.forgeservicelab.fi/ansible-roles/casino.git
path: roles/
... | Change repo protocol to ssh to workaround error in CI | Change repo protocol to ssh to workaround error in CI
| YAML | mit | forgeservicelab/ansible.identity-backend |
8e1a0486170cc4705e271dc70c4da48a8cdd5770 | metadata/moe.dic1911.urlsanitizer.yml | metadata/moe.dic1911.urlsanitizer.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: dic1911
AuthorEmail: d69873@gmail.com
AuthorWebSite: https://dic1911.github.io/
SourceCode: https://github.com/dic1911/android_URLSanitizer
IssueTracker: https://github.com/dic1911/android_URLSanitizer/issues
AutoName: URLSanitizer
RepoType: git
Repo: https:/... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: dic1911
AuthorEmail: d69873@gmail.com
AuthorWebSite: https://dic1911.github.io/
SourceCode: https://github.com/dic1911/android_URLSanitizer
IssueTracker: https://github.com/dic1911/android_URLSanitizer/issues
AutoName: URLSanitizer
RepoType: git
Repo: https:/... | Update URLSanitizer to 1.2.0 (5) | Update URLSanitizer to 1.2.0 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
da876635c55210c36f9d5682a7a7b989f4a51f20 | i3/.local/share/zenfig/vars/12-i3.yml | i3/.local/share/zenfig/vars/12-i3.yml | ---
############################
# i3wm settings
############################
# Basic key bindings
i3_key_mod: Mod4
i3_key_alt: Mod1
# Startup programs
i3_startup_exec:
- dot-xrandr-setup
- compton
- wicd-gtk --tray
- xautolock -time 8 -locker $autolock
- pulseaudio --start
- dot-stow-manager
... | ---
############################
# i3wm settings
############################
# Basic key bindings
i3_key_mod: Mod4
i3_key_alt: Mod1
# Startup programs
i3_startup_exec:
- dot-xrandr-setup
- xautolock -time 8 -locker $autolock
- pulseaudio --start
- dot-stow-manager
- dunst --config ~/.config/dunst... | Remove annoying wicd-gtk for good :) | Remove annoying wicd-gtk for good :)
| YAML | mit | axltxl/dotfiles,axltxl/dotfiles,axltxl/dotfiles |
52c70ecd7248c106329f344c5f1c88a0402016a1 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
# Version format
version: 1.0.0.{build}
cache:
- packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
branches:
only:
- develop
- master
tests: on
build_script:
- cd Packaging
- build.bat... | os: Visual Studio 2015
# Version format
version: 1.0.0.{build}
cache:
- packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
branches:
only:
- develop
#- master
tests: on
build_script:
- cd Packaging
- build.ba... | Disable building on master for now | Disable building on master for now
| YAML | mit | dawoe/umbraco-nexu,dawoe/umbraco-nexu,dawoe/umbraco-nexu |
69cd2034f22e1ffe1ace3540ce8ff3251195d99d | appveyor.yml | appveyor.yml | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"... | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
- bundle install
before_test:
- ruby -v
- gem -v
- bundle -v
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
-... | Change to restrict bundler and use latest ruby | Change to restrict bundler and use latest ruby
| YAML | mit | peter-murach/tty-prompt,piotrmurach/tty-prompt |
5e0d34c3a900b15bf3a2f43eb1b5e8e1deb781a2 | appveyor.yml | appveyor.yml | version: 1.2.3.{build}
skip_tags: true
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
install:
- cmd: >-
set PATH=C:\Program Fi... | version: 1.2.4.{build}
skip_tags: true
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
install:
- cmd: >-
set PATH=C:\Program Fi... | Increment patch number for bug fix. | Increment patch number for bug fix.
| YAML | mit | psibernetic/Susanoo |
3f7b7d49e4ea361ef5333ced26d51142da5a3d25 | appveyor.yml | appveyor.yml | build:
verbosity: detailed
build_script:
- cmd: .\gradlew.bat assemble --no-daemon
test_script:
- cmd: .\gradlew.bat check --no-daemon
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files\Java\jdk10
skip_commits:
files:
- README*
- .travis.yml
on_succ... | build:
verbosity: detailed
build_script:
- cmd: .\gradlew.bat assemble --no-daemon
test_script:
- cmd: .\gradlew.bat check --no-daemon
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files\Java\jdk11
skip_commits:
files:
- README*
- .travis.yml
on_succ... | Test with JDK 11 on AppVeyor | Test with JDK 11 on AppVeyor
…and no longer test with JDK 10. | YAML | apache-2.0 | tbroyer/gradle-apt-plugin,tbroyer/gradle-apt-plugin |
4c602a6053bacfd5f5cdc2259c0955e14837bf2b | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "0.10"
# 4.6.1 fails on Node 0.10 with "Object [...] has no method 'toLowerCase'"
... | # http://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "0.10"
# 4.6.1 fails on Node 0.10 with "Object [...] has no method 'toLowerCase'"
... | Use latest node version with AppVeyor | Use latest node version with AppVeyor
If the version is not specified, the latest version is installed. That
is the version I want to test against, so do that.
Signed-off-by: Kevin Locke <ffb4761cba839470133bee36aeb139f58d7dbaa9@kevinlocke.name>
| YAML | mit | kevinoid/git-branch-is,kevinoid/promised-read,kevinoid/git-branch-is,kevinoid/promised-read,kevinoid/stream-compare,kevinoid/promised-read,kevinoid/stream-compare,kevinoid/stream-compare,kevinoid/git-branch-is |
f979a8f33f71ded79db134dd9a32c7c6144ed5ef | appveyor.yml | appveyor.yml | os: Visual Studio 2015 CTP
init:
build_script:
- cmd: appveyor-build.cmd
# scripts that run after cloning repository
install:
# by default, all script lines are interpreted as batch
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
test: off
version: 0.0.1.{build}
artifacts:
- path: Debug
na... | os: Visual Studio 2015 CTP
init:
build_script:
- cmd: appveyor-build.cmd
# scripts that run after cloning repository
install:
# by default, all script lines are interpreted as batch
- set PATH=%ProgramFiles(x86)%\MSBuild\14.0\Bin;%PATH%
test: off
version: 0.0.1.{build}
artifacts:
- path: Debug
name:... | Set program files using the environment variable rather than the hard coded path. | Set program files using the environment variable rather than the hard coded path.
| YAML | apache-2.0 | sergey-tihon/FSharp.Compiler.Service,Jand42/FSharp.Compiler.Service,brettfo/visualfsharp,rojepp/FSharp.Compiler.Service,rojepp/FSharp.Compiler.Service,In2TheWild/fsharp,yever/FSharp.Compiler.Service,ncave/FSharp.Compiler.Service,alfonsogarciacaro/FSharp.Compiler.Service,fsharp/fsharp,0x53A/FSharp.Compiler.Service,vasil... |
ed28733b17c8e8f4aae34f3437d8db75da2c8bcf | appveyor.yml | appveyor.yml | environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\devtools\\appveyor-ci\\run_with_env.cmd"
PYTHONUNBUFF... | environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\devtools\\appveyor-ci\\run_with_env.cmd"
PYTHONUNBUFF... | Drop support for Python 2.7 on Windows | Drop support for Python 2.7 on Windows
| YAML | lgpl-2.1 | dwhswenson/mdtraj,gph82/mdtraj,gph82/mdtraj,msultan/mdtraj,jchodera/mdtraj,tcmoore3/mdtraj,mdtraj/mdtraj,msultan/mdtraj,mdtraj/mdtraj,jchodera/mdtraj,mattwthompson/mdtraj,tcmoore3/mdtraj,dwhswenson/mdtraj,mattwthompson/mdtraj,leeping/mdtraj,dwhswenson/mdtraj,leeping/mdtraj,jchodera/mdtraj,mattwthompson/mdtraj,ctk3b/mdt... |
7b9a39195cc4a1e6b284f2480e0ef9946678176c | appveyor.yml | appveyor.yml | # stolen from https://github.com/jakubroztocil/httpie/blob/master/appveyor.yml
build: false
environment:
matrix:
- PYTHON: "C:/Python27"
- PYTHON: "C:/Python35"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/Scripts/pip.exe install --no-index -f https://users.getnikola.com/static/nik... | # stolen from https://github.com/jakubroztocil/httpie/blob/master/appveyor.yml
build: false
environment:
matrix:
- PYTHON: "C:/Python27"
- PYTHON: "C:/Python35"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/python.exe -m pip install -U pip"
- "%PYTHON%/Scripts/pip.exe install --no... | Upgrade pip before installing things in AppVeyor | Upgrade pip before installing things in AppVeyor | YAML | mit | gwax/nikola,gwax/nikola,xuhdev/nikola,andredias/nikola,wcmckee/nikola,wcmckee/nikola,andredias/nikola,wcmckee/nikola,knowsuchagency/nikola,okin/nikola,x1101/nikola,knowsuchagency/nikola,xuhdev/nikola,getnikola/nikola,x1101/nikola,getnikola/nikola,x1101/nikola,okin/nikola,getnikola/nikola,getnikola/nikola,knowsuchagency... |
6edce5865bb42be6cdee3c29645e268afd65c7b4 | appveyor.yml | appveyor.yml | branches:
only:
- release
- pre-release
environment:
COLUMNS: 999
matrix:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python37-x86"
- PYTHON: "C:\\Python38-x64"
install:
- "%PYTHON%\\python.exe -m pip install -U setuptools"
... | branches:
only:
- release
- pre-release
environment:
COLUMNS: 999
matrix:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"
install:
- "%PYTHON%\\python.exe -m pip install -U setuptools"
- "%PYTHON%\\python.exe -m pip ... | Remove 32 bit Windows target | Remove 32 bit Windows target
| YAML | apache-2.0 | guildai/guild,guildai/guild,guildai/guild,guildai/guild |
335841c484c1a6f592e7745789ec43f400b75973 | appveyor.yml | appveyor.yml | environment:
# When this was added there were revocation check failures when using the
# libcurl backend as libcurl checks by default, but rustup doesn't provide the
# switch to turn this off. Switch to Hyper which looks to not check for
# revocation by default like libcurl does.
RUSTUP_USE_HYPER: 1
CARGO_H... | environment:
# When this was added there were revocation check failures when using the
# libcurl backend as libcurl checks by default, but rustup doesn't provide the
# switch to turn this off. Switch to Reqwest which looks to not check for
# revocation by default like libcurl does.
RUSTUP_USE_REQWEST: 1
CAR... | Use Reqwest backend for Appveyor, not Hyper which is deprecated | Use Reqwest backend for Appveyor, not Hyper which is deprecated
| YAML | apache-2.0 | rust-lang/libc,rust-lang-nursery/libc,rust-lang-nursery/libc,rust-lang/libc,rust-lang/libc,rust-lang-nursery/libc |
2db266381eca98752e5f865bbbc72b52eaf0519b | appveyor.yml | appveyor.yml | version: "#{build}"
os: Visual Studio 2015
configuration: Release
before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
| version: "#{build}"
os: Visual Studio 2015
configuration: Release
before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- nuget restore
| Add Appveyor Nuget package restore | Add Appveyor Nuget package restore
| YAML | apache-2.0 | cyberlect/yargon-parser |
12f566f30c0888082fe9f71fd13030fb325c1e9b | appveyor.yml | appveyor.yml | version: 0.0.{build}
image:
- Visual Studio 2017
- Ubuntu
shallow_clone: true
init:
- ps: if ($env:APPVEYOR_REPO_TAG_NAME) { Update-AppveyorBuild -Version $env:APPVEYOR_REPO_TAG_NAME.Substring(1) }
platform:
- Any CPU
configuration:
- Release
matrix:
fast_finish: true
dotnet_csproj:
patch: true
f... | version: 0.0.{build}
image:
- Visual Studio 2019
shallow_clone: true
init:
- ps: if ($env:APPVEYOR_REPO_TAG_NAME) { Update-AppveyorBuild -Version $env:APPVEYOR_REPO_TAG_NAME.Substring(1) }
platform:
- Any CPU
configuration:
- Release
matrix:
fast_finish: true
dotnet_csproj:
patch: true
file: '**\*.... | Build cross platform binaries in AppVeyor. | Build cross platform binaries in AppVeyor.
| YAML | mit | lijunle/Vsxmd |
f638e540d277890dcbe447540cc9a1fc97482e77 | appveyor.yml | appveyor.yml | skip_branch_with_pr: true
branches:
except:
- staging.tmp
environment:
global:
PATH: '%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%USERPROFILE%\.cargo\bin'
RUST_BACKTRACE: full
matrix:
- CHANNEL: stable
TARGET: x86_64-pc-windows-msvc
- CHANNEL: stable
TARGET: x86_64-pc-windows-gnu
- C... | skip_branch_with_pr: true
branches:
except:
- staging.tmp
environment:
global:
PATH: '%PATH%;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%USERPROFILE%\.cargo\bin'
RUST_BACKTRACE: full
matrix:
- CHANNEL: stable
TARGET: x86_64-pc-windows-msvc
- CHANNEL: stable
TARGET: x86_64-pc-windows-gnu
- C... | Add skip_commits section to AppVeyor | Add skip_commits section to AppVeyor
| YAML | apache-2.0 | gfx-rs/gfx-rs |
31d672c432e5be67169d6f3128ce3cdc0fc60e7f | appveyor.yml | appveyor.yml | version: 0.1.0.{build}
install:
# Grab a compiled version of compare-test and add it to the PATH variable.
- curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.2/compare-test.zip > compare-test.zip
- mkdir compare-test
- 7z x compare-test.zip -ocompare-test
- set PATH=%PATH%;%cd%\comp... | version: 0.1.0.{build}
install:
# Grab a compiled version of compare-test and add it to the PATH variable.
- curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.3/compare-test.zip > compare-test.zip
- mkdir compare-test
- 7z x compare-test.zip -ocompare-test
- set PATH=%PATH%;%cd%\comp... | Update the AppVeyor compare-test version | Update the AppVeyor compare-test version
| YAML | mit | jonathanvdc/cs-wasm,jonathanvdc/cs-wasm |
ff30233e96b8ec883a0c4d430656339eea23e91e | appveyor.yml | appveyor.yml | os: 'Visual Studio 2015'
init:
- 'git config --global core.autocrlf input'
environment:
matrix:
- platform: x64
configuration: Release
- platform: x86
configuration: Release
- platform: x64
configuration: Debug
- platform: x86
configuration: Debug
before_build:
- >-
... | os: 'Visual Studio 2015'
init:
- 'git config --global core.autocrlf input'
environment:
matrix:
- platform: x64
configuration: Release
- platform: x86
configuration: Release
- platform: x64
configuration: Debug
- platform: x86
configuration: Debug
before_build:
- >-
... | Check exit code of programs in PowerShell test script | Check exit code of programs in PowerShell test script
| YAML | isc | DemiMarie/SlipRock,DemiMarie/SlipRock,DemiMarie/SlipRock,DemiMarie/SlipRock,DemiMarie/SlipRock |
8c4226da4508d6ab41002ee9041a26af3bd57dd0 | metadata/com.jim.sharetocomputer.yml | metadata/com.jim.sharetocomputer.yml | Categories:
- Connectivity
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/jimmod/ShareToComputer
IssueTracker: https://github.com/jimmod/ShareToComputer/issues
Changelog: https://github.com/jimmod/ShareToComputer/releases
AutoName: Share to Computer
Description: |-
'Main Features'
*... | Categories:
- Connectivity
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/jimmod/ShareToComputer
IssueTracker: https://github.com/jimmod/ShareToComputer/issues
Changelog: https://github.com/jimmod/ShareToComputer/releases
AutoName: Share to Computer
Description: |-
'Main Features'
*... | Update Share to Computer to 1.1.1 (1110) | Update Share to Computer to 1.1.1 (1110)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0df4255103cb0e2be3405cc76db4d6ddc8d37edd | packages/ci/cimple.yaml | packages/ci/cimple.yaml | homepage: https://toktok.github.io/
changelog-type: ''
hash: d1e49143567d33320c50125fd1e0c20e3fecaf68c5cd1f3f94462e58e8cb4f63
test-bench-deps:
base: <5
hspec: -any
cimple: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: Simple C-like programming language
changelog: ''
basic-deps:
bytestring: -any
c... | homepage: https://toktok.github.io/
changelog-type: ''
hash: a692f5dfda37c1f99f180fbaa7d7984d0d076c6469c5ea7566e65ccf2c6bec60
test-bench-deps:
ansi-wl-pprint: -any
base: <5
hspec: -any
text: -any
cimple: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: Simple C-like programming language
changelog: '... | Update from Hackage at 2021-12-15T19:37:17Z | Update from Hackage at 2021-12-15T19:37:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2f8fd109db58ad4a405da568d5bbb7203cefefb7 | packages/li/libzfs.yaml | packages/li/libzfs.yaml | homepage: ''
changelog-type: ''
hash: adc3263ad1e5a55e33ac7aece1b2393285247ff44ea3f37a7ed863ed8d1ac2e2
test-bench-deps: {}
maintainer: libzfs.hs@mcohrs.eu
synopsis: Bindings to libzfs, for dealing with the Z File System and Zpools.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
mtl: ! '>=2.0'
transformers: -an... | homepage: ''
changelog-type: ''
hash: d8854a4433c2ca0959f34b8c90a28747d6f4af279c9d608ba24f0b0d07229bbe
test-bench-deps: {}
maintainer: libzfs.hs@mcohrs.eu
synopsis: Bindings to libzfs, for dealing with the Z File System and Zpools.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
mtl: ! '>=2.0'
transformers: -an... | Update from Hackage at 2017-03-02T02:04:30Z | Update from Hackage at 2017-03-02T02:04:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9c52b17e0e9f2f5b2631496fb4666dc60dde1b51 | packages/no/nowdoc.yaml | packages/no/nowdoc.yaml | homepage: https://github.com/YoshikuniJujo/nowdoc#readme
changelog-type: markdown
hash: b38f69b32ff16222a5deac87da8622c0ce0bda129dfaa213b106a35713a193ab
test-bench-deps:
base: ! '>=4.7 && <5'
nowdoc: -any
template-haskell: -any
maintainer: PAF01143@nifty.ne.jp
synopsis: Here document without variable expansion li... | homepage: https://github.com/YoshikuniJujo/nowdoc#readme
changelog-type: markdown
hash: 33c218defe70fcf193e5fb80277cb713413981016ff8a9136385daabbd12ffaf
test-bench-deps:
base: ! '>=4.7 && <5'
nowdoc: -any
template-haskell: -any
maintainer: PAF01143@nifty.ne.jp
synopsis: Here document without variable expansion li... | Update from Hackage at 2018-08-29T04:35:19Z | Update from Hackage at 2018-08-29T04:35:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6fc16785b273f7f7847a9d5d1ff397057c0520ce | packages/un/unique.yaml | packages/un/unique.yaml | homepage: http://github.com/ekmett/unique/
changelog-type: markdown
hash: 68933757e4bd3e7f53f226bd344f8ee980e86fe74eed20fa19edb5867c51035f
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Fully concurrent unique identifiers
changelog: ! '## 0
* Repository initialized
'
basic-deps:
bas... | homepage: http://github.com/ekmett/unique/
changelog-type: markdown
hash: cbac09fc80d77605357a246b10a3dbd9250f39ce451a3f57ac24bf234d93b279
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Fully concurrent unique identifiers
changelog: |
## 0
* Repository initialized
basic-deps:
base: ... | Update from Hackage at 2019-06-17T14:00:59Z | Update from Hackage at 2019-06-17T14:00:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d8fd275d2bc77480c336b699b1d4ef41705191b5 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: Start
url: /
- title: Blog
url: /blog/
- title: Vorträge
url: /vortraege/
- title: Portfolio
url: /portfolio/
- title: Kontakt
url: /kontakt/
- title: Datenschutz
url: /datenschutz/
| # Site navigation links
- title: Start
url: /
- title: Blog
url: /blog/
- title: Portfolio
url: /portfolio/
- title: Kontakt
url: /kontakt/
- title: Datenschutz
url: /datenschutz/
| Remove direct link to vortraege | Remove direct link to vortraege
| YAML | mit | BenjaminHerbert/BenjaminHerbert.github.io,BenjaminHerbert/BenjaminHerbert.github.io,BenjaminHerbert/BenjaminHerbert.github.io,BenjaminHerbert/BenjaminHerbert.github.io |
11ed4166c654c3a1f30bd844bb53d928b5ecd083 | packages/co/contravariant-extras.yaml | packages/co/contravariant-extras.yaml | homepage: https://github.com/nikita-volkov/contravariant-extras
changelog-type: ''
hash: 739d7f4b47781516fa22f899bf25aaa2e93c095f9cb127a623c16a9ff5348ad2
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Extras for the "contravariant" package
changelog: ''
basic-deps:
base-prelude: ! '... | homepage: https://github.com/nikita-volkov/contravariant-extras
changelog-type: ''
hash: 589721a10cdc12da758d6bdc067a5d2031a0a1f4ba3c387c865c104161cd491f
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Extras for the "contravariant" package
changelog: ''
basic-deps:
base: ! '>=4.10 &... | Update from Hackage at 2019-12-28T13:26:01Z | Update from Hackage at 2019-12-28T13:26:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8a9a72b8c597fc52d4906c8f7a730ea3d2469834 | dotfiles.yml | dotfiles.yml | #! /usr/bin/env ansible-playbook --ask-vault-pass
## ---------------------------------------------
## Ansible playbook for setting up a new machine
## ---------------------------------------------
---
- name: Configure a new machine
hosts: localhost
# include all variables first to allow overriding
vars_files:
... | #! /usr/bin/env ansible-playbook --ask-vault-pass
## ---------------------------------------------
## Ansible playbook for setting up a new machine
## ---------------------------------------------
---
- name: Configure a new machine
hosts: localhost
# include all variables first to allow overriding
vars_files:
... | Add `become` for Ubuntu tasks | Add `become` for Ubuntu tasks
| YAML | mit | jradtilbrook/dotfiles,jradtilbrook/dotfiles,jradtilbrook/dotfiles |
4fb91b0e1ee980b6fb89d1982201b5e2d50212db | .forestry/front_matter/templates/post.yml | .forestry/front_matter/templates/post.yml | ---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
- type: text
name: tags
label: Tags
- type: file
name: image
label: Image
- type: boolean
name: p... | ---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
- name: tags
type: tag_list
default: []
label: Tags
- type: file
name: image
label: Image
- type:... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
d2af0d9a04ba332fc09844cf9cec4112cffaa1ac | recipes/ytree/meta.yaml | recipes/ytree/meta.yaml | {% set name = "ytree" %}
{% set version = "3.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ytree-{{ version }}.tar.gz
sha256: a820141831d3403056d4fd19555ff33ca3c126b5222c0bbef7a61d9f0d27e789
build:
noarch: python
scrip... | {% set name = "ytree" %}
{% set version = "3.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ytree-{{ version }}.tar.gz
sha256: a820141831d3403056d4fd19555ff33ca3c126b5222c0bbef7a61d9f0d27e789
build:
noarch: python
scrip... | Switch to licence file included with the distribution. | Switch to licence file included with the distribution.
| YAML | bsd-3-clause | jakirkham/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes |
84a40f14b34cc5aea9fb9bf2960031e3c0218bd9 | packages/al/alg.yaml | packages/al/alg.yaml | homepage: ''
changelog-type: ''
hash: 026d651cf1986446406ae52498ee59ec1f66cf52f00e13a7ac3fb25aac6ce926
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: 78bdd2280384ec8cdbe2f44e49ca26e37dcef65a50b82ba45e64019e6feccd51
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-07T07:31:32Z | Update from Hackage at 2018-05-07T07:31:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
578571bda6bef804ea20a8e22b4a9c7155ab2291 | kube/json2html.yaml | kube/json2html.yaml | apiVersion: v1
kind: Service
metadata:
name: json2html
spec:
ports:
- port: 80
targetPort: 8080
selector:
app: json2html
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: json2html
spec:
selector:
matchLabels:
app: json2html
replicas: 1
template:
metadata:
labels:
... | apiVersion: v1
kind: Service
metadata:
name: json2html
spec:
ports:
- port: 80
targetPort: 8080
selector:
app: json2html
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: json2html
spec:
selector:
matchLabels:
app: json2html
replicas: 1
template:
metadata:
labels:
... | Increase memory limit to allow the user to proxy larger JSON documents | Increase memory limit to allow the user to proxy larger JSON documents
| YAML | mit | bloopletech/json2html,bloopletech/json2html,bloopletech/json2html |
d4342557e1397a1d00c650a9ad9613ed742a9037 | meta.yaml | meta.yaml | package:
name: statdyn
version: {{ GIT_DESCRIBE_TAG }}
about:
home: https://github.com/malramsay64/MD-Molecules-Hoomd
license: MIT
license_file: LICENSE
source:
path: .
requirements:
build:
- python {{ python }}
- setuptools 36.2.2
- setuptools_scm 1.15.6
-... | package:
name: statdyn
version: {{ GIT_DESCRIBE_TAG }}
about:
home: https://github.com/malramsay64/MD-Molecules-Hoomd
license: MIT
license_file: LICENSE
source:
path: .
requirements:
build:
- python {{ python }}
- setuptools 36.2.2
- setuptools_scm 1.15.6
-... | Update dependencies to include voro | Update dependencies to include voro
| YAML | mit | malramsay64/MD-Molecules-Hoomd,malramsay64/MD-Molecules-Hoomd |
58414363aee8c63e6fbfb696fa05a977a3b39f29 | deployments/stat89a/config/common.yaml | deployments/stat89a/config/common.yaml | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | Revert "Revert "Temporarily nerf nbgitpuller to debug"" | Revert "Revert "Temporarily nerf nbgitpuller to debug""
| YAML | bsd-3-clause | ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub |
ed183b90f04b9df1a357859c3ca70226e2574e61 | config/python-libs.yaml | config/python-libs.yaml | ---
# Configuration file defining python specific libraries on pypi to install
# using easy install
pypi:
# infrastructure
- amqplib
- BeautifulSoup
- boto
- fabric
- ipython
- Logbook
- lxml
- mako
- nose
- numpy
- paste
- pastescript
#- pycrypto # build failure with 2.4
- python-cjson
... | ---
# Configuration file defining python specific libraries on pypi to install
# using easy install
pypi:
# infrastructure
- amqplib
- BeautifulSoup
- boto
- fabric
- ipython
- Logbook
- lxml
- mako
- nose
- numpy
- paste
- pastescript
- pycrypto
- python-cjson
- pyOpenSSL
- pyyaml
-... | Clean up python libraries and include StarCluster distribution | Clean up python libraries and include StarCluster distribution
| YAML | mit | chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,joemphilips/cloudbiolinux,heuermh/cloudbiolinux,heuermh/cloudbiolinux,lpantano/cloudbiolinux,lpantano/cloudbiolinux,joemphilips/cloudbiolinux,rchekaluk/cloudbiolinux,AICIDNN/cloudbiolinux,AICIDNN/cloudbiolinux,elkingtonmcb/cloudbiolinux,averagehat/clo... |
3720e90ff6eb2f31ab8624b0512b0753b7e73384 | metadata/com.redcoracle.episodes.yml | metadata/com.redcoracle.episodes.yml | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... | Update Episodes to 0.13.4 (17) | Update Episodes to 0.13.4 (17)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9de38169a4158b8fc14cfa656305fde8a21f934d | tests/ansible-role-requirements.yml | tests/ansible-role-requirements.yml | - name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
| - name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
| Add missing pip_install role dependency | tests: Add missing pip_install role dependency
This fixes the following problem:
ERROR! the role 'pip_install' was not found in
/vagrant/tests/common/roles:/home/vagrant/.ansible/roles:/home/vagrant/.ansible/testing-role:/vagrant/tests/common
The error appears to have been in '/vagrant/tasks/main.yml': line 74,
colum... | YAML | apache-2.0 | openstack/openstack-ansible-openstack_hosts,openstack/openstack-ansible-openstack_hosts |
d447132d808bfe38b764510fe1f6ceae6b3e8221 | config/kubernetes/wg-structured-logging/teams.yaml | config/kubernetes/wg-structured-logging/teams.yaml | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- MadhavJivrajani
- navidshaikh
- Priyankasaggu11929
- serathius
- shubheksha
- yangjunmyf... | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- MadhavJivrajani
- navidshaikh
- Priyankasaggu11929
- serathius
- shubheksha
- yangjunmyf... | Add yuzhiquan to wg structured logging | Add yuzhiquan to wg structured logging
Add yuzhiquan to wg structured logging | YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
eeb45dc2815b2edbbcc6d75d331d81392c683e76 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- test
- build
- release
python2:
image: python:2.7
stage: test
script:
- pip install tox
- tox -e py27
python34:
image: python:3.4
stage: test
script:
- pip install tox
- tox -e py34
python35:
image: python:3.5
stage: test
script:
- pip install tox
- tox -e py35
python36:
i... | stages:
- test
- build
- release
python2:
image: python:2.7
stage: test
script:
- apt-get install pygtk
- pip install tox
- tox -e py27
python34:
image: python:3.4
stage: test
script:
- apt-get install pygtk
- pip install tox
- tox -e py34
python35:
image: python:3.5
stage: test
script... | Fix CI error for pygtk not available | Fix CI error for pygtk not available
| YAML | lgpl-2.1 | amolenaar/gaphor,amolenaar/gaphor |
8cf62098a8ae90495657ae71b52b823fe18294ca | .gitlab-ci.yml | .gitlab-ci.yml | tests:
stage: test
image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing
script:
- make -j`nproc` local-libgumbo
- make build-all USE_LOCAL_LIBGUMBO=1 DEBUG=1
- make check-all USE_LOCAL_LIBGUMBO=1
# - make clean check-luarocks-make LUAROCKS=luarocks-5.3
# - mak... | tests:
stage: test
image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing-extra
script:
- make -j`nproc` local-libgumbo
- make build-all USE_LOCAL_LIBGUMBO=1 DEBUG=1
- make check-all USE_LOCAL_LIBGUMBO=1
# - make clean check-luarocks-make LUAROCKS=luarocks-5.3
# ... | Use lua-testing-extra image instead of lua-testing to run CI tests | Use lua-testing-extra image instead of lua-testing to run CI tests
The tests download and statically compile libgumbo, which requires
autotools and g++ to be installed.
| YAML | apache-2.0 | craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo |
b65f1cf3b81cbcc69df51f49a0008f80d3f8a9e8 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- publish
.build:
stage: build
allow_failure: true
image: "coderus/sailfishos-platform-sdk:${SFOS_VERSION}"
artifacts:
paths:
- "output/*"
script:
- sudo mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- mb2 -t SailfishOS-$SFOS_VERSION-armv7hl ... | stages:
- build
- test
- publish
.build:
stage: build
variables:
ARCH: armv7hl
SFOS_VERSION: "3.4.0.24"
image: coderus/sailfishos-platform-sdk:${SFOS_VERSION}
artifacts:
paths:
- "output/*"
script:
- mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- ... | Build in parallel and RPM validation | Build in parallel and RPM validation
| YAML | mit | ilpianista/harbour-SailHN,ilpianista/harbour-SailHN,ascarpino/harbour-SailHN |
b8714ceec69d7bd4661bde0c660490f3e9b0cba5 | .travis-ci.yml | .travis-ci.yml | language: python
python:
- "2.7"
test:
- python setup.py test
| language: python
python:
- "2.7"
install:
- pip install -e .
test:
- python setup.py test
| Add install stage to travis CI | Add install stage to travis CI
| YAML | mit | cpoisson/rent-a-bot,cpoisson/rent-a-bot |
3f06d5f634639b4c49a6014b0e255b33550cc1c6 | packages/sq/sqlite-simple-errors.yaml | packages/sq/sqlite-simple-errors.yaml | homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: 88ce02a24c49919e536880073ddf586fc63ab1a9659f3277861099a665b6b822
test-bench-deps:
base: -any
sqlite-simple: -any
text: -any
sqlite-simple-errors: -any
mtl: -any
maintainer: jmc41493@gmail.com
synopsis: Wrapper around errors fr... | homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: c5721b225696ace0c93ef123aff8d05ab1e3a9c5e5afe33b2606e51c4a4a5187
test-bench-deps:
base: -any
sqlite-simple: -any
text: -any
sqlite-simple-errors: -any
mtl: -any
maintainer: jmc41493@gmail.com
synopsis: Wrapper around errors fr... | Update from Hackage at 2016-10-12T01:56:17+00:00 | Update from Hackage at 2016-10-12T01:56:17+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
61244848dd40851ba67a522c37cdc5aa093d1872 | defaults/main.yml | defaults/main.yml | ---
# defaults file for ansible-role-fgci-bash/
bash_script_copy_these:
- hist.sh
bash_script_copy_all: True
# This is added after MODULEPATH=$MODULEPATH
bash_modules_path: "/cvmfs/fgi.csc.fi/modules/el7/all"
lua_script_copy_all: True # disable by setting copy_all to false and copy_these to []
lua_script_copy_these... | ---
# defaults file for ansible-role-fgci-bash/
bash_script_copy_these:
- hist.sh
bash_script_copy_all: True
# This is added after MODULEPATH=$MODULEPATH
bash_modules_path: "/cvmfs/fgi.csc.fi/modules/el7/all:/cvmfs/fgi.csc.fi/apps/el7/aalto/spack/lmod/linux-centos7-x86_64/all:/cvmfs/fgi.csc.fi/apps/el7/aalto/spack/l... | Update cvmfs module path to include software from aalto | Update cvmfs module path to include software from aalto
| YAML | mit | CSC-IT-Center-for-Science/ansible-role-fgci-bash |
85c0af1746fd4ce46774317979504207074c51b8 | defaults/main.yml | defaults/main.yml | patroni_pg_default_service: "postgresql-{{ postgres_version }}"
patroni_pg_path: /usr/pgsql-9.6/bin
patroni_pg_max_connections: 500
patroni_postgres_port: 5432
patroni_archive_command: "mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f"
patroni_version: "v1.5.4"
| patroni_pg_default_service: "postgresql-{{ postgres_version }}"
patroni_pg_path: /usr/pgsql-9.6/bin
patroni_pg_max_connections: 500
patroni_postgres_port: 5432
patroni_archive_command: "mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f"
patroni_version: "v1.5.4"
patroni_ip: "{{ ansible_d... | Allow to set Patroni IP explicitly | Allow to set Patroni IP explicitly
| YAML | mit | kofonfor/ansible-role-patroni,gitinsky/ansible-role-patroni,gitinsky/ansible-role-patroni,kofonfor/ansible-role-patroni |
2bf88defdbd65962548c7b8d408968f4efbb6804 | ansible/roles/connectbox-pi/meta/main.yml | ansible/roles/connectbox-pi/meta/main.yml | ---
dependencies:
- bootstrap
- { role: hat-service, when: '"NanoPi NEO" in machine_type.stdout' }
- dns-dhcp
- network-interfaces
- wifi-ap
- mikegleasonjr.firewall
- nginx
- captive-portal
- webserver-content
- usb-content
- sample-content
- rpi-permissions
- wlan-set
- remove-lz4
| ---
dependencies:
- bootstrap
- hat-service
- dns-dhcp
- network-interfaces
- wifi-ap
- mikegleasonjr.firewall
- nginx
- captive-portal
- webserver-content
- usb-content
- sample-content
- rpi-permissions
- wlan-set
- remove-lz4
| Remove NEO dependency from hat-service role | Remove NEO dependency from hat-service role
The hat-service role is now valid on both NEO and RPi builds
| YAML | apache-2.0 | edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi |
27015815791ad4fa4aa6e51db44540d761ab0cf9 | ansible/roles/install-deps/tasks/install-mongodb.yml | ansible/roles/install-deps/tasks/install-mongodb.yml | ---
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- name: Add MongoDB apt key
apt_key: id=7F0CEB10
url=http://docs.mongodb.org/10gen-gpg-key.asc
tags:
- install
- mongodb
- deps
- name: Add MongoDB repository (Ubuntu)
apt_repository: repo='deb http://down... | ---
- name: Add MongoDB apt key (Ubuntu)
apt_key: id=7F0CEB10
keyserver=hkp://keyserver.ubuntu.com
when: ansible_lsb.id == "Ubuntu"
tags:
- install
- mongodb
- deps
- name: Add MongoDB apt key (Debian)
apt_key: id=EA312927
keyserver=hkp://keyserver.ubuntu.com
when: ansi... | Install latest mongodb (3.2) on Debian | Install latest mongodb (3.2) on Debian
| YAML | lgpl-2.1 | kernelci/kernelci-backend,kernelci/kernelci-backend |
5706cb9072671b394ae1d096a81f5a13d8aabf1d | site.yml | site.yml | # ---
# - hosts: all
# tasks:
# - name: ensure ntpd is at the latest version
# yum: pkg=ntp state=latest
# notify:
# - restart ntpd
# handlers:
# - name: restart ntpd
# service: name=ntpd state=restarted
---
- hosts: all
tasks:
- include: tasks/main.yml
| # ---
# - hosts: all
# tasks:
# - name: ensure ntpd is at the latest version
# yum: pkg=ntp state=latest
# notify:
# - restart ntpd
# handlers:
# - name: restart ntpd
# service: name=ntpd state=restarted
---
- hosts: all
roles:
- ansible-gocd
| Use a role, not tasks, so that it works with defaults and such in a predicatble manner. See Vagrantfile on how this works with local testing. | Use a role, not tasks, so that it works with defaults and such in a predicatble manner. See Vagrantfile on how this works with local testing.
| YAML | mit | gocd-contrib/ansible-gocd,Tpbrown/ansible-gocd,mfriedenhagen/ansible-gocd,jonwolski/ansible-gocd,lampo/ansible-gocd,MFAnderson/ansible-gocd |
2c6a7e8e60772e362728e74604a617d984add72b | metadata/org.dslul.openboard.inputmethod.latin.yml | metadata/org.dslul.openboard.inputmethod.latin.yml | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Update OpenBoard to 1.2 (4) | Update OpenBoard to 1.2 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
052d70a0a57591b6c965de5dffa585552aeef312 | readthedocs.yml | readthedocs.yml | # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- requirements: requirements.txt
... | # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.8
install:
- requirements: requirements_docs.txt
- requirements: requirements.txt
... | Update RTD to use python3.8 instead of python3.7. | Update RTD to use python3.8 instead of python3.7.
PiperOrigin-RevId: 489946951
| YAML | apache-2.0 | deepmind/dm_pix,deepmind/dm_pix |
c71cd5db81a764d82f1f0b88e0fddc92ecc86826 | imouto-devel/ansible/roles/common/tasks/main.yml | imouto-devel/ansible/roles/common/tasks/main.yml | ---
# Tasks specyfing commom tasks for all servers
#- name: Copy sources list for apt
# copy: src=sources.list dest=/etc/apt/sources.list owner=root group=root mode=644 backup=yes
- name: Update apt repositories cache
apt: update_cache=yes cache_valid_time=36000
- name: Ensure git is installed
apt: name=git stat... | ---
# Tasks specyfing commom tasks for all servers
- name: Copy sources list for apt
copy: src=sources.list dest=/etc/apt/sources.list owner=root group=root mode=644 backup=yes
- name: Update apt repositories cache
apt: update_cache=yes cache_valid_time=36000
- name: Ensure git is installed
apt: name=git state=... | Modify role common to add apt sources list | imouto-devel/ansible/roles: Modify role common to add apt sources list
Add the task to copy the sources list for apt from host to the remote
machine.
| YAML | agpl-3.0 | Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2 |
6fe87916704123369f17979299719c4a5b047284 | ubuntu/integration-environment-elasticsearch-5.x/elasticsearch.yml | ubuntu/integration-environment-elasticsearch-5.x/elasticsearch.yml | cluster.name: graylog_test
node.master: true
node.data: true
index.number_of_shards: 1
index.number_of_replicas: 0
network.host: _local:ipv4_
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["127.0.0.1:9350"]
| cluster.name: graylog_test
node.master: true
node.data: true
index.number_of_shards: 1
index.number_of_replicas: 0
network.host: _local:ipv4_
| Fix settings for Elasticsearch 5.x | Fix settings for Elasticsearch 5.x
| YAML | apache-2.0 | Graylog2/build-environments |
873e9155130f6c45d4bbc259d2c7810542731f1d | assets/database.yml | assets/database.yml | development:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
production:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
test:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
| development:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
production:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
pool: 10
test:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
| Set a postgresql poolsize of 10 connections | Set a postgresql poolsize of 10 connections
| YAML | mit | nzherald/alaveteli-docker |
b59a5cd02b8868929143183ef852919c4b6a913d | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'windows-2022'
steps:
- task: VSBuild@1
displayName: build
inputs:
configuration: 'Release'
msbuildArgs: '/restore'
- task: VSTest@2
displayName: test
inputs:
configuration: 'Release'
otherConsoleOptions: '/Framework:.NETCoreApp,Version=v6.0 /Platform:x64' | pool:
vmImage: 'windows-2022'
steps:
- task: VSBuild@1
displayName: build
inputs:
configuration: 'Release'
msbuildArgs: '/restore'
- task: VSTest@2
displayName: test
inputs:
configuration: 'Release'
| Remove attempt at getting tests to run | Remove attempt at getting tests to run
GARBAGE!
| YAML | mit | JohanLarsson/Gu.Wpf.FlipView |
30e74d32b53bf7dab2d30a2a3e366216c4243dba | atlas2/manifest.yml | atlas2/manifest.yml | applications:
- path: .
memory: 512M
instances: 1
domain: eu-gb.mybluemix.net
name: main
host: main
disk_quota: 512M
timeout: 60
services:
- mongodb-atlas2main
- performance-monitoring-auto
- atlas2-stormpath-credentials | applications:
- path: .
memory: 256M
instances: 1
domain: eu-gb.mybluemix.net
name: main
host: main
disk_quota: 512M
timeout: 60
services:
- mongodb-atlas2main
- performance-monitoring-auto
- atlas2-stormpath-credentials | Reduce the amount of memory required to run. | Reduce the amount of memory required to run. | YAML | apache-2.0 | cdaniel/atlas2,cdaniel/atlas2 |
c75ad05011e64f008e71e726411e4e6558ac9861 | docker-compose.yaml | docker-compose.yaml | version: '2'
services:
unfurl:
container_name: unfurl
build:
context: ./
dockerfile: Dockerfile
# Match the port defined in unfurl.ini
ports:
- "3000:3000"
volumes:
- ./unfurl.ini:/unfurl/unfurl.ini:ro
restart: unless-stopped
| version: '2'
services:
unfurl:
container_name: unfurl
build:
context: ./
dockerfile: Dockerfile
# Match the port defined in unfurl.ini
ports:
- "5000:5000"
restart: unless-stopped
| Change to port 5000 and remove volume mount | Change to port 5000 and remove volume mount
Port 5000 is what the default unfurl.ini file uses.
Will replace the volume mount with `COPY` in the Dockerfile and use sed to replace host value. | YAML | apache-2.0 | obsidianforensics/unfurl,obsidianforensics/unfurl |
c4bad629b1e6d0029219c5c12fa8dfc1ed71d9b0 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: |
msbuild /t:Restore NStack.sln
nuget restore
displayName: Restore dependencies
- script: |
if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*</PackageVersion>${BUILD_SOURCEBRANC... | pool:
vmImage: 'macOS-10.14'
variables:
buildConfiguration: 'Release'
steps:
- script: |
msbuild /t:Restore NStack.sln
nuget restore
displayName: Restore dependencies
- script: |
if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*</PackageVersion>${BUILD_SOURCEBRANCH... | Build on MacOS, as the Ubuntu image lacks nuget | Build on MacOS, as the Ubuntu image lacks nuget
| YAML | bsd-3-clause | migueldeicaza/NStack,migueldeicaza/NStack,migueldeicaza/NStack |
576eeecd35e8ea94a608efb33d75360a2e4a3fda | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'Ubuntu-16.04'
variables:
CC: gcc-7
CXX: g++-7
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev
- script: sudo apt-get install -y libgles2-mesa-dev
- script: sudo apt-get install -y libopen... | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev
- script: sudo apt-get install -y libgles2-mesa-dev
- script: sudo apt-get install -y libopenal-dev
- script: sudo apt-get install -y... | Use Ubuntu 18.04 on Azure | Use Ubuntu 18.04 on Azure
| YAML | unlicense | elnormous/ouzel,elnormous/ouzel,elnormous/ouzel |
ac706bd3fd30f5095835e99431db905a49ccf1d3 | azure-pipelines.yml | azure-pipelines.yml | # https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#passing-parameters
trigger:
- main
variables:
MKL_NUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1
OMP_NUM_THREADS: 1
VML_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
PYTHONHASHSEED: 0 # Ensure tests are correctly gathered by xdi... | # https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#passing-parameters
trigger:
- main
schedules:
- cron: "0 6 * * 1" # Each Monday at 06:00 UTC
displayName: Weekly scheduled run
branches:
include: [main, maintenance/0.13.x]
always: true
variables:
MKL_NUM_THREA... | Add a weekly scheduled run to the Azure pipelines | CI: Add a weekly scheduled run to the Azure pipelines
This commit adds a weekly scheduled run to the Azure pipelines CI. It runs each Monday at 06:00 UTC on the main and maintenance/0.13.x branches.
Periodically scheduled runs can detect errors and warnings appearing in changes in upstream dependencies or the build... | YAML | bsd-3-clause | bashtage/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,bashtage/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,bashtage/statsmodels |
57d0a028f9c7ce44de9e58917cffa4b69f8e325f | azure-pipelines.yml | azure-pipelines.yml | jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '1.0.4'
- task: DotNetCoreInstaller@0
inputs:
version: '1.1.4'
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.401'
- bash: ./build.sh
env:
COREHOST_TRA... | jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: ./build.sh
env:
COREHOST_TRACE: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- job: macOS
pool:
vmImage: 'xcode9-macos10.13'
steps:
- bash: ./build.sh
env:
COREHOST_TRACE: 0
... | Remove manual dotnet core installation | Remove manual dotnet core installation
| YAML | mit | andrewlock/NetEscapades.Configuration,andrewlock/NetEscapades.Configuration |
5047364f462feb3451eed60fd1fd890fda5ac434 | recipes/kubernetes/meta.yaml | recipes/kubernetes/meta.yaml | {% set name = "kubernetes"%}
{% set version = "1.7.14"%}
{% set sha256 = "1f3c05e60882f014236a1c93fac05afde49b0fcb67aabb4df0a11b96b5aa5d24" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kubernetes/{{ name }}/archive/v{{ version }}.tar.gz
fn: {{ name }}-{{ version }... | {% set name = "kubernetes"%}
{% set version = "1.7.14"%}
{% set sha256 = "1f3c05e60882f014236a1c93fac05afde49b0fcb67aabb4df0a11b96b5aa5d24" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kubernetes/{{ name }}/archive/v{{ version }}.tar.gz
fn: {{ name }}-{{ version }... | Update doc_url and lint | Update doc_url and lint [skip ci] [ci skip] | YAML | bsd-3-clause | ceholden/staged-recipes,cpaulik/staged-recipes,petrushy/staged-recipes,rvalieris/staged-recipes,sodre/staged-recipes,kwilcox/staged-recipes,pmlandwehr/staged-recipes,mariusvniekerk/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,b... |
e390ada75a342275205afb526e649c7549841037 | recipes/qt5reactor/meta.yaml | recipes/qt5reactor/meta.yaml | {% set name = "qt5reactor" %}
{% set version = "0.5" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "58d71f17188c896596e5f23f0eb884c966208a4db935e506d931797cbd1c0cbe" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_... | {% set name = "qt5reactor" %}
{% set version = "0.5" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "58d71f17188c896596e5f23f0eb884c966208a4db935e506d931797cbd1c0cbe" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_... | Use host instead of build for qt5reactor | Use host instead of build for qt5reactor
Co-Authored-By: mrakitin <80296ac3c2ec8894fe3994152b21dee0e30396ec@users.noreply.github.com> | YAML | bsd-3-clause | ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,synapticarbors/staged-recipes,dschreij/staged-recipes,igortg/staged-rec... |
564ab1c6fb3c97a80bdd8342a6de2976f73eec51 | recipes/setuptools/meta.yaml | recipes/setuptools/meta.yaml | {% set version = "23.0.0" %}
package:
name: setuptools
version: {{ version }}
source:
fn: setuptools-{{ version }}.tar.gz
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
md5: 100a90664040f8ff232fbac02a4c5652
patches:
# modify setuptools to barf if used in conda build ... | {% set version = "23.0.0" %}
package:
name: setuptools
version: {{ version }}
source:
fn: setuptools-{{ version }}.tar.gz
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
md5: 100a90664040f8ff232fbac02a4c5652
patches:
# modify setuptools to barf if used in conda build ... | Update to reflect actual license now as MIT. | setuptools: Update to reflect actual license now as MIT.
| YAML | bsd-3-clause | vamega/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,pstjohn/staged-recipes,sannykr/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,ceholden/staged-recipes,OpenPIV/staged-recipes,OpenPIV/staged-recipes,NOAA-ORR-ERD/s... |
70169bbc87fe0362f3f121076f5d7d2b386af784 | .lgtm.yml | .lgtm.yml | extraction:
java:
index:
build_command: "mvn clean install"
| # ---------------------------------------------------------------------------
# See the NOTICE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# p... | Add license to YML file | [Misc] Add license to YML file
| YAML | lgpl-2.1 | xwiki/xwiki-commons,xwiki/xwiki-commons |
07ba7b5860e656ee81e82c9ca2cd00a8664aa1e4 | environment_win.yml | environment_win.yml | name: ascat_env
channels:
- conda-forge
dependencies:
- numpy
- pandas
- pygrib
- netCDF4
- pykdtree
- h5py
- xarray
- pip
- pip:
- cadati
- requests
- tqdm
- lxml
- pygeogrids>=0.3.0
- pynetcf>=0.2.2
| name: ascat_env
channels:
- conda-forge
dependencies:
- numpy
- pandas
- pygrib
- pykdtree
- h5py
- xarray
- pip
- pip:
- cadati
- netCDF4
- requests
- tqdm
- lxml
- pygeogrids>=0.3.0
- pynetcf>=0.2.2
| Move netcdf4 to pip install for windows for testing | Move netcdf4 to pip install for windows for testing
| YAML | mit | TUW-GEO/ascat |
82b57a331e1cf775f0d72f6c0fcc6ca3d747e0a5 | packages/xm/xml.yaml | packages/xm/xml.yaml | homepage: http://code.galois.com
changelog-type: ''
hash: edb7cf08e80013cab3f80e1cb1765cb8e4f0772cf5de8a50ba3bbdfa2ae61d8c
test-bench-deps: {}
maintainer: diatchki@galois.com
synopsis: A simple XML library.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 && <5'
text: -any
all-versions:
- 1.2.6
- 1.3.1
- 1... | homepage: https://github.com/GaloisInc/xml
changelog-type: ''
hash: c7a33d37c968c769723931a33e4e795f0aadda6cb62e7073ded8a2db52509d95
test-bench-deps: {}
maintainer: diatchki@galois.com
synopsis: A simple XML library.
changelog: ''
basic-deps:
bytestring: -any
base: '>=3 && <5'
text: -any
all-versions:
- 1.2.6
- 1... | Update from Hackage at 2020-06-12T19:52:29Z | Update from Hackage at 2020-06-12T19:52:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dbf73591fe6fda226c798dee8d0236cb4075d621 | hieradata/class/exception_handler.yaml | hieradata/class/exception_handler.yaml | ---
govuk::node::s_base::apps:
- errbit
lv:
mongodb:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/automongodbbackup:
... | ---
govuk::node::s_base::apps:
- errbit
lv:
mongodb:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/aut... | Add another disk to exception handler | Add another disk to exception handler
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
040232b616e09e09c9627577476a5d7a990cfecc | azure-pipelines.yml | azure-pipelines.yml | trigger:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
pr:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
stages:
- stage: Build
jobs:
- job: Build
pool:
vmImage: wind... | trigger:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
pr:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
stages:
- stage: Build
jobs:
- job: Build
pool:
vmImage: wind... | Build when packing in pipelines | Build when packing in pipelines | YAML | mit | dsplaisted/strongnamer |
bcefc031423deb793d22fdf3b7214f258ff7c522 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: vs2017-win2016
variables:
BuildConfiguration: Release
TestProjects: test/**/*.[Tt]ests.csproj
PackProjects: src/IronVelocity.csproj
steps:
- task: DotNetCoreCLI@2
displayName: Build
inputs:
command: build
arguments: --configuration $(BuildConfiguration)
- task: DotNetCoreCLI@2
... | pool:
vmImage: windows-latest
variables:
BuildConfiguration: Release
TestProjects: test/**/*.[Tt]ests.csproj
PackProjects: src/IronVelocity.csproj
steps:
- task: DotNetCoreCLI@2
displayName: Build
inputs:
command: build
arguments: --configuration $(BuildConfiguration)
- task: DotNetCoreCLI@2
... | Update image used in build pipeline | Update image used in build pipeline
| YAML | mit | afscrome/IronVelocity |
ba5db5042580a9f2ac77b2f66f9762980d7ab5f1 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9
# https://circleci.com/docs/2.0/circleci-images/
working_direct... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9
# https://circleci.com/docs/2.0/circleci-images/
working_direct... | Set timezone in CI to Chicago | Set timezone in CI to Chicago
| YAML | mit | banterability/slow-zone |
be9c4cb93838d9aa02640594ff3354ccdf790d1e | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
str... | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
str... | Change dependency management to conda | Change dependency management to conda
| YAML | mit | corriander/vdd |
4c73c61893e2b26c0f7986bd3b997ee5442bef3e | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
jobs:
- job: 'Test'
pool:
vmI... | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
jobs:
- job: 'Test'
pool:
vmI... | Change Matrix name to PY36 | Change Matrix name to PY36
| YAML | mit | maxzheng/jenkins-test |
584cc45764ffd05935f78414e3e8bda6e06f9897 | .github/workflows/AzLabsCleanup.yaml | .github/workflows/AzLabsCleanup.yaml | on:
schedule:
- cron: '0 5 * * * '
repository_dispatch:
types: run
name: Cleanup
jobs:
cleanup:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Execute steps
shell: powershell
run: |
Install-Module Pester -Force -AllowClobber
Install-... | on:
schedule:
- cron: '0 5 * * * '
repository_dispatch:
types: run
name: Cleanup
jobs:
cleanup:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Execute steps
shell: pwsh
run: |
Install-Module Pester -Force -AllowClobber -RequiredVersion 4.10.... | Add pester requiredversion to clean up as well | Add pester requiredversion to clean up as well
| YAML | mit | Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab |
905a7420b6be6686bef239bf2ba2c34731e07fb0 | ci/atc-elm.yml | ci/atc-elm.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: concourse/atc-ci-elm
inputs:
- name: concourse
run:
path: concourse/ci/scripts/atc-elm
| ---
platform: linux
image_resource:
type: docker-image
source:
repository: concourse/atc-ci-elm
caches:
- path: concourse/src/github.com/concourse/atc/web/elm/elm-stuff
- path: concourse/src/github.com/concourse/atc/web/elm/tests/elm-stuff
inputs:
- name: concourse
run:
path: concourse/ci/scripts/atc-elm
| Use task caching for elm tests | Use task caching for elm tests
Signed-off-by: Chris Hendrix <f9e38fc3e1ff46784bdcadbf77d17f93932faf2c@pivotal.io>
| YAML | apache-2.0 | concourse/concourse,concourse/concourse,concourse/concourse,concourse/concourse,concourse/concourse |
9fc3795305a752a1018b192a48e336d226198b10 | charts/orbit/Chart.yaml | charts/orbit/Chart.yaml | apiVersion: v1
appVersion: "2.0.0a21"
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0a21
| apiVersion: v1
appVersion: "2.0.0a22"
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0a22
| Bump Helm chart version to 2.0.0a22 | Bump Helm chart version to 2.0.0a22
| YAML | bsd-3-clause | orbit/orbit,orbit/orbit |
15397155cabf7e9c27f461ab34274a4355df094b | .github/workflows/python-package.yml | .github/workflows/python-package.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Remove testing on Python 3.5 | Remove testing on Python 3.5 | YAML | mit | ragibson/Steganography |
31f1cdd43a84f456ce5ba508130be5a009e6c9c0 | .travis.yml | .travis.yml | sudo: required
python: 3.6
language: C
matrix:
include:
- compiler: gcc
before_script:
- export CC=gcc-4.9
script:
- ./configure
- make parser
- make check
- python3 setup.py module
- python3 setup.py test
- compiler: gcc
before_script:
... | sudo: required
python: 3.6
language: C
matrix:
include:
- compiler: gcc
script:
- ./configure
- make parser
- make check
- python3 setup.py module
- python3 setup.py test
- compiler: gcc
script:
- ./configure --with-valgrind
- make parser
... | Remove 4.9 pinning of gcc. | Remove 4.9 pinning of gcc.
| YAML | bsd-3-clause | skrah/ndtypes,skrah/ndtypes,skrah/ndtypes,skrah/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes |
45dbe1ae6f9995421cbdecb03bed60faae07935c | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- mkdir -p build/logs
- phpunit
after_success:
- travis_retry php vendor/bin/coveralls | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- mkdir -p build/logs
- vendor/bin/phpunit
after_success:
- travis_retry php vendor/bin/coveralls | Use phpunit from vendor directory | Use phpunit from vendor directory
| YAML | apache-2.0 | vitorbari/glpi-webservice-php-wrapper |
ac0c1f01f569ed8917fff1d8e566541593234721 | .travis.yml | .travis.yml | # from https://github.com/50DKP/FF2-Official/blob/stable/.travis.yml
# changed to fit addons being in the top spot
# Set language
language: c
# Use the new container-based infrastructure
sudo: false
# Install some apt packages needed for spcomp
addons:
apt_packages:
- lib32stdc++6
- gcc-multilib
... | # from https://github.com/50DKP/FF2-Official/blob/stable/.travis.yml
# changed to fit addons being in the top spot
# Set language
# language: c
# Use the new container-based infrastructure
sudo: false
# Install some apt packages needed for spcomp
addons:
apt_packages:
- lib32stdc++6
- gcc-multili... | Remove language, pipe to /dev/null | Remove language, pipe to /dev/null
| YAML | unlicense | NGSNetwork/sm-plugins,NGSNetwork/sm-plugins,NGSNetwork/sm-plugins,ZeronTheXeon/ngs-plugins,ZeronTheXeon/ngs-plugins |
ed050a2b49c65567614530331ca6939fe90e11a2 | .travis.yml | .travis.yml | language: java
script: mvn install
before_install:
- ./etc/before.sh
deploy:
skip_cleanup: true
provider: script
script: mvn deploy
on:
branch: master
| language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
script: mvn install
before_install:
- ./etc/before.sh
deploy:
skip_cleanup: true
provider: script
script: mvn deploy
on:
branch: master
| Change collection mapping to support type mappings. | Bugfix: Change collection mapping to support type mappings.
- ReassignTransformation fixed.
- Regression tests created
- Added some versions to POM
- Specified Java Version vor Travis CI | YAML | apache-2.0 | remondis-it/remap |
634db3d08c014f0c2c574286345b04799da8fce3 | .travis.yml | .travis.yml | sudo: required
dist: trusty
script:
- tree
- bash -e ./travis_prepare.bash
- source ~/catkin_ws/devel/setup.bash
- bash -xve travis_test.bash
| sudo: required
dist: trusty
script:
- apt-get install tree
- tree
- bash -e ./travis_prepare.bash
- source ~/catkin_ws/devel/setup.bash
- bash -xve travis_test.bash
| Add install of tree for experiment | Add install of tree for experiment
| YAML | mit | ryuichiueda/raspimouse_ros,ryuichiueda/raspimouse_ros |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.