diff --git a/webbuild/webbuild-cgi b/webbuild/webbuild-cgi index 360addb..f843dab 100755 --- a/webbuild/webbuild-cgi +++ b/webbuild/webbuild-cgi @@ -2130,10 +2130,43 @@ fi if [ "$MAINTAINERMODE" = "true" ]; then echo -n " " echo -n "" + echo "Repository: $REPOSITORY
" showEnvironmentPanel - echo -n "
" + echo -n "
" if [ "$REPOSITORY" ]; then - echo -n "Repository maintenance:
" + # send options + echo -n "Send options:" + # destination repository + echo -n "
Destination: " + echo -n "
" + # force checkbox + echo -n "" + # simulate checkbox + echo -n "" + # operations box + echo -n "

" + echo -n "Operations on selected packages:
" # echo -n "${pkgname} ${pkgver}-${pkgrel}" done < $WEBBUILD_STATEDIR/cache/repository-src-$REPOSITORY echo -n "
" - echo -n "Origin: $REPOSITORY" - # repository sync - echo -n " $REPOSITORY updates immediately available from public server?"`\"" - echo -n "); class=redbutton>" - echo -n "
Destination: " - echo -n "
" + ## repository sync + #echo -n " $REPOSITORY updates immediately available from public server?"`\"" + #echo -n "); class=redbutton>" # repository compare echo -n ""`\"+p+\"`cgi_encodevar " in $REPOSITORY?"`\"" echo -n "); class=redbutton>" - # force checkbox - echo -n "" - # simulate checkbox - echo -n "" - # changelog for mass rebuild - echo -n "
Mass rebuild of selected packages:
Changelog:" - echo -n "" - # autodist update buildrequirements - echo -n "Add build requirement(s):
" - echo -n "" # mass rebuild echo -n ""`\"+p+\"`cgi_encodevar " in $REPOSITORY and send to "`\"+getSelectedValueById('repositoryimportto')+" echo -n "\"`cgi_encodevar "?"`\"" echo -n "); class=redbutton>" + # changelog for mass rebuild + echo -n "
Rebuild changelog:" + echo -n "" + # autodist update buildrequirements + echo -n "Add build requirement(s):
" + echo -n "" + echo -n "

" fi echo -n "]]>
" fi