diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-11-28 16:18:49 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-11-28 16:18:49 +0100 |
commit | f60aef10781721e7ab8ab4f1726075c9134e3956 (patch) | |
tree | 3f74705dc8d4db0d1b12f9740c601c33e8b15845 /myrepo | |
parent | abe2f339da920a3f07a197771b880868cc963bc6 (diff) | |
download | turris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.tar.gz turris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.tar.bz2 turris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.zip |
Small cleanup in updater configuration for this repository
Diffstat (limited to 'myrepo')
-rw-r--r-- | myrepo/files/updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua index b9946c0..380b521 100644 --- a/myrepo/files/updater.lua +++ b/myrepo/files/updater.lua @@ -10,3 +10,4 @@ Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", { }) Install("myrepo") +Package("myrepo", { replan = "finished" }) |