summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-27 08:12:33 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitbec14208a7a92461957ae31b7b2bd68543917ef0 (patch)
treed5262700acd0e7515f4f4217ddda0df0e8c15379 /maintainer
parent993b4acec54f02f3391fce6b56e0366304b79f01 (diff)
Builds comp.libs from VCS
... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/gen-versions.sh2
-rw-r--r--maintainer/kconfig-versions.template17
2 files changed, 19 insertions, 0 deletions
diff --git a/maintainer/gen-versions.sh b/maintainer/gen-versions.sh
index 325715a..099cdae 100755
--- a/maintainer/gen-versions.sh
+++ b/maintainer/gen-versions.sh
@@ -437,6 +437,8 @@ enter_fork()
info[repository]=
info[repository_branch]=
info[repository_cset]=
+ info[repository_subdir]=
+ info[bootstrap]=
info[fork]=${fork}
info[name]=${fork}
info[mirrors]=
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index b3e8a90..c8dfed7 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -131,6 +131,23 @@ config @@pfx@@_DEVEL_REVISION
CVS: enter the date in "YYYY/MM/DD HH:MM:SS" format (UTC) to check out certain date.
Subversion: enter the revision.
+config @@pfx@@_DEVEL_SUBDIR
+ string "Subdirectory in the repository"
+ default "@@repository_subdir@@"
+ help
+ Some projects produce releases not from the top-level directory in the
+ repository, but rather from some subdirectory. If it is the case,
+ specify this subdirectory here.
+
+config @@pfx@@_DEVEL_BOOTSTRAP
+ string "Bootstrap command"
+ default "@@bootstrap@@"
+ help
+ Command to run after checking out. Some projects don't store the generated
+ files like configure script in the repository; building out of a checked out
+ working copy thus requires some extra steps. Separate multiple shell commands
+ with &&.
+
endif
config @@pfx@@_SRC_CUSTOM