This commit is contained in:
Dimitris Zlatanidis 2014-12-03 16:28:01 +02:00
parent 9f2e09abea
commit 3b31bd1085
5 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,10 @@
Version 2.1.2-dev
xx-12-2014
[Feature] - Added checksum all repositories.
[Updated] - Fix downloads modules.
Version 2.1.1-dev
01-12-2014

View file

@ -196,7 +196,7 @@ Command Line Tool Usage
-t, [repository] [package] tracking dependencies
-p, [repository] [package] --color=[] print package description
-f, [package] find installed packages
-n, [package] view packages from SBo
-n, [package] view SBo packages through network
-i, [package...] install binary packages
-u, [package...] upgrade binary packages
-o, [package...] reinstall binary packages

View file

@ -49,7 +49,7 @@ Optional arguments:
-t, [repository] [package] tracking dependencies
-p, [repository] [package] --color=[] print package description
-f, [package] find installed packages
-n, [package] view packages from SBo
-n, [package] view SBo packages through network
-i, [package...] install binary packages
-u, [package...] upgrade binary packages
-o, [package...] reinstall binary packages
@ -109,7 +109,8 @@ Check your packages is up to date.
.PP
Installs or upgrade packages from the repositories with automatically resolving all
dependencies of the package. Also installs the official distribution Slackware
packages.
packages. Sometimes to install a package have to pass part of the version of the
package as 'slpkg -s alien ffmpeg-2.4.3'.
.SS -t , tracking dependencies
\fBslpkg\fP \fB-t\fP <\fIrepository\fP> <\fIname of package\fP>

View file

@ -52,7 +52,8 @@ def options():
" -t, [repository] [package] tracking dependencies",
" -p, [repository] [package] --color=[] print package description",
" -f, [package] find installed packages",
" -n, [package] view packages from SBo",
" -n, [package] view SBo packages "
"through network",
" -i, [package...] install binary packages",
" -u, [package...] upgrade binary packages",
" -o, [package...] reinstall binary packages",
@ -80,6 +81,5 @@ def usage():
" [-o [...]] [-r [...]] [-d [...]]\n",
"For more information try 'slpkg --help' or view manpage\n"
]
for usg in view:
print(usg)

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# grap_md5.py file is part of slpkg.
# grep_md5.py file is part of slpkg.
# Copyright 2014 Dimitris Zlatanidis <d.zlatanidis@gmail.com>
# All rights reserved.