Skip to content

Commit

Permalink
added support to save keywords to resource_data
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmaturen committed May 22, 2012
1 parent 8e669fc commit b75153a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
# get current commit
git log | grep -m 1 commit
commit=`git log | grep -m 1 commit `
commitnick=${commit:7:10}
commitnick='0.3'
echo "updating version information in inline_keywords.yaml with latest git commit $commitnick"
sed -ibk "s/version: .*/version: $commitnick/" inline_keywords.yaml
rm inline_keywords.yamlbk
cd ..
rm inline_keywords*.rsp
tar -cz -f inline_keywords-$commitnick.rsp -X inline_keywords/exclude.txt inline_keywords
3 changes: 3 additions & 0 deletions exclude.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.git
exclude.txt
.*
2 changes: 1 addition & 1 deletion inline_keywords.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: inline_keywords
author: Aaron T. Maturen
version: 0.2
version: 0.3
desc: Enable Adding Keywords on Search Result Page
info_url: https://github.com/aaronmaturen/rs_inline_keywords
config_url: /plugins/inline_keywords/pages/setup.php
Expand Down

0 comments on commit b75153a

Please sign in to comment.