no .y
authorezk <ezk>
Mon, 4 Feb 2019 20:04:48 +0000 (20:04 +0000)
committerezk <ezk>
Mon, 4 Feb 2019 20:04:48 +0000 (20:04 +0000)
4a-gits
fix-remotes.sh
update-stable.sh

diff --git a/4a-gits b/4a-gits
index 8350bed76082ce04d4aacddb66d1bb109e26ca43..9ebf12547486b3d1751fa44ab20ef7b25206a72c 100755 (executable)
--- a/4a-gits
+++ b/4a-gits
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-LIST=`echo wrapfs-2* wrapfs-3.[0-9].y wrapfs-3.[0-9][0-9].y wrapfs-4.[0-9].y wrapfs-4.[0-9][0-9].y wrapfs-latest`
-#LIST=`echo wrapfs-4.[0-9].y wrapfs-4.[0-9][0-9].y`
+LIST=`echo wrapfs-2* wrapfs-3.[0-9] wrapfs-3.[0-9][0-9] wrapfs-4.[0-9] wrapfs-4.[0-9][0-9] wrapfs-latest`
+#LIST=`echo wrapfs-4.[0-9] wrapfs-4.[0-9][0-9]`
 
 if test -z "$1" ; then
        echo "Usage: $0 [+[alw]] cmd [args...]"
index 0b5ac82852d513a9b265e790c7ab7a4e1e5d2ef7..5a65dd17d10aa9a9ac49434ca7182c3c0492ce16 100755 (executable)
@@ -27,7 +27,7 @@ fi
 
 # find out what repo I'm supposed to be (allow override from cmd-line)
 if test -z "$1"; then
-    THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//' -e 's/\.y$//'`
+    THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//'`
 else
     THIS_REPO="$1"
 fi
@@ -64,7 +64,7 @@ THIS_ORIGIN_URL=`git remote get-url origin 2>/dev/null`
 # expected origin URL
 case "$THIS_REPO" in
     latest ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.git" ;;
-    * ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.y.git" ;;
+    * ) EXPECTED_ORIGIN_URL="$FSL_GIT/wrapfs-${THIS_REPO}.git" ;;
 esac
 #echo EXPECTED_ORIGIN_URL=$EXPECTED_ORIGIN_URL
 
index c5345e8a6e4ee3a99dc8350f194bcb0fb024151d..0644d720353eee0fbf8e935e6f51adea56fb2051 100755 (executable)
@@ -27,7 +27,7 @@ fi
 
 # find out what repo I'm supposed to be (allow override from cmd-line)
 if test -z "$1"; then
-    THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//' -e 's/\.y$//'`
+    THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//'`
 else
     THIS_REPO="$1"
 fi