mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated for version 4.9.1
This commit is contained in:
parent
a61bf863eb
commit
60db8abfdf
4 changed files with 16 additions and 6 deletions
|
@ -7,7 +7,11 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<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="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
### 4.9.1 - 28/06/2023
|
### 4.9.1 - 28/06/2023
|
||||||
- Updated:
|
- Updated:
|
||||||
* Bullet progress bar color
|
* 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
|
### 4.9.0 - 21/06/2023
|
||||||
- Updated:
|
- Updated:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CLI USAGE
|
# CLI USAGE
|
||||||
|
|
||||||
```
|
```
|
||||||
slpkg - version 4.8.9
|
slpkg - version 4.9.1
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
|
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
|
||||||
|
@ -15,7 +15,7 @@ COMMANDS:
|
||||||
-c, check-updates Check for news on ChangeLog.txt.
|
-c, check-updates Check for news on ChangeLog.txt.
|
||||||
-I, repo-info Prints the repositories information.
|
-I, repo-info Prints the repositories information.
|
||||||
-g, configs Edit the configuration file.
|
-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.
|
-T, clean-data Clean all the repositories data.
|
||||||
-D, clean-tmp Delete all the downloaded sources.
|
-D, clean-tmp Delete all the downloaded sources.
|
||||||
-b, build [PACKAGES...] Build only the packages.
|
-b, build [PACKAGES...] Build only the packages.
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
## Download
|
## 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
|
## Install
|
||||||
```
|
```
|
||||||
$ tar xvf slpkg-4.9.0.tar.gz
|
$ tar xvf slpkg-4.9.1.tar.gz
|
||||||
$ cd slpkg-4.9.0
|
$ cd slpkg-4.9.1
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
```
|
```
|
||||||
The package will be installed as Slackware package.
|
The package will be installed as Slackware package.
|
||||||
|
|
Loading…
Reference in a new issue