Skip to content

Commit

Permalink
Merge pull request #6 from sunnyflunk/master
Browse files Browse the repository at this point in the history
data: Provide a local repo configuration
  • Loading branch information
ikeydoherty committed Mar 21, 2017
2 parents 97b7c03 + 0b47fca commit 70795bf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/local-unstable-x86_64.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# local-unstable-x86_64 configuration
#
# Build Solus packages using the unstable repository image.
# This is the default profile for the Solus build server and developers.
#
# Do not make changes to this file. solbuild is implemented in a stateless
# fashion, and will load files in a layered mechanism. If you wish to edit
# this profile, copy to /etc/solbuild/.
#
# It is generally advisable to create a *new* profile name in /etc, because
# we will load /etc/ before /usr/share. Thus, profiles with the same name
# in /etc/ are loaded *first* and will override this profile.
#
# Of course, if that's what you intended to do, then by all means, do so.

image = "unstable-x86_64"

# If you have a local repo providing packages that exist in the main
# repository already, you should remove the repo, and re-add it *after*
# your local repository:
remove_repos = ['Solus']
add_repos = ['Local','Solus']

# A local repo with automatic indexing
[repo.Local]
uri = "/var/lib/solbuild/local"
local = true
autoindex = true

# Re-add the Solus unstable repo
[repo.Solus]
uri = "https://packages.solus-project.com/unstable/eopkg-index.xml.xz"

0 comments on commit 70795bf

Please sign in to comment.