Skip to content

Commit

Permalink
Merge pull request #155 from splunk/slim_0.9.0
Browse files Browse the repository at this point in the history
Downgrading slim to 0.9.0
  • Loading branch information
patel-bhavin authored Jun 18, 2019
2 parents 8be24de + 510fae5 commit 27a44bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- run:
name: grab splunk packaging toolkit
command: |
curl -Ls https://download.splunk.com/misc/packaging-toolkit/splunk-packaging-toolkit-1.0.0.tar.gz -o ~/splunk-packaging-toolkit-latest.tar.gz
curl -Ls https://download.splunk.com/misc/packaging-toolkit/splunk-packaging-toolkit-0.9.0.tar.gz -o ~/splunk-packaging-toolkit-latest.tar.gz
mkdir ~/slim-latest
tar -zxf ~/splunk-packaging-toolkit-latest.tar.gz -C ~/slim-latest --strip-components=1
- run:
Expand All @@ -125,6 +125,7 @@ jobs:
sudo pip install virtualenv
virtualenv --python=/usr/bin/python2.7 --clear venv
source venv/bin/activate
pip install semantic_version
pip install .
- run:
name: create a .spl for this build using slim
Expand Down
15 changes: 5 additions & 10 deletions package/app.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "2.0.0",
"schemaVersion": "1.0.0",
"info": {
"title": "ES Content Updates",
"id": {
Expand All @@ -9,9 +9,9 @@
},
"author": [
{
"name": "Splunk",
"email": null,
"company": null
"name": "Splunk Security Research Team",
"email": "[email protected]",
"company": "Splunk"
}
],
"releaseDate": null,
Expand Down Expand Up @@ -42,10 +42,5 @@
"tasks": null,
"inputGroups": null,
"incompatibleApps": null,
"platformRequirements": null,
"supportedDeployments": [
"_standalone",
"_distributed"
],
"targetWorkloads": null
"platformRequirements": null
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pre-commit==1.17.0
pyrsistent==0.15.2
PyYAML==5.1.1
scandir==1.10.0
semantic_version==2.6.0
six==1.12.0
toml==0.10.0
typing==3.6.6
Expand Down

0 comments on commit 27a44bb

Please sign in to comment.