Update interval of the snapshot repository

Yesterday I installed openwrt on a rpi4 with the snapshot images. After a few hours I added some further packages. The install procedure failed because of some kernel modules, which required a newer kernel version. I suppose, that the snapshot repository for the rpi4 has been updated during the last hours.

Okay, shit can happen. :frowning_face:

To avoid the same situation for the future I would like to know: are there any regular time intervals, where the snapshot repository is updated (e.g. every saturday night)? Or can the update happen at every time (e.g. several times a day)?

Snapshots are updated very frequently, daily or even more than once in a day. If you look at the dates here you will see that:
https://downloads.openwrt.org/snapshots/targets/

As per https://openwrt.org/releases/snapshot:

snapshots are built daily, and that sets time limits to installing new packages with opkg. Due to kernel version checksums, you can only install “kmod” kernel modules and other kernel version dependent modules from the exactly same snapshot build. So, a few hours after flashing the firmware you may not be able to install new modules with opkg any more

It is updated automatically, continually, by a buildbot system:

Firmware images (including kernel related packages):

Other "normal" packages that are not tightly dependent on kernel:
http://buildbot.openwrt.org/master/packages/grid
http://buildbot.openwrt.org/master/packages/one_line_per_build

Both images and packages are built roughly once per day for each target, but the frequency depends on the build work needed for the changed packages, as buildbot builds target in a round-robin fashion.

The packages phase2 buildbot uses an SDK built in the firmware images phase1 buildbot, so the packages will be updated to be in line with the new core packages and kernel. Trouble may arise if some "normal" package depends on a package built along the images, and both buildbots have not finished the new matching build rounds.

Ps. there is a similar buildbot for 19.07 and for 18.06.

1 Like

Moral of the story...

Either keep a local copy of the repo (or build your own) or update your image to the latest snapshot when you want to install new kernel-dependent packages or kmods. Not the most convenient, but will keep you running.

Because you’re on the RPi4 which is not supported by 19.07, you’ll probably have to wait for an official stable release of the next version(20.x) to be off the snapshot routine. But once on a stable release path, you won’t have to worry about this dance.

If you regularly use the OpenWrt and tweak it, the best practice in any case is to build your own firmware with the packages that you want.

Other track is to use the releases, but they tend to get stale rather soon (compared to master).

1 Like

Thanks to everybody who replied.

In a short sentence: snapshots are a permanently moving target.

In order to get a consistent repository it is best to download the openwrt repository directly after the snapshot creation of the desired target and then working and installing from the local copy.

Or is there any better way for using snapshots?

If you know the packages you need, you could just install them right after you flesh the router.

And remember, not all packages take that; it's just for kernel-dependent modules.