- 16 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 11 Jul, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Instead of assuming there's a /bin/bash, use env to find bash
-
- 23 Nov, 2020 1 commit
-
-
These projects have migrated to GitLab. Signed-off-by:
Simon Ser <contact@emersion.fr>
-
- 20 Nov, 2020 1 commit
-
-
Keith Packard authored
The previous check required umask to simultaneously equal 022 and 0022, which seems difficult to me. Signed-off-by:
Keith Packard <keithp@keithp.com> Reviewed-by:
Dylan Baker <dylan@pnwbakers.com>
-
- 28 Oct, 2020 1 commit
-
-
- 25 Aug, 2020 1 commit
-
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu>
-
- 24 Oct, 2019 1 commit
-
-
Dylan Baker authored
These are old and insecure. We already provide sha256 and sha512 hashes, so removing these shouldn't be a problem. Sha1 is still used by jh, and I don't know what to do there, so I've left the program, but removed it from the announce template.
-
- 22 Oct, 2019 1 commit
-
-
Peter Hutterer authored
Indentation issue and a clarification on the message since ninja only creates one tarball. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 17 Oct, 2019 5 commits
-
-
Adam Jackson authored
-
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
meson (well, python, I think) isn't happy without UTF8 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
-
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 23 Jul, 2019 1 commit
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 01 Jul, 2019 1 commit
-
-
Previously for an xserver release this would try to upload to /srv/xorg.freedesktop.org/archive/individual/xorg, which is not a real path. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 09 Jun, 2019 1 commit
-
-
Using the same checkout dir for libXfont and libXfont2 causes jhbuild to notice a difference when examining the checkout, think the module has been updated, rebuild it and all it's dependencies.
-
- 16 Apr, 2019 1 commit
-
-
Jon Turney authored
mesa removed autotools build system in commit 95aefc94a941701616fda0776a3bd15710c8c151
-
- 20 Mar, 2019 2 commits
-
-
Jon Turney authored
Given the previous commit, this probably needs other changes to work correctly. anongit isn't going anywhere, so just revert it. This parially reverts commit d60d00d6.
-
Jon Turney authored
Update respository paths which have changed on gitlab. Should have been done at the same time as d60d00d6.
-
- 23 Feb, 2019 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 20 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 05 Nov, 2018 2 commits
-
-
-
Marco Trevisan authored
-
- 19 Aug, 2018 1 commit
-
-
Matthieu Herrb authored
Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu>
-
- 16 Aug, 2018 1 commit
-
-
Adam Jackson authored
Mesa hasn't needed this to build since 9.1 or so. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 14 Aug, 2018 1 commit
-
-
Adam Jackson authored
Typical gitlab remote urls look like: git@gitlab.freedesktop.org:xorg/driver/xf86-video-v4l.git The existing code would fail to parse this, because it looks for /xorg/ not :xorg/. So first, fix the match pattern. After that we'd break down the slug wrong because we're counting /s wrong. Rather than carefully know how many to care about: reverse the string, pick out the first two fields from that, and reverse the result, so we're always picking off the last two fields of the URL whatever it is. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 01 Aug, 2018 3 commits
-
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
-
- 25 Jul, 2018 1 commit
-
-
Adam Jackson authored
This trick makes the gitlab merge requests heads show up as branches under their own remote (normally named 'merge-requests'). This means you can follow a module's development with: $ git fetch merge-requests Also git-describe and git-log decorations become more informative, etc.
-
- 20 Jun, 2018 1 commit
-
-
Mesa's migration to gitlab has changed the URL and made things not work. Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 08 Mar, 2018 1 commit
-
-
Jon Turney authored
v2: Don't erroneously drop xcb-proto Use autotools not meson to build xorgproto Signed-off-by:
Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 27 Feb, 2018 2 commits
-
-
v2: Rebase on Mesa cleanup. Move demos into its own elif statement. Signed-off-by:
Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> Reviewed-by:
Andreas Boll <andreas.boll.dev@gmail.com>
-
- 05 Feb, 2018 4 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This is very simple-minded, more for the sake of muscle memory than anything else. Sorry for any bashisms but it's already a bash script. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Stolen from gnome-shell's configure script as of: commit 9ecacdbdedbf0f60104f1a5aa0a38372c050c268 Author: Florian Müllner <fmuellner@gnome.org> Date: Tue Aug 15 22:06:24 2017 +0200 build: Update autotools-compat wrapper Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 21 Aug, 2017 1 commit
-
-
Peter Hutterer authored
When we don't find autogen.sh but we do find meson.build, swap the configure and make commands over for meson and ninja. Some things aren't feature-equivalent yet: - distcheck doesn't exist for ninja but it's hooked up as if it did - a custom make command doesn't work for ninja Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-