Skip to content

Commit

Permalink
skip process isolation check for transmit and process
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Liu <haoli@redhat.com>
  • Loading branch information
TheRealHaoLiu committed Jun 1, 2022
1 parent a349921 commit 5db7742
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/configurationCache.log
@@ -0,0 +1 @@
{"buildTargets":["clean","deb","deb-build/ansible-runner-2.1.1.dev49","deb-build/ansible-runner_2.1.1.dev49-0.git2022053122.a349921~.dsc","deb-build/ansible-runner_2.1.1.dev49-0.git2022053122.a349921~_amd64.deb","deb-src","debian","dev","devimage","dist","dist/ansible-runner-2.1.1.dev49.tar.gz","dist/ansible_runner-2.1.1.dev49-py3-none-any.whl","docs","image","image_matrix","image_matrix_publish","mock-rpm","mock-srpm","rpm","rpm-build","rpm-build/ansible-runner-2.1.1.dev49-0.git2022053122.a349921.src.rpm","rpm-build/ansible-runner-2.1.1.dev49-0.git2022053122.a349921.x86_64.rpm","rpm-build/ansible-runner.spec","sdist","shell","srpm","test","wheel"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
11 changes: 11 additions & 0 deletions .vscode/dryrun.log
@@ -0,0 +1,11 @@
make: Entering directory `/Volumes/case-sensitive-volume/projects/src/github.com/TheRealHaoLiu/ansible-runner'
rm -rf dist
rm -rf build
rm -rf ansible-runner.egg-info

rm -rf rpm-build
rm -rf deb-build
find . -type f -regex ".*\py[co]$" -delete
rm -rf
make: Leaving directory `/Volumes/case-sensitive-volume/projects/src/github.com/TheRealHaoLiu/ansible-runner'

3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}

0 comments on commit 5db7742

Please sign in to comment.