firejail/etc/profile-a-l/brz.profile
glitsj16 067d1a827f
Create brz.profile and bzr.profile (#6028)
From Breezy's documentation[1] [2]:

> Breezy is a friendly fork of the Bazaar (bzr) project, hosted on
> http://bazaar.canonical.com/. It is backwards compatibility with
> Bazaar's disk format and protocols. One of the key differences with
> Bazaar is that Breezy runs on Python 3, rather than on Python 2.

breezy is also the drop-in replacement for bazaar on Arch Linux since
pacman 6.0.2-8[3].

> By default, Breezy provides support for both the Bazaar and Git file
> formats.

Note: The profile is implemented as a git redirect.

[1] https://github.com/breezy-team/breezy
[2] https://www.breezy-vcs.org/
[3] c68a4e6602
2023-10-03 20:09:34 +00:00

14 lines
366 B
Text

# Firejail profile for brz
# Description: Distributed VCS with support for Bazaar and Git file formats
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include brz.local
# Persistent global definitions
# added by included profile
#include globals.local
noblacklist ${HOME}/.config/breezy
# Redirect
include git.profile