Commit graph

83 commits

Author SHA1 Message Date
s3lph
256532e82d Took care of some more lintian warnings 2018-11-11 23:13:20 +01:00
s3lph
df4d397a1f Does this make lintian happy? 2018-11-11 22:41:40 +01:00
s3lph
99c27eaeeb Fixed debian package scripts permissions 2018-11-11 22:37:55 +01:00
s3lph
f971c65eef Fixed CI debian command order 2018-11-11 22:35:09 +01:00
s3lph
21e56c9558 Attempting to satisfy lintian 2018-11-11 22:31:11 +01:00
s3lph
0d88e683f6 Ignore "failure" of find for removal of __pycache__ directories 2018-11-07 15:15:52 +01:00
s3lph
75ec39852d Added rsync to testing docker image 2018-11-07 15:09:45 +01:00
s3lph
2a03857520 (Hopefully) fixed site-packages path in dpkg script, v2 2018-11-07 15:04:11 +01:00
s3lph
647076150d (Hopefully) fixed site-packages path in dpkg script 2018-11-07 14:59:45 +01:00
s3lph
4e22bfb821 Disabled building docker and wheel packages on the deployment branch 2018-11-07 14:57:34 +01:00
s3lph
7479c7d9f1 Debian package quality assurance (lintian) 2018-11-07 14:53:59 +01:00
s3lph
ea18d0e8de Automatic debian changelog generation 2018-11-04 14:58:59 +01:00
s3lph
a163bce781 Fixed CI script; failed on untagged commit 2018-11-04 03:11:42 +01:00
s3lph
cc34d72c73 Fixed docker build task 2018-11-04 02:51:57 +01:00
s3lph
2e92d1c1ab Testing automated release, simplified packaging stage 2018-11-04 02:35:33 +01:00
s3lph
2fdae8fc89 gitlab-ci: Fixed debian package directory permissions 2018-11-03 21:45:47 +01:00
s3lph
3e006228e1 Fixed the build_wheel task, renamed build_deb to build_debian 2018-11-03 21:28:24 +01:00
s3lph
ea57485cfb Back to Python 3.6 for the sake of Debian packaging (initial test!) 2018-11-03 18:28:28 +01:00
s3lph
eb6c2b3f65 Fixed system integration (especially systemd + capabilities. 2018-10-19 23:48:36 +02:00
s3lph
974d8fc9f1 Fixed: Makepkg can't install dependencies as nobody. 2018-10-19 22:25:47 +02:00
s3lph
e5e51acfb4 Fixed missing MATEMAT_VERSION env var. 2018-10-19 22:21:44 +02:00
s3lph
f3c8e140ad Added debug output to build jobs 2018-10-19 22:18:30 +02:00
s3lph
beef77f368 Fixed matemat version fetch. 2018-10-19 22:15:05 +02:00
s3lph
d3ee2b95a7 Hopefully fixed PKGBUILD. 2018-10-19 22:10:01 +02:00
s3lph
9439c76f30 Drop privileges for makepkg. 2018-10-19 21:57:41 +02:00
s3lph
bffd31fe81 Added some missing archlinux dependencies 2018-10-19 21:54:15 +02:00
s3lph
5868423582 Added pacman --noconfirm. 2018-10-19 21:50:37 +02:00
s3lph
c607b26c0a Fixed gitignore and added missing files 2018-10-19 21:46:41 +02:00
s3lph
b59b5a3dba Fixed a wrong pip flag. 2018-10-19 21:35:35 +02:00
s3lph
f79112f84f Added build setup for archlinux. Let's test! 2018-10-19 21:31:45 +02:00
s3lph
15a0a3a184 setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
s3lph
dcbd093eed Removed mypy check from CI. 2018-09-10 01:38:19 +02:00
s3lph
cd87695dd1 Pagelet initialization test. 2018-08-18 02:44:09 +02:00
s3lph
8adb3402d0 CI: Exclude abstract_httpd_test from coverage. 2018-08-17 20:53:19 +02:00
s3lph
08dd9ce3ff Merge branch 'staging' into python-3.7 2018-08-02 22:23:05 +02:00
s3lph
c933ffd1c7 GitLab CI: Use CI variables instead of git ref-parse. 2018-08-02 22:08:47 +02:00
s3lph
7fc44bab2b GitLab CI: Fixed a typo. 2018-08-02 21:59:15 +02:00
s3lph
f8871a73e2 GitLab CI: Build an image tagged latest-stable for master. 2018-08-02 21:55:22 +02:00
s3lph
5537f2e1f3 GitLab CI: Fixed coverage invocation. 2018-08-02 21:39:05 +02:00
s3lph
51c804abf3 Added missing python-coverage to testing docker image. 2018-08-02 21:28:00 +02:00
s3lph
9f5c556417 Updated GitLab CI to use the latest docker image. 2018-08-02 20:44:17 +02:00
s3lph
1dd1640cbe Updated CI pipeline config to only deploy to staging on the branch "staging". 2018-08-02 17:21:22 +02:00
s3lph
e2f2ab7727 Added libmagic to testing and staging Dockerfiles. 2018-07-20 00:45:15 +02:00
s3lph
fbcde6acc0 Added CI pipeline and Docker deployment to documentation; CI: only build image for staging branches and retag the image with :latest-staging. 2018-07-17 20:30:40 +02:00
s3lph
2169e50c23 Fixed staging branch regex in GitLab CI config. 2018-07-15 00:26:37 +02:00
s3lph
fbfa172e2b Removed a dangling branch name from the CI config. 2018-07-15 00:25:22 +02:00
s3lph
86e0b3a6c7 Rewrote the staging image Dockerfile to use an Alpine-based image instead of the Debian image. 2018-07-15 00:07:25 +02:00
s3lph
45be1930a4 Merge branch 'master' into staging-unstable 2018-07-14 13:20:53 +02:00
s3lph
b2a88c5814 Renamed DO-NOT-MERGE-horrible-webapp branch to staging-unstable. 2018-07-13 22:15:45 +02:00
s3lph
d60331daf7 Merge branch 'ci-deploy-staging' into DO-NOT-MERGE-horrible-webapp 2018-07-11 18:48:39 +02:00