summaryrefslogtreecommitdiffstats
path: root/bin/pimport.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pimport.sh')
-rwxr-xr-xbin/pimport.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/pimport.sh b/bin/pimport.sh
index b72bc5c..573789e 100755
--- a/bin/pimport.sh
+++ b/bin/pimport.sh
@@ -34,6 +34,10 @@ case "${MODE}" in
then
VCS_BROWSER="https://git.progress-linux.org/packages/fuchur-backports"
VCS_GIT="https://git.progress-linux.org/packages/fuchur-backports"
+ elif echo ${PWD} | grep -qs graograman-backports
+ then
+ VCS_BROWSER="https://git.progress-linux.org/packages/graograman-backports"
+ VCS_GIT="https://git.progress-linux.org/packages/graograman-backports"
elif echo ${PWD} | grep -qs engywuck
then
VCS_BROWSER="https://git.progress-linux.org/packages/engywuck"
@@ -42,9 +46,13 @@ case "${MODE}" in
then
VCS_BROWSER="https://git.progress-linux.org/packages/fuchur"
VCS_GIT="https://git.progress-linux.org/packages/fuchur"
+ elif echo ${PWD} | grep -qs graograman
+ then
+ VCS_BROWSER="https://git.progress-linux.org/packages/graograman"
+ VCS_GIT="https://git.progress-linux.org/packages/graograman"
else
- VCS_BROWSER="https://git.progress-linux.org/packages/engywuck-backports"
- VCS_GIT="https://git.progress-linux.org/packages/engywuck-backports"
+ echo "NO VCS detection"
+ exit 1
fi
DOWNSTREAM_BRANCH="progress-linux"