Skip to content

Commit

Permalink
Merge pull request #35 from puppetlabs/readmeupdate
Browse files Browse the repository at this point in the history
Update dev readme with new tar command
  • Loading branch information
gsparks authored Dec 8, 2020
2 parents f9c0cdb + 86e4123 commit 64097d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ In order to load this module properly into the Splunk Add-On builder for develop

```
$ git checkout -b 'my working branch'
$ COPYFILE_DISABLE=1 tar -C .. --exclude=".git" --exclude="local/" --exclude="metadata/local.meta" --exclude="tmpdir" --owner=0 --group=0 -czvf tmpdir/TA-puppet-report-viewer_export.tar.gz TA-puppet-report-viewer
```
$ COPYFILE_DISABLE=1 tar -C .. --exclude=".git" --exclude="local/" --exclude="metadata/local.meta" --exclude="tmpdir" --owner=0 --group=0 --exclude=".DS_Store" --exclude=".gitignore" --exclude="default/.DS_Store" --exclude="default/data/.DS_Store" --exclude="default/data/ui/.DS_Store" --exclude=".vscode" -czvf tmpdir/TA-puppet-report-viewer.tar.gz TA-puppet-report-viewer
To add your finished work back to the repo:
- Export the build from the Splunk Add-On tool
Expand Down

0 comments on commit 64097d7

Please sign in to comment.