This file contains hidden or 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
PROCESSING katello-3.6-thirdparty-candlepin-rhel7 | |
[noop] kkoji clone-tag --all katello-thirdparty-candlepin-rhel7 katello-3.6-thirdparty-candlepin-rhel7 | |
PROCESSING katello-3.6-thirdparty-pulp-rhel7 | |
[noop] kkoji clone-tag --all katello-thirdparty-pulp-rhel7 katello-3.6-thirdparty-pulp-rhel7 | |
PROCESSING katello-3.6-thirdparty-pulp-rhel6 | |
[noop] kkoji clone-tag --all katello-thirdparty-pulp-rhel6 katello-3.6-thirdparty-pulp-rhel6 |
This file contains hidden or 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
--- | |
- hosts: all | |
become: true | |
vars: | |
vagrant_libvirt: true | |
vagrant_version: 2.1.1 | |
roles: | |
- role: vagrant | |
- hosts: all |
This file contains hidden or 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
--- | |
- hosts: all | |
become: true | |
vars: | |
vagrant_libvirt: true | |
vagrant_version: 2.1.1 | |
roles: | |
- role: libvirt | |
- role: vagrant |
This file contains hidden or 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
--- | |
- hosts: all | |
become: true | |
vars: | |
vagrant_libvirt: true | |
vagrant_version: 2.1.1 | |
vagrant_scp: false | |
roles: | |
- role: libvirt | |
- role: vagrant |
This file contains hidden or 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 is a basic example of using SOCKS. | |
From the computer you want to browse on you'll make an ssh connection to the computer you want to browse from. | |
In this example it'll be my laptop connecting to my desktop. | |
Run: ssh -D <port, I use 10000> <user>@<hostname of desktop> | |
Now, in a browser you don't normally use (I'm using firefox), go to network proxy. | |
Set Manual porxy configuration |
This file contains hidden or 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
6a7 | |
> %global selinux_policyver %(%{__sed} -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp || echo 0.0.0) | |
55a57 | |
> BuildRequires: /usr/share/selinux/devel/policyhelp | |
57a60,63 | |
> %{!?_selinux_policy_version: %global _selinux_policy_version %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp 2>/dev/null)} | |
> %if "%{_selinux_policy_version}" != "" | |
> Requires: selinux-policy >= %{_selinux_policy_version} | |
> %endif |
OlderNewer