OpenSearch/distribution/packages
Mark Vieira dd73a14d11
Improve total build configuration time (#54611) (#54994)
This commit includes a number of changes to reduce overall build
configuration time. These optimizations include:

- Removing the usage of the 'nebula.info-scm' plugin. This plugin
   leverages jgit to load read various pieces of VCS information. This
   is mostly overkill and we have our own minimal implementation for
   determining the current commit id.
- Removing unnecessary build dependencies such as perforce and jgit
   now that we don't need them. This reduces our classpath considerably.
- Expanding the usage lazy task creation, particularly in our
   distribution projects. The archives and packages projects create
   lots of tasks with very complex configuration. Avoiding the creation
   of these tasks at configuration time gives us a nice boost.
2020-04-08 16:47:02 -07:00
..
aarch64-deb Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
aarch64-oss-deb Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
aarch64-oss-rpm Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
aarch64-rpm Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
deb Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00
no-jdk-deb Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
no-jdk-rpm Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
oss-deb Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
oss-no-jdk-deb Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
oss-no-jdk-rpm Add no-jdk distributions (#39882) 2019-03-15 00:55:57 -07:00
oss-rpm Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
rpm Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00
src Always set default ES_PATH_CONF for package scriptlets (#51827) (#52381) 2020-02-14 16:00:13 -05:00
build.gradle Improve total build configuration time (#54611) (#54994) 2020-04-08 16:47:02 -07:00