mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for configuration
This commit is contained in:
parent
a2ccd853ad
commit
eab1347a72
2 changed files with 14 additions and 17 deletions
|
@ -7,12 +7,9 @@
|
||||||
<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="Updated for usage">
|
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for configuration">
|
||||||
<change afterPath="$PROJECT_DIR$/docs/configuration/index.md" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/docs/configuration/multilib.md" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/docs/configuration/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/index.md" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
|
|
||||||
</list>
|
</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" />
|
||||||
|
@ -83,13 +80,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1670414596656</updated>
|
<updated>1670414596656</updated>
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-02175" summary="Updated for repositories">
|
|
||||||
<created>1686563058544</created>
|
|
||||||
<option name="number" value="02175" />
|
|
||||||
<option name="presentableId" value="LOCAL-02175" />
|
|
||||||
<option name="project" value="LOCAL" />
|
|
||||||
<updated>1686563058544</updated>
|
|
||||||
</task>
|
|
||||||
<task id="LOCAL-02176" summary="Updated for index">
|
<task id="LOCAL-02176" summary="Updated for index">
|
||||||
<created>1686563175607</created>
|
<created>1686563175607</created>
|
||||||
<option name="number" value="02176" />
|
<option name="number" value="02176" />
|
||||||
|
@ -426,7 +416,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1686590735605</updated>
|
<updated>1686590735605</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="2224" />
|
<task id="LOCAL-02224" summary="Updated for configuration">
|
||||||
|
<created>1686591529010</created>
|
||||||
|
<option name="number" value="02224" />
|
||||||
|
<option name="presentableId" value="LOCAL-02224" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1686591529010</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="2225" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.History.Properties">
|
<component name="Vcs.Log.History.Properties">
|
||||||
|
@ -465,7 +462,6 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||||
<MESSAGE value="Updated for logo" />
|
|
||||||
<MESSAGE value="Added image" />
|
<MESSAGE value="Added image" />
|
||||||
<MESSAGE value="Updated for images" />
|
<MESSAGE value="Updated for images" />
|
||||||
<MESSAGE value="Updated for cli" />
|
<MESSAGE value="Updated for cli" />
|
||||||
|
@ -490,6 +486,7 @@
|
||||||
<MESSAGE value="Updated for about" />
|
<MESSAGE value="Updated for about" />
|
||||||
<MESSAGE value="Updated for Screenshots" />
|
<MESSAGE value="Updated for Screenshots" />
|
||||||
<MESSAGE value="Updated for usage" />
|
<MESSAGE value="Updated for usage" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for usage" />
|
<MESSAGE value="Updated for configuration" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Updated for configuration" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,4 +1,4 @@
|
||||||
### Configuration
|
### Configuration files
|
||||||
|
|
||||||
There are four configuration files.
|
There are four configuration files.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ The repositories configuration file that you can setting about repositories:
|
||||||
Repositories configuration
|
Repositories configuration
|
||||||
```
|
```
|
||||||
|
|
||||||
In the blacklist file that you can add files to be ignored:
|
In the blacklist configuration file, that you can add packages to be ignored:
|
||||||
```
|
```
|
||||||
/etc/slpkg/blacklist.toml
|
/etc/slpkg/blacklist.toml
|
||||||
Blacklist of packages
|
Blacklist of packages
|
||||||
|
|
Loading…
Reference in a new issue