summaryrefslogtreecommitdiff
path: root/maintainer/gen-versions.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-12 05:14:48 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitee983f5f92aedbadaac9c756568c8fd6c04d58bc (patch)
treec190f91e38b6a7a93dcf96d28a463bd6b14003c2 /maintainer/gen-versions.sh
parent567277099a487508fd228a4c56f3583db3fa96c9 (diff)
Downloading packages using new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/gen-versions.sh')
-rwxr-xr-xmaintainer/gen-versions.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/maintainer/gen-versions.sh b/maintainer/gen-versions.sh
index cd99432..325715a 100755
--- a/maintainer/gen-versions.sh
+++ b/maintainer/gen-versions.sh
@@ -428,7 +428,6 @@ check_obsolete_experimental()
enter_fork()
{
local fork="${1}"
- local -A dflt_branch=( [git]="master" [svn]="/trunk" )
local versions
local only_obsolete only_experimental
@@ -436,7 +435,8 @@ enter_fork()
info[obsolete]=
info[experimental]=
info[repository]=
- info[repository_cset]=HEAD
+ info[repository_branch]=
+ info[repository_cset]=
info[fork]=${fork}
info[name]=${fork}
info[mirrors]=
@@ -453,8 +453,7 @@ enter_fork()
if [ -n "${info[repository]}" ]; then
info[vcs]=${info[repository]%% *}
- info[repository_url]=${info[repository]##* }
- info[repository_dflt_branch]=${dflt_branch[${info[vcs]}]}
+ info[repository_url]=${info[repository]#* }
fi
info[versionlocked]=`kconfigize "${info[versionlocked]}"`