mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 21:27:37 +00:00
f76e767ab0
(cherry picked from commit 3f4c4e1f29)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
rpm.global("commit", gh_commit("raspberrypi-ui/bookshelf"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|