Announcement

Collapse
No announcement yet.

Linux / RPi: Unattended-Upgrades of fr24feed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux / RPi: Unattended-Upgrades of fr24feed

    Hi,

    I've installed fr24feed on my RPi2 (Raspbian Jessie) using the repository

    Code:
    deb h****//repo.feed.flightradar24.com flightradar24 raspberrypi-stable
    (**** = "ttp:" because I'm not allowed to post links)

    in /etc/apt/sources.list.d/fr24feed.list and the commands

    Code:
    $ sudo apt-get update
    $ sudo apt-get install fr24feed
    Now I'd like to keep the installed fr24 software up-to-date with the package "unattended-upgrades", which installs software updates on a regular cycle automatically.

    I figured out, or lets say guessed, the following origins-pattern (/etc/apt/apt.conf.d/50unattended-upgrades) but I can't say if its correct because there's no update available right now.
    Code:
    Unattended-Upgrade::Origins-Pattern {
    
    ...
    
     "o=flightradar24,c=raspberrypi-stable";
    
    ...
    
    };
    I've learned in other webforums that origins-patterns can be obtained by opening the "Release"-File in the correct folder of the repository server. In my case this one: h****//repo.feed.flightradar24.com/dists/flightradar24/raspberrypi-stable/binary-armhf/Release . In that file I can't find any information about the origin (o=). There are just following entries available:

    Code:
    Component: raspberrypi-stable
    Architecture: armhf
    Does anyone know working / correct origins-pattern to get automatic fr24feed updates from the fr24 deb repository? Any suggestions?

    Thanks and best wishes,
    Alex
    Last edited by Flint; 2015-09-17, 16:39.
Working...
X