Skip to content

Commit

Permalink
Allow dev to keep their local config in a config dir
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@11006 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Oct 15, 2010
1 parent 121f69c commit 606bf0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif
TARBALLS=$(CURDIR)/tarballs
#
# Local customization
-include $(CURDIR)/local.$(shell hostname)
-include $(CURDIR)/config/local.$(shell hostname)
#
BUILDPLACE=$(BUILDERDIR)/buildplace
BUILDFILES=$(BUILDERDIR)/buildfiles
Expand Down
2 changes: 2 additions & 0 deletions config/local.g-virtual05
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BUILDERDIR=/var/cache/pbuilder/fusionforge
DEBMIRROR=http://g-rub.rd.francetelecom.fr:3142/debian

0 comments on commit 606bf0b

Please sign in to comment.