Commit Graph

110 Commits

Author SHA1 Message Date
Konrad Kleine
4a581db3d8 Elegant CURRENT_VERSION determination
Earlier today I didn't see that MAJOR, MINOR and PATCH variables were no longer needed outside the if-block, sorry.

In case the \K is unclear. Here's a great explanation: https://stackoverflow.com/a/33573989/835098
2021-04-09 19:30:07 +00:00
Konrad Kleine
461a35f70c Propose simplification in version determination by deleting all non numeric characters
This doesn't change the behavior but I found it much easier to maintain in my own code than.
2021-04-09 14:42:31 +00:00
Sylvestre Ledru
21d1f39b89 master => main 2021-01-30 09:59:59 +01:00
Sylvestre Ledru
f86979f288 don't parse the conf when coming from snapshot 2020-11-02 20:14:32 +01:00
Sylvestre Ledru
55f38fe96b When upstream released X, they will update X to have X.0.1
In general, in Debian, we will keep X until X.0.1 is released (or rc in experimental)
However, on apt.llvm.org, we will update the version to have X.0.1
This code is doing that.
2020-11-01 15:09:00 +01:00
Sylvestre Ledru
31a1a28a1a continue the operation 2020-07-08 14:43:29 +02:00
Sylvestre Ledru
dd9c6302dc Fix conflict 2020-07-08 14:40:42 +02:00
Sylvestre Ledru
1e6b695748 Merge remote-tracking branch 'origin/10' into snapshot 2020-07-03 11:58:05 +02:00
Sylvestre Ledru
d266927e49 fix function name 2020-07-03 11:57:54 +02:00
Sylvestre Ledru
6cc789d511 Merge remote-tracking branch 'origin/10' into snapshot 2020-07-03 08:59:21 +02:00
Sylvestre Ledru
1765635f8f function is a bashim 2020-07-02 11:25:53 +02:00
Sylvestre Ledru
e6e99188f2 Merge remote-tracking branch 'origin/10' into snapshot 2020-07-01 09:28:37 +02:00
Sylvestre Ledru
0261307bc4 Update of the repack script to integrate the https://github.com/opencollab/llvm-toolchain-integration-test-suite/ repo 2020-06-29 10:29:38 +02:00
Sylvestre Ledru
02bae1bb7f repack: use the right version 2020-04-25 00:48:06 +02:00
Sylvestre Ledru
96c6647ca4 repack: add some debug info 2020-04-25 00:47:46 +02:00
Sylvestre Ledru
a620f9b4cc update the repo 2020-04-07 10:07:45 +02:00
Sylvestre Ledru
f724684a20 add the + back in the version 2020-01-21 14:33:05 +01:00
Sylvestre Ledru
a83617d1bd prepare the llvm-toolchain-10 branch 2020-01-19 17:13:47 +01:00
Sylvestre Ledru
6684f35c9d Add a '+' in the version (as the old upload is high than the one without) Will be removed in 11 2019-12-30 23:31:12 +01:00
Sylvestre Ledru
159d6777aa * Include upstream patch D71028 for rust mips tests (Closes: #946874)
* Include upstream patch D60657 for rust support on riscv64.
* New stable release
* Team upload.
* Commit Breaks/Replaces into git
* Fix llvm-9-tools Breaks/Replaces libclang-common-9-dev (<< 1:9.0.1~+rc2)
  (Closes: #946473)
* New snapshot release + upload to unstable
* Use secure URI in debian/watch.
* Move source package lintian overrides to debian/source.
* Remove patches force-gcc-header-obj.diff, hurd-pathmax.diff, impl-
  path-hurd.diff, libcxxabi-arm-ehabi-fix.patch, libcxxabi-test-don-t-
  fail-extended-long-double.patch, revert-change-soname.diff, try-to-
  unbreak-thinlto.diff that are missing from debian/patches/series.
* Rely on pre-initialized dpkg-architecture variables.
* Move transitional package libclang-cpp1-9 to oldlibs/optional per
  policy 4.0.1.
* llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on
  riscv64 from master.
* New snapshot release
* Fix some paths, upstream moved from site-packages
  to dist-packages for python packages
* Move yaml-bench from libclang-common-X.Y-dev to llvm-X.Y-tools where
  it belongs
  See http://lists.llvm.org/pipermail/llvm-dev/2019-December/137337.html
* Add a project in the cmake-test to silent a warning
  (Closes: #945489)
* New snapshot release
* Patch cmake files to disable the z3 support in Ubuntu
* Simplify rules file to put -g1 everywhere
* Add a project in the cmake-test to silent a warning (Closes: #945489)
2019-12-25 18:23:22 +01:00
Sylvestre Ledru
3e90d5128a fix the repack script 2019-11-23 09:07:23 +01:00
Sylvestre Ledru
e2317ffa9a improve the orig script for branch version 2019-11-14 15:55:24 +01:00
Sylvestre Ledru
c2dc7c6dbe improve the tar call 2019-11-14 15:49:14 +01:00
Sylvestre Ledru
e50b72bf9b also add seconds 2019-11-14 15:48:47 +01:00
Sylvestre Ledru
bd94b9e20d use the time of the system and not the patch are they aren't linear 2019-11-14 15:47:02 +01:00
Sylvestre Ledru
f830824f43 JENKINS_HOME is meaningless in jenkins slaves 2019-11-14 10:55:03 +01:00
Sylvestre Ledru
28900a78dd reuse a global repo 2019-11-14 10:41:02 +01:00
Sylvestre Ledru
9674790943 detail where we checkout the sources 2019-11-13 14:16:27 +01:00
Sylvestre Ledru
a688f41238 more cleanup in the repack script 2019-11-13 11:39:07 +01:00
Sylvestre Ledru
90df1d2a3f Merge remote-tracking branch 'origin/9' into snapshot 2019-11-13 10:32:03 +01:00
Sylvestre Ledru
4614163d81 hopefully fix the repack script 2019-11-13 10:30:39 +01:00
Sylvestre Ledru
ef41a4b85f silent some operations in the repack script 2019-11-12 10:01:50 +01:00
Sylvestre Ledru
8c1418ee61 fix the dch syntax 2019-10-20 14:31:19 +02:00
Sylvestre Ledru
56bdbecfae make sure we are up to date 2019-10-20 14:30:55 +02:00
Sylvestre Ledru
364157bb57 debian/orig-tar.sh: fix bash syntax 2019-10-20 14:05:20 +02:00
Sylvestre Ledru
9571f92559 Merge remote-tracking branch 'origin/9' into snapshot 2019-10-20 13:16:00 +02:00
Sylvestre Ledru
d9d3428473 fix some shellcheck warning 2019-10-19 14:49:27 +02:00
Sylvestre Ledru
7158e73379 various improvements to the repack scripts 2019-10-19 11:20:05 +02:00
Sylvestre Ledru
07926352f2 update of the repack script 2019-10-19 10:20:53 +02:00
Sylvestre Ledru
f0427298e2 version 10 2019-07-18 15:59:42 +02:00
Sylvestre Ledru
935a21d5c7 Revert "initial support of mlir"
This reverts commit 65dff285b4.
2019-04-07 23:48:17 +02:00
Sylvestre Ledru
65dff285b4 initial support of mlir 2019-04-05 18:02:36 +02:00
Sylvestre Ledru
ce35b79037 Merge remote-tracking branch 'origin/8' into snapshot 2019-02-09 17:33:09 +01:00
Sylvestre Ledru
033ac31f17 Merge remote-tracking branch 'origin/7' into 8 2019-02-09 17:30:52 +01:00
Sylvestre Ledru
3a82f68a05 Merge remote-tracking branch 'origin/6.0' into 7 2019-02-09 17:27:05 +01:00
Sylvestre Ledru
f39874ac62 update the url to https 2019-02-09 16:03:50 +01:00
Sylvestre Ledru
a3ea521aec * New stable release.
To be clear, this is the same as release 7.0.1
  To be ABI compliant in Debian between 7 and 7.0.1,
  I took the pr39427-misscompile.diff.
  7.1.0 is an official release for downstream users to bring
  back the ABI comptability.
  I am uploading this new version in the archive to:
  - avoid question like "why we don't have 7.1.0 in the archive?"
  - align with upstream
  - clearly show that we kept the ABI
  Upstream decided to rename the library from 7 to 7.0.1
  As I kept the ABI, I reverted this patch (revert-change-soname.diff)
  More info on https://bugs.llvm.org/show_bug.cgi?id=39427
  and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271
2019-01-30 10:02:23 +01:00
Sylvestre Ledru
6feb36eaf1 prepare version 9 2019-01-16 15:45:56 +01:00
Sylvestre Ledru
93e8db6af0 working on 7.0.1 now 2018-11-13 12:06:46 +01:00
Sylvestre Ledru
dccba56599 prepare packaging of version 8 2018-08-12 14:27:35 +02:00