summaryrefslogtreecommitdiffstats
path: root/e-17
diff options
context:
space:
mode:
authorLadislav Hagara2013-03-31 03:59:53 +0200
committerLadislav Hagara2013-03-31 03:59:53 +0200
commitcc3b9733073fbb293b18bffa07b351b8418c88df (patch)
tree39138512b92d40a91dd441159d9bb2752b59f02a /e-17
parentd9cc33204870ae031f68f93fe774ccd83542ccc1 (diff)
e17: updated to better work with git version
Diffstat (limited to 'e-17')
-rwxr-xr-xe-17/e17/DETAILS2
-rw-r--r--e-17/e17/HISTORY4
-rw-r--r--e-17/e17/e17update4
3 files changed, 7 insertions, 3 deletions
diff --git a/e-17/e17/DETAILS b/e-17/e17/DETAILS
index 32a5445ece..05e2a820a4 100755
--- a/e-17/e17/DETAILS
+++ b/e-17/e17/DETAILS
@@ -9,7 +9,7 @@ else
PATCHLEVEL=6
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/enlightenment-0.17-git
- SOURCE_URL[0]=git://git.enlightenment.org/core/enlightenment.git:$SPELL-git
+ SOURCE_URL[0]=git://git.enlightenment.org/core/enlightenment.git:enlightenment-0.17-git
SOURCE_IGNORE=volatile
else
VERSION=0.17.0
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index fb06a1cbcd..a8102f7c35 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,7 @@
+2013-03-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: SOURCE_URL[0] for git version fixed
+ * e17update: updated to work also with git version
+
2013-03-02 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: subversion -> git
diff --git a/e-17/e17/e17update b/e-17/e17/e17update
index a88dbb97c8..144f317012 100644
--- a/e-17/e17/e17update
+++ b/e-17/e17/e17update
@@ -22,7 +22,7 @@ function get_spell_list () {
message "${MESSAGE_COLOR}Building list of packages to update..." \
"${DEFAULT_COLOR}" &&
for e_spell in `gaze section e-17 e`; do
- if [[ `installed_version $e_spell` == "svn" ]]; then
+ if [[ `installed_version $e_spell` == "svn" ]] || [[ `installed_version $e_spell` == "git" ]]; then
update_spells="$update_spells $e_spell"
fi
done
@@ -34,7 +34,7 @@ if [ "$#" == '0' ]; then
elif [ "$#" == '1' ]; then
case $1 in
-h|--help) echo "usage: $0 [option]"
- echo "-s|--summon Do a SVN checkout only (using summon)";
+ echo "-s|--summon Do a SVN or GIT checkout only (using summon)";
echo "-h|--help Print this help message";
;;
-s|--summon) get_spell_list &&