Compare commits

..

2 Commits

Author SHA1 Message Date
b412966f86 Release 2.15.1 2024-09-24 11:18:38 +03:00
1119a8d04e feat: enable changes calculation in unit 2024-09-24 11:01:37 +03:00
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Evgeniy Alekseev # Maintainer: Evgeniy Alekseev
pkgname='ahriman' pkgname='ahriman'
pkgver=2.15.0 pkgver=2.15.1
pkgrel=1 pkgrel=1
pkgdesc="ArcH linux ReposItory MANager" pkgdesc="ArcH linux ReposItory MANager"
arch=('any') arch=('any')

View File

@ -3,7 +3,7 @@ Description=ArcH linux ReposItory MANager (%i)
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/bin/ahriman --repository-id "%I" repo-daemon --no-changes --refresh ExecStart=/usr/bin/ahriman --repository-id "%I" repo-daemon --refresh
User=ahriman User=ahriman
Group=ahriman Group=ahriman

View File

@ -2,6 +2,6 @@
Description=ArcH linux ReposItory MANager (%i) Description=ArcH linux ReposItory MANager (%i)
[Service] [Service]
ExecStart=/usr/bin/ahriman --repository-id "%I" repo-update --no-changes --refresh ExecStart=/usr/bin/ahriman --repository-id "%I" repo-update --refresh
User=ahriman User=ahriman
Group=ahriman Group=ahriman

View File

@ -1,4 +1,4 @@
.TH AHRIMAN "1" "2024\-09\-23" "ahriman" "Generated Python Manual" .TH AHRIMAN "1" "2024\-09\-24" "ahriman" "Generated Python Manual"
.SH NAME .SH NAME
ahriman ahriman
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
__version__ = "2.15.0" __version__ = "2.15.1"