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
| source ~/foreman/.env | |
| BIND=0.0.0.0 bundle exec puma -w 1 -t 1 -p $PORT --preload |
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
| From 87ab37358c1f3641ced07ce6d0cd587f7f80170d Mon Sep 17 00:00:00 2001 | |
| From: Chris Roberts <chrobert@redhat.com> | |
| Date: Wed, 26 Apr 2023 15:57:16 -0400 | |
| Subject: [PATCH] patch | |
| --- | |
| lib/fog/vsphere/requests/compute/list_networks.rb | 2 ++ | |
| lib/fog/vsphere/requests/compute/list_vm_interfaces.rb | 10 ++++++++++ | |
| 2 files changed, 12 insertions(+) |
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
| ------------------------------------------------------------------------------------------------------------------------------------ | |
| Get-Help Get-Snapshot | |
| Get-Help XXX (cmdlet) | |
| REMARKS | |
| To see the examples, type: "get-help Get-Snapshot -examples". | |
| For more information, type: "get-help Get-Snapshot -detailed". | |
| For technical information, type: "get-help Get-Snapshot -full". | |
| For online help, type: "get-help Get-Snapshot -online" |
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
| # delete local tag '12345' | |
| git tag -d 12345 | |
| # delete remote tag '12345' (eg, GitHub version too) | |
| git push origin :refs/tags/12345 | |
| # alternative approach | |
| git push --delete origin tagName | |
| git tag -d tagName |
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 Model contains code modified as per azure-sdk | |
| # and removed dependencies from fog-azure-rm. | |
| require 'base64' | |
| module ForemanAzureRm | |
| class AzureRm < ComputeResource | |
| include VMExtensions::ManagedVM | |
| alias_attribute :sub_id, :user |
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
| hive-verify-bd6d6b0c |
OlderNewer