mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
CHANGES, VERSION, jannet: Merged changes from V_1_1_19_PRE
This commit is contained in:
parent
7428ca22c2
commit
dc8201a380
3 changed files with 7 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -318,7 +318,7 @@ Version 1.1.18-0
|
|||
----------------
|
||||
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 made _name() not purely virtual if _DEVELOPMENT_ is undefined
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.1.18-6-dev
|
||||
1.1.19-0-dev
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ cat << EOT
|
|||
update: update all jannet software on the system
|
||||
restore: restore a previous jannet software version state
|
||||
info: query information about installed software
|
||||
checklog: update the installation log file if necessary
|
||||
|
||||
EOT
|
||||
if [ "$1" ]; then
|
||||
|
|
@ -113,6 +114,10 @@ install)
|
|||
restore)
|
||||
echo "not yet implemented, sorry" >&2
|
||||
;;
|
||||
checklog)
|
||||
line=`jannet info | tr -s " "`
|
||||
echo $line
|
||||
;;
|
||||
info)
|
||||
if [ "$opt_verbose" = true ]; then
|
||||
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue