Skip to content

inseven/sparkle-archives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparkle Archives

build

Generate and publish Sparkle appcasts

Overview

Generates appcasts for the following apps:

Service

Appcasts are published to https://sparkle.jbmorley.co.uk.

Paths are of the form:

https://sparkle.jbmorley.co.uk/<owner>/<repo>/appcast.xml

e.g., The appcast for Thoughts is located at https://sparkle.jbmorley.co.uk/inseven/thoughts/appcast.xml.

Development

Right now the list of apps is hardcoded in scripts/build.py. Adding an app is a matter of adding an entry to the repositories variable. For example,

repositories = [
    ('inseven', 'fileaway', 'Fileaway'),
    ('inseven', 'folders', 'Folders'),
    ('inseven', 'incontext', 'InContext Helper'),
    ('inseven', 'reconnect', 'Reconnect'),
    ('inseven', 'thoughts', 'Thoughts'),
]

About

Generate and publish Sparkle appcasts

Resources

Stars

Watchers

Forks

Languages