Updating SlimerJS to Git version for compatibility with fresh xulrunner

This commit is contained in:
Michael Raskin
2013-10-31 02:59:45 +04:00
parent 6e062f1434
commit 92e3206c2a
4 changed files with 25 additions and 11 deletions
@@ -10,5 +10,7 @@ SF_version_dir () {
GH_latest () {
prefetch_command_rel ../fetchgit/nix-prefetch-git
rev "$(curl "$CURRENT_URL/commits" | grep /commit/ | head -n 1 | xargs basename )"
revision "$("$(dirname "$0")/urls-from-page.sh" "$CURRENT_URL/commits" | grep /commit/ | head -n 1 | xargs basename )"
version '.*' "git-$(date +%Y-%m-%d)"
NEED_TO_CHOOSE_URL=
}
@@ -120,8 +120,9 @@ ensure_choice () {
}
}
rev () {
revision () {
CURRENT_REV="$1"
echo "CURRENT_REV: $CURRENT_REV"
}
prefetch_command () {