-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7943dbe
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Lepidopter update repository | ||
|
||
This repository is used by the [OONI lepidopter raspberry pi | ||
image](https://github.com/thetorproject/lepidopter) to handle the auto update | ||
process. | ||
|
||
You may inspect this repository to audit what we are shipping as part of each | ||
update. The updates themselves are handled by means of github tags. | ||
|
||
There is a latest tag that contains a version resource as an attachment that will | ||
always point to the latest version. | ||
|
||
If the current version is < the latest version, we will download all the update | ||
scripts up until the latest and execute them in order to ensure a consistent | ||
update. | ||
|