ipfire-release: Enable unstable repository by default

When mastering new images we enable the unstable repository
for testing releases manually. This patch changes this to
be the default behaviour for the time as there is no
release of IPFire 3.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2015-08-11 20:20:40 +01:00
parent c8a4d05c14
commit 35953c8918
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ DISTRO_COLOR = 0;31
name = %{DISTRO_SNAME}-release
version = %{DISTRO_VERSION}
release = 4
release = 5
epoch = 3
arch = noarch

View File

@ -1,5 +1,5 @@
[repo:unstable]
description = IPFire 3 - Public unstable repository.
enabled = 0
enabled = 1
baseurl = http://pakfire.ipfire.org/repositories/ipfire3/unstable/%{arch}
mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/unstable/mirrorlist?arch=%{arch}