Commit 103472df authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 14292c89
$ GIT_ALT=gear.alt girar-show
https://www.altlinux.org/Gear/remotes
https://www.altlinux.org/Gear/cronbuild
Применить shell check или что-то подобное
https://www.google.ru/search?q=lint+bash
......@@ -12,11 +16,6 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
http://semver.org/
Проблемы c dpkg:
1. применяется tar.xz, что не подходит для старых систем
2. нужен неисправленный alien (то есть готовить архив в два приёма)
В итоге, надо перенести конвертацию в саму систему
Скрипт update-kernel стал примером того, как стоит писать разбор параметров
Посмотреть genspec
......
......@@ -40,7 +40,6 @@ phelp()
echog " -p NAME use hasher dir with NAME postfix"
echo
echog "Extra options:"
echog " -a auto test mode for post myhsh build checking"
echog " -d print hasher dir only"
echog " -M?? binary repository name (obsoleted)"
echog " -x allow run X program (obsoleted)"
......
#!/bin/sh
# 2003-2010 (c) Etersoft www.etersoft.ru
# 2003-2016 (c) Etersoft www.etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
#
......@@ -123,13 +123,16 @@ date
echo "-------------------------------"
# make src.rpm if build OK and we have options for rpmbs
RPMBSARGS=$(drop_args "$LISTRPMARGS" i c l)
if [ ! "$RESULT" = "0" ] || [ -z "$RPMBSARGS" ]; then
exit $RESULT
fi
is_gear $SPECDIR && TSKLIST=$LISTNAMES || TSKLIST=$LISTBUILT
if rhas "$LISTNAMES" .spec ; then
is_gear $SPECDIR && TSKLIST=$LISTNAMES
else
TSKLIST=$LISTBUILT
fi
docmd $ETERBUILDBIN/rpmbs $GIRARHOST $MENVARG $RPMBSARGS $TSKLIST
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment