diff options
author | mail_redacted_for_web | 2025-07-25 23:56:27 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-07-25 23:56:27 +0200 |
commit | c7cdceb51f83e0b2d8691b9f52231a8e9d78ad47 (patch) | |
tree | 8af7054e47a91631e4c2834702b6db3d940a3f7d /createrepo/bin/createrepo-lirionde | |
parent | a6f48d6bc9ae2a6a69bdb1a4ae408f417bad0792 (diff) | |
download | packages.lirion.de-c7cdceb51f83e0b2d8691b9f52231a8e9d78ad47.tar.bz2 |
Update timestamp on main folder
...for convenience and shizzle
Diffstat (limited to 'createrepo/bin/createrepo-lirionde')
-rwxr-xr-x | createrepo/bin/createrepo-lirionde | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/createrepo/bin/createrepo-lirionde b/createrepo/bin/createrepo-lirionde index 1e37824..955bf14 100755 --- a/createrepo/bin/createrepo-lirionde +++ b/createrepo/bin/createrepo-lirionde @@ -71,3 +71,4 @@ for repo in "${REPOS[@]}"; do --detach-sign --armour "/var/cache/rpm/${repo}/repodata/repomd.xml" \ || exit 122 done +touch "/var/www/apps/packages/rpm" || exit 123 |