[PATCH 0/1] luxio: Switch from readdir_r to readdir
by Richard Ipsum
Howdy,
I was building luxio with nix and got a few warnings about readdir_r,
this patch should fix those.
Thanks,
Richard
Richard Ipsum (1):
Switch from readdir_r to readdir
luxio.c | 73 ++++++++++++++++++-----------------------------------------------
1 file changed, 20 insertions(+), 53 deletions(-)
--
2.12.2.510.ge1104a5.dirty
6 years, 6 months
[PATCH v2 0/3] luxio: Allow installation dirs to be overridden
by Richard Ipsum
repo: git://git.gitano.org.uk/personal/richardipsum/luxio.git
ref: richardipsum/buildsystem-allow-overrides-v2
HEAD: 9c07e2258b4915f0bf3221678684e318f10a8f28
Howdy,
this is v2 with DESTDIR fixes mentioned in previous review.
Thanks,
Richard Ipsum
Richard Ipsum (3):
Allow installation dirs to be overridden
Split find lua Make code into separate file
Factor version from find lua lib logic
Makefile | 141 +++++++++----------------------------------------------------
findlua.mk | 73 ++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 121 deletions(-)
create mode 100644 findlua.mk
--
2.1.4
6 years, 7 months
Re: [PATCHv2 0/2] Document hooks
by Richard
On 12 Apr 2017 16:10, "Daniel Silverstone" <dsilvers(a)digital-scurf.org>
wrote:
On Mon, Apr 10, 2017 at 22:10:31 +0100, Richard Maw wrote:
> Repo: git://git.gitano.org.uk/gitano.git
> Ref: refs/heads/richardmaw/githookdoc
> Sha1: 17f73b454311ef232c29e85d9eacde7941dd8097
If you want me to apply my comments during a merge, let me know
and you have a +1 with that; otherwise you have a +0 and I await
your responses to my comments.
Yeah works for me.
Sorry about the Gmail responses. I'm away from my laptop.
6 years, 7 months
[PATCH 0/3] luxio: Allow installation dirs to be overridden
by Richard Ipsum
Hi again,
This patch is preparation for packaging luxio in nix.
Because nix doesn't use standard fhs dirs we need to be able to
override some values.
While I was doing this I saw an opportunity to make things a bit simpler,
so I've done that.
With these patches I'm able to build luxio for lua5.1 and lua5.2 in nix,
and the build for 5.1 on my debian installation appears to work, though
I've not built any debian packages from this branch.
Hope this helps,
Richard Ipsum
Richard Ipsum (3):
Allow installation dirs to be overridden
Split find lua Make code into separate file
Factor version from find lua lib logic
Makefile | 141 +++++++++----------------------------------------------------
findlua.mk | 73 ++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 121 deletions(-)
create mode 100644 findlua.mk
--
2.12.2.510.ge1104a5.dirty
6 years, 7 months
[PATCHv2 0/2] Document hooks
by Richard Maw
Repo: git://git.gitano.org.uk/gitano.git
Ref: refs/heads/richardmaw/githookdoc
Sha1: 17f73b454311ef232c29e85d9eacde7941dd8097
Richard Maw (2):
Correct incorrect gitano admin branch
Add section on git hooks
doc/admin/000.mdwn | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 137 insertions(+), 1 deletion(-)
--
2.9.0
6 years, 8 months
[PATCH] Add documentation of git hooks
by Richard Maw
Repo: git://git.gitano.org.uk/gitano.git
Ref: richardmaw/githookdoc
SHA1: 53db16f34aabc67c67177863c1f3b56c88cca454
This extends the admin manual to contain documentation of how git hooks work.
There is no online documentation of gall's API so it includes a file:// link.
Richard Maw (1):
Add section on git hooks
doc/admin/000.mdwn | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
--
2.9.0
6 years, 8 months
[PATCH 0/2] Ensure update-server-info run for new repos
by Daniel Silverstone
Repo: https://git.gitano.org.uk/gitano.git
Ref: dsilvers/update-on-create
sha1: ec05045e9f29a9cb9f7d1a0a9d38b8b3d13275af
Without the update-server-info files, smart HTTP can fail and also gitweb and
the like get sad. This ensures that on realisation the files are created so
that the repo is immediately usable.
Test comes first (and will fail without the followon commit)
D.
Daniel Silverstone (2):
adds a test for server-info files in new repos
ensures server-info files exist on new repos
lib/gitano/repository.lua | 5 +++++
testing/02-commands-create.yarn | 13 +++++++++++++
2 files changed, 18 insertions(+)
--
2.1.4
6 years, 8 months
[PATCH 0/2] gitano-setup bugfix and stdin feature
by Daniel Silverstone
This series first fixes a bug where gitano-setup wouldn't
read all the answer files it was given; and then it adds
support for a file name of '-' which is taken to mean stdin
and forces batch mode if it's used.
Daniel Silverstone (2):
fixes gitano-setup to read all answer files
adds support for '-' as stdin for gitano-setup
bin/gitano-setup.in | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
--
2.1.4
6 years, 8 months
[PATCH 0/2] Restrict coverage by default to ignore GTT
by Daniel Silverstone
Repo: https://git.gitano.org.uk/gitano.git
Ref: dsilvers/gtt-cover-not-default
Sha1: 47e6127d9d9d77d0a391f295fa076b5e1cbad273
Since testing GTT is not normally what we're after when we run `make test`,
it makes little sense to include it in the coverage reports. This change
makes the test suite about 20% faster on my laptop when run in COVERAGE=yes
mode, and makes the coverage-report generation significantly faster.
Daniel Silverstone (2):
makes GTT coverage optional
updates TESTING for COVER_GTT=yes
Makefile | 23 ++++++++++++++++++++++-
TESTING | 7 +++++++
2 files changed, 29 insertions(+), 1 deletion(-)
--
2.1.4
6 years, 8 months
[PATCH 0/3] Add a yarn scenario for force pushing
by Daniel Silverstone
Repo: https://git.gitano.org.uk/gitano.git
Ref: dsilvers/force-push-testing
Sha1: d330a38c84d98b0940487b3334f13894b63dadf5
This series adds support for force pushing in scenarios, and then a scenario
which performs a force pushing operation to demonstrate that the default
ruleset does not allow force-push.
Daniel Silverstone (3):
adds support for force-push in IMPLEMENTS
adds support to amend the top commit in a repo
adds a force-push checking scenario
Makefile | 2 +-
testing/03-force-pushing.yarn | 34 ++++++++++++++++++++++++++++++++++
testing/library.yarn | 6 ++++--
3 files changed, 39 insertions(+), 3 deletions(-)
create mode 100644 testing/03-force-pushing.yarn
--
2.1.4
6 years, 8 months