<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/ci/linux-repository-builder, branch decrease-leaks-during-reconnect</title>
<subtitle>The Mullvad VPN client app for desktop and mobile</subtitle>
<id>http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect</id>
<link rel='self' href='http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/'/>
<updated>2025-05-16T09:55:31Z</updated>
<entry>
<title>Add release channel name as extra deb repo codename</title>
<updated>2025-05-16T09:55:31Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2025-05-16T07:25:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f8ba9d03022f67f1c353ba865f2d6b1b552e3b2a'/>
<id>urn:sha1:f8ba9d03022f67f1c353ba865f2d6b1b552e3b2a</id>
<content type='text'>
Allows specifying a static codename. Allows users on non Debian/Ubuntu
distros to successfully use the repositories even though their
lsb_release command does not print a supported codename.

We are transitioning towards only having the "stable" and "beta" code
names
</content>
</entry>
<entry>
<title>Add Ubuntu Plucky repository</title>
<updated>2025-04-16T07:46:23Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-04-15T08:18:28Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5ac86fea42df40c77f562016f61391f33457580b'/>
<id>urn:sha1:5ac86fea42df40c77f562016f61391f33457580b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add purging of Bunny CDN cache upon uploading new linux repository</title>
<updated>2025-03-20T12:49:21Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2025-03-14T15:48:24Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=2fd45ad381a88f5858c759466919a83235082d52'/>
<id>urn:sha1:2fd45ad381a88f5858c759466919a83235082d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sleep before rsync to avoid remote file locking issue</title>
<updated>2025-03-11T08:38:45Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2025-03-05T14:34:47Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=31b059e200a083c9809bcdf0b4d9b0960173b34e'/>
<id>urn:sha1:31b059e200a083c9809bcdf0b4d9b0960173b34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set includepkgs in RPM repo</title>
<updated>2024-12-16T09:17:18Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-12-13T09:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=65a802bcd85007d3822cdb90ccebbbb7f58d775f'/>
<id>urn:sha1:65a802bcd85007d3822cdb90ccebbbb7f58d775f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add oracular to list of ubuntu versions to generate deb repositories for</title>
<updated>2024-09-30T11:47:05Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-09-30T07:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5ef61ecfbdb74ff4d3683eb46195e65bce6f476f'/>
<id>urn:sha1:5ef61ecfbdb74ff4d3683eb46195e65bce6f476f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add trixie to list of debian versions to generate deb repositories for</title>
<updated>2024-08-27T12:49:30Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2024-08-27T08:19:19Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=3a227395b1598adbc995eaa78a0d5863b123afe2'/>
<id>urn:sha1:3a227395b1598adbc995eaa78a0d5863b123afe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate Linux repository creation from app build</title>
<updated>2024-06-25T14:55:28Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2024-06-07T15:09:09Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=26066a20a7a98f5eb1a8ae8910bcccfa01e51323'/>
<id>urn:sha1:26066a20a7a98f5eb1a8ae8910bcccfa01e51323</id>
<content type='text'>
Creates a standalone service responsible for building deb/rpm
repositories and uploading them. This means the app build scripts no
longer do this. Instead the app is just sent to the "inbox" of the
repository service.

A separate script for downloading and verifying the Mullvad Browser is
added, which allows adding the browser into the same repositories
</content>
</entry>
</feed>
