mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Merge branch 'master' into 'master'
Update namespace from Riseup Labs to Liberate (#11314) See merge request riseuplabs/backupninja!50
This commit is contained in:
commit
8dd906ff88
2
TODO
2
TODO
@ -6,7 +6,7 @@ you are working on it!
|
||||
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=backupninja&archive=no
|
||||
|
||||
. Fix all bugs reported on our Gitlab instance:
|
||||
https://0xacab.org/riseuplabs/backupninja/issues
|
||||
https://0xacab.org/liberate/backupninja/issues
|
||||
|
||||
. Make ninjahelper allow you to pick what type of backup you want (instead
|
||||
of just assuming you want local-to-remote, or push backups. Some people
|
||||
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
|
||||
locale-gen
|
||||
apt-get update
|
||||
apt-get install -y git automake make
|
||||
git clone https://0xacab.org/riseuplabs/backupninja.git
|
||||
git clone https://0xacab.org/liberate/backupninja.git
|
||||
chown vagrant: backupninja -R
|
||||
SHELL
|
||||
end
|
||||
|
@ -7,7 +7,7 @@ Version: %{version}
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
URL: https://0xacab.org/riseuplabs/backupninja
|
||||
URL: https://0xacab.org/liberate/backupninja
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Requires: bash, gawk, rdiff-backup, gzip
|
||||
Provides: %{name}
|
||||
|
Loading…
Reference in New Issue
Block a user