Updated for version 4.9.1

This commit is contained in:
Dimitris Zlatanidis 2023-06-30 10:14:22 +03:00
parent a61bf863eb
commit 60db8abfdf
4 changed files with 16 additions and 6 deletions

View file

@ -7,7 +7,11 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed changelog format" />
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Added homepage">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/cli_usage/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View file

@ -3,6 +3,12 @@
### 4.9.1 - 28/06/2023
- Updated:
* Bullet progress bar color
* Logging path to /var/log/slpkg/
* Package build with pyproject.toml file (require python3-build)
- Added:
* Process log file under /var/log/slpkg/filename_date_time.log
* Setting of process log file in the config /etc/slpkg.toml file
### 4.9.0 - 21/06/2023
- Updated:

View file

@ -1,7 +1,7 @@
# CLI USAGE
```
slpkg - version 4.8.9
slpkg - version 4.9.1
USAGE:
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
@ -15,7 +15,7 @@ COMMANDS:
-c, check-updates Check for news on ChangeLog.txt.
-I, repo-info Prints the repositories information.
-g, configs Edit the configuration file.
-L, clean-logs Clean dependencies log tracking.
-L, clean-logs Clean all logging files.
-T, clean-data Clean all the repositories data.
-D, clean-tmp Delete all the downloaded sources.
-b, build [PACKAGES...] Build only the packages.

View file

@ -2,12 +2,12 @@
## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.0/slpkg-4.9.0.tar.gz">slpkg-4.9.0.tar.gz</a>
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.1/slpkg-4.9.1.tar.gz">slpkg-4.9.1.tar.gz</a>
## Install
```
$ tar xvf slpkg-4.9.0.tar.gz
$ cd slpkg-4.9.0
$ tar xvf slpkg-4.9.1.tar.gz
$ cd slpkg-4.9.1
$ ./install.sh
```
The package will be installed as Slackware package.