package-system.txt: Add note about commit hashes

This commit is contained in:
Dylan Araps 2021-07-16 19:35:42 +03:00
parent 8fcdb8b063
commit 94bf98b268
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 10 additions and 1 deletions

View File

@ -199,7 +199,8 @@ The first field should contain the software's upstream version and the second
field should contain the version number of the repository files themselves. field should contain the version number of the repository files themselves.
If the package is using a git source to pull down the latest commit, the If the package is using a git source to pull down the latest commit, the
version should be simply set to 'git'. version should be simply set to 'git'. If a specific commit hash is being
used, the version should be set accordingly.
+------------------------------------------------------------------------------+ +------------------------------------------------------------------------------+
| version | | version |
@ -217,6 +218,14 @@ version should be simply set to 'git'.
| | | |
+------------------------------------------------------------------------------+ +------------------------------------------------------------------------------+
+------------------------------------------------------------------------------+
| version (commit hash) |
+------------------------------------------------------------------------------+
| |
| 7fd2c9bd80b1053852a9cc989205f7ee6b1f6d6f 1 |
| |
+------------------------------------------------------------------------------+
[6.0] pre-remove [6.0] pre-remove
________________________________________________________________________________ ________________________________________________________________________________