-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d855430
commit 7b74a1b
Showing
9 changed files
with
188 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ Suse: | |
required: | ||
pkgs: | ||
- python3-pip | ||
gems: | ||
required: | ||
pkgs: | ||
- ruby-common | ||
|
||
Debian: | ||
pips: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
packages: | ||
pkgs: | ||
wanted: | ||
- git | ||
- less | ||
- bc | ||
- curl | ||
- fail2ban | ||
unwanted: | ||
- avahi-daemon | ||
required: | ||
pkgs: | ||
- git | ||
# Not testing pips in opensuse because it requires upgrading a bunch of | ||
# pip dependencies which are out of the scope of this formula. | ||
# If you can provide a PR to fix this tests, you're welcomed! | ||
# pips: | ||
gems: | ||
wanted: | ||
- progressbar | ||
- minitest | ||
unwanted: | ||
- diff-lcs | ||
- kitchen-vagrant | ||
- kwalify | ||
remote_pkgs: | ||
zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
packages: | ||
pkgs: | ||
# A dict of "package: version" pairs: | ||
held: | ||
alien: 8.95 | ||
iotop: 0.6-2 | ||
|
||
# Alternativelly, held packages can also be specified as a list with | ||
# no versions. In this case, the package will be held in the installed | ||
# version. | ||
# held: | ||
# - alien | ||
# - iotop | ||
wanted: | ||
- git | ||
- less | ||
- bc | ||
- curl | ||
- fail2ban | ||
unwanted: | ||
- avahi-daemon | ||
required: | ||
pkgs: | ||
- wget | ||
- git | ||
pips: | ||
required: | ||
pkgs: | ||
- libpython2.7-dev | ||
- python-pip | ||
wanted: | ||
- dxpy | ||
- attrs | ||
unwanted: | ||
- campbel | ||
- reverse_geocode | ||
- indy-crypto | ||
config: | ||
global: | ||
timeout: 120 | ||
default-timeout: 120 | ||
# proxy: http://proxy.example.com:3128 | ||
gems: | ||
wanted: | ||
- progressbar | ||
- minitest | ||
unwanted: | ||
- diff-lcs | ||
- kitchen-vagrant | ||
- kwalify | ||
# Disable Snaps testing in Ubuntu 18 due to | ||
# https://github.com/saltstack-formulas/packages-formula/issues/44 | ||
# snaps: | ||
# wanted: | ||
# - hello-world | ||
# classic: | ||
# - test-snapd-hello-classic | ||
# unwanted: | ||
# - goodbye-world | ||
archives: | ||
wanted: | ||
terminator: | ||
dest: /usr/local/terminator/ | ||
options: '--strip-components=1' #recommended option, but beware tarbombs | ||
dl: | ||
format: tar | ||
source: https://launchpad.net/terminator/gtk3/1.91/+download/terminator-1.91.tar.gz | ||
#hashurl: https://launchpad.net/terminator/gtk3/1.91/+download/terminator-1.91.tar.gz/+md5 | ||
hashsum: md5=2eed999d7a41f2e18eaa511bbbf80f58 | ||
phantomjs: | ||
dest: /usr/local/src/ #beware tarbombs | ||
user: root | ||
mode: '0700' | ||
dl: | ||
format: tar | ||
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 | ||
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361 | ||
blockbox: | ||
dest: /usr/local/src/ | ||
dl: | ||
format: raw | ||
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml | ||
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274 | ||
kubectl: | ||
dest: /usr/local/bin | ||
dl: | ||
format: bin | ||
source: https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/darwin/amd64/kubectl | ||
unwanted: | ||
- /usr/local/boring_archive_software | ||
|
||
remote_pkgs: | ||
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters