commit/nvda-mrconfig: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 10 May 2014 10:24:25 -0000

2 new commits in nvda-mrconfig:

https://bitbucket.org/nvdaaddonteam/nvda-mrconfig/commits/25d505c93d43/
Changeset:   25d505c93d43
Branch:      None
User:        CommitBot
Date:        2014-05-09 08:11:54
Summary:     added stationPlaylist to mr config.

Affected #:  1 file

diff --git a/available.d/10_stationPlaylist b/available.d/10_stationPlaylist
index 7288ada..199b927 100644
--- a/available.d/10_stationPlaylist
+++ b/available.d/10_stationPlaylist
@@ -1,2 +1,2 @@
 [addons/stationPlaylist]
-checkout = git clone $(getBitbucketURL) $MR_REPO 
+checkout = git clone $(getBitbucketURL) $MR_REPO


https://bitbucket.org/nvdaaddonteam/nvda-mrconfig/commits/6e33753488ac/
Changeset:   6e33753488ac
Branch:      master
User:        CommitBot
Date:        2014-05-10 12:24:13
Summary:     fix typo in findRevs function, that caused the userGuide-stats.txt 
not to be generated.

Affected #:  1 file

diff --git a/.sh.d/01_nvda2svn.sh b/.sh.d/01_nvda2svn.sh
index c943636..c14bd55 100644
--- a/.sh.d/01_nvda2svn.sh
+++ b/.sh.d/01_nvda2svn.sh
@@ -22,7 +22,7 @@ findRevs() {
     ./findRevs.py --langs $langs
     cd ..
     # Calculate userGuide-stats.txt for every revision.
-    find */userGuide-diffs/ -maxdepth 1 -mindepth 1 -type d | grep -vi ".svn"  
|| while read rev; do
+    find */userGuide-diffs/ -maxdepth 1 -mindepth 1 -type d | grep -vi ".svn" 
| while read rev; do
         pushd $rev >/dev/null 2>&1
         python ../../../scripts/stats.py
         popd >/dev/null 2>&1

Repository URL: https://bitbucket.org/nvdaaddonteam/nvda-mrconfig/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: