summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-01 23:44:49 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-02 00:13:48 +0100
commitfe6ed1e8bf1cb3762eaa7e2cd28f9dd7cb06f8e6 (patch)
tree96e0aff403611585692ab068017adefed956369c /set_soenv.in
parentf9eb714c78a78690d5de34ac2bb18930dc54a271 (diff)
Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 47ea65f2edff..464056e6dc64 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1721,6 +1721,9 @@ ToFile( "MKDEPENDSOLVER", "TRUE", "e" );
ToFile( "nodep", "@nodep@", "e" );
ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" );
ToFile( "DO_FETCH_TARBALLS", "@DO_FETCH_TARBALLS@", "e" );
+ToFile( "GIT_LINK_SRC", "@GIT_LINK_SRC@", "e" );
+ToFile( "GIT_REPO_NAMES", "@GIT_REPO_NAMES@", "e" );
+
#
# Writing the platform dependent constant values to file.
# (c = comment, e = environment variable, a = alias )