From 9991f76bc6e95b712712318e678799fa962860d9 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Aug 06 2018 14:38:06 +0000 Subject: add a note about local builds --- diff --git a/modules/ROOT/pages/making-modules/building-modules-locally.adoc b/modules/ROOT/pages/making-modules/building-modules-locally.adoc index 163ce7b..4004e04 100644 --- a/modules/ROOT/pages/making-modules/building-modules-locally.adoc +++ b/modules/ROOT/pages/making-modules/building-modules-locally.adoc @@ -23,6 +23,8 @@ Local builds are started using `fedpkg` from whithin your dist-git repository. For example, to submit a build of the `testmodule:master` module, run: +NOTE: Local builds don’t support stream expansion. If your module depends on multiple streams of another module, such as `platform`, you need to specify what stream you want to build against. For example: `fedpkg module-build-local -s platform:f28`. + ---- $ fedpkg clone modules/nodejs $ cd nodejs