Commit Graph

19 Commits (1.9)

Author SHA1 Message Date
Brandon Pfeifer d7f910cbda
build: enable version 1.x builds in circleci (#23087)
* wip: oss build first try

* build: remove unused release-engineering files

* build: update alpine and fpm versions

* build: remove static package builds

* fix: allow for ubuntu and centos package builds

* fix(build): supply INFLUXDB_VERSION to go and package buildsystems

rebaseme

* build: test debian and rpm packages

Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2022-01-31 16:26:32 -05:00
Cody Shepherd 3037d9f44b
fix: influxdb packages should depend on curl bc of use in systemd script (#22250) 2021-09-07 08:22:01 -07:00
Cody Shepherd bf616e9309
fix: systemd-start script should be executable by group and others (#21988)
* fix: systemd-start script should be executable by group and others

* chore: update changelog
2021-08-03 08:21:54 -07:00
Cody Shepherd 3cbab8e7f1
fix: systemd unit should block on startup until http endpoint is ready (#21897)
* fix: systemd unit should block on startup until http endpoint is ready

* chore: update changelog

* chore: adjust packaging procedure to enable correct systemd behavior (#21905)
2021-07-22 11:29:36 -07:00
Cody Shepherd ae0a3e26d7
fix: convert arm arch names for rpms during builds via docker (#21776)
* fix: convert arm arch names for rpms during builds via docker

* chore: update changelog
2021-07-02 08:23:23 -07:00
Sam Arnold 1e53bf13e0
chore: fix release build scripts (#20970)
Note: this commit fixes linux/amd64 and darwin/amd64 builds. We are still
working on fixes for linux/arm64 and windows/amd64.

Partial fix of https://github.com/influxdata/influxdb/issues/20854
2021-03-16 09:23:55 -04:00
Lorenzo Affetti f55d2e8c42 fix(releng): update releng to match build.py 2019-05-17 10:49:57 +02:00
Mark Rushakoff b4d56be43a Fix static linux packaging 2017-10-25 16:20:21 -07:00
Mark Rushakoff bbae6e7674 Name 386 packages i386 instead of 386
Fixes backwards-compatible package naming.
2017-10-25 15:53:35 -07:00
Mark Rushakoff 3cf32a9358 Fix checksum command
When building only darwin, it would fail due to nothing matching *.deb.
2017-10-25 14:56:09 -07:00
Mark Rushakoff be0438ad36 Add rpm dependency on shadow-utils for useradd
Fixes #8951.
2017-10-12 09:13:01 -07:00
Mark Rushakoff ed4a826e52 Fix tarball packaging paths
The releng scripts' tarballs had paths like `./usr/bin/influx` whereas
the build.py output had `./influxdb-1.3.5-1/usr/bin/influx`. Now the
releng scripts match the build.py output.
2017-10-09 15:55:05 -07:00
Adam 3e6b3fd173 fix naming bug 2017-10-04 16:26:03 -04:00
Adam bb6c4fe75e took -oss out of tar.gz names 2017-10-04 14:24:23 -04:00
Adam 135a900391 Modified package script to use names similar to build.py 2017-10-04 14:21:18 -04:00
Mark Rushakoff f8e85e6df5 Include man pages in releng packaging
The *.1.gz files are included into the source tarball, and the .deb and
.rpm files will now install the man pages when the package is installed.

Fixes #8908.
2017-10-03 16:39:30 -07:00
Adam e442bd87ea Master 1657 (#8865)
Bugfix, was overwriting non-static package with static package
2017-09-22 16:59:54 -04:00
Adam fba7c9fc5e Updated packaging script to better handle static packaging (#8859) 2017-09-20 14:04:01 -04:00
Adam 365866ca30 Master 1548: add releng build scripts (#8803)
Added several docker-based scripts that can be used to build the OSS binaries and Debian and CentOS packages in a clean, standardized environment.  Supports Windows, OSX, and Linux on AMD64 as well as multiple chip architectures for linux including i386, arm5, arm6 and arm8.  Will also package source code with all necessary dependencies, and run basic unit tests in the same environment.
2017-09-14 13:51:53 -04:00