CHANGES, VERSION, jannet: Merged changes from V_1_1_19_PRE

This commit is contained in:
Jan Lindemann 2008-12-17 18:37:57 +00:00 committed by Jan Lindemann
commit dc8201a380
3 changed files with 7 additions and 2 deletions

View file

@ -318,7 +318,7 @@ Version 1.1.18-0
---------------- ----------------
o added process() and friends to YAbstractFamilyMember o added process() and friends to YAbstractFamilyMember
Version 1.1.19pre-0-dev Version 1.1.19-0-dev
----------------------- -----------------------
o added _nDeliveries to YAbstractFamilyMember o added _nDeliveries to YAbstractFamilyMember
o made _name() not purely virtual if _DEVELOPMENT_ is undefined o made _name() not purely virtual if _DEVELOPMENT_ is undefined

View file

@ -1 +1 @@
1.1.18-6-dev 1.1.19-0-dev

View file

@ -27,6 +27,7 @@ cat << EOT
update: update all jannet software on the system update: update all jannet software on the system
restore: restore a previous jannet software version state restore: restore a previous jannet software version state
info: query information about installed software info: query information about installed software
checklog: update the installation log file if necessary
EOT EOT
if [ "$1" ]; then if [ "$1" ]; then
@ -113,6 +114,10 @@ install)
restore) restore)
echo "not yet implemented, sorry" >&2 echo "not yet implemented, sorry" >&2
;; ;;
checklog)
line=`jannet info | tr -s " "`
echo $line
;;
info) info)
if [ "$opt_verbose" = true ]; then if [ "$opt_verbose" = true ]; then
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com" rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"