From 4081480e4a56abb4491344a5c1e4b95e9a76d275 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 4 Nov 2014 07:43:19 +0100 Subject: [PATCH] upgrade to latest stoarge library with bugfixes --- s/preview | 2 +- storage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/s/preview b/s/preview index 049eaac50..eab88c921 100755 --- a/s/preview +++ b/s/preview @@ -22,7 +22,7 @@ exit $2 # otherwise function build() { assert_dir $SOURCE cd $SOURCE -[ -z $1 ] || git checkout $1 +[ -z $1 ] || ( git checkout $1 && git submodule update ) git pull || abort "failed to update source. do you have local changes?" s/build || abort "build failed." } diff --git a/storage b/storage index 5f0b7095d..746d96d40 160000 --- a/storage +++ b/storage @@ -1 +1 @@ -Subproject commit 5f0b7095d42209762c9eac73c866c614018b440d +Subproject commit 746d96d405ddebcf6c882d5b198fd96df82abe11