I hereby claim:
- I am deepdiver1975 on github.
- I am deepdiver (https://keybase.io/deepdiver) on keybase.
- I have a public key ASAwAgWHt5XnD3C86d-mKaDcknbJb8mlVUcxN9X-Cri_YAo
To claim this, I am signing this object:
Thanks a lot for your contribution! | |
Contributions to the core repo require a signed contributors agreement http://owncloud.org/about/contributor-agreement/ | |
Alternatively you can add a comment here where you state that this contribution is MIT licensed. | |
Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ | |
Thanks a lot for reporting issues back to us! | |
We need some more information to properly support you with your issue! | |
Can I ask you to follow our guidelines for submitting bugs as described here: https://github.com/owncloud/core/blob/master/CONTRIBUTING.md | |
Thanks a lot! |
Thank you for your interest in the open source software project ownCloud (defined as the GitHub repositories | |
“owncloud/core”, “owncloud/mirall”, “owncloud/client” and “owncloud/android” – the “Project”) maintained or managed | |
by ownCloud Inc. (“us” or “ownCloud”). The purpose of this Contribution Agreement (“Agreement”) is to define the | |
intellectual property license granted by persons or entities that contribute code to us for the Project (“Contributions” and | |
further defined below). If the Contribution is made on behalf of a company, the term “you” as used in this Agreement | |
will mean the individual accepting this Agreement as well as the company employing such individual. | |
You hereby agree to the following terms and conditions: | |
1. Contributions: |
Thank you for your interest in the open source software project ownCloud maintained or managed by | |
ownCloud GmbH (“us” or “ownCloud”). The purpose of this Contribution Agreement (“Agreement”) is to define the | |
intellectual property license granted by persons or entities that contribute code to us for the Project (“Contributions” and | |
further defined below). If the Contribution is made on behalf of a company, the term “you” as used in this Agreement | |
will mean the individual accepting this Agreement as well as the company employing such individual. | |
You hereby agree to the following terms and conditions: | |
1. Contributions: The term “Contribution” means any source code, object code, patch, tool, sample, graphic, spe- | |
cification, manual, documentation, or any other material posted or submitted by you to a Project. | |
A Contribution is “submitted” when any form of electronic, verbal, or written communication is sent to the Project, in- |
I hereby claim:
To claim this, I am signing this object:
diff -ruN litmus-0.13.orig/src/locks.c litmus-0.13/src/locks.c | |
--- litmus-0.13.orig/src/locks.c 2018-06-13 08:13:00.912180721 +0200 | |
+++ litmus-0.13/src/locks.c 2018-06-12 17:29:05.040661244 +0200 | |
@@ -616,7 +616,7 @@ | |
T(cond_put_with_not), | |
T(cond_put_corrupt_token), | |
T(complex_cond_put), | |
- T(fail_complex_cond_put), | |
+ //T(fail_complex_cond_put), | |
#!/bin/bash | |
set -e | |
if [ "$#" -lt 4 ]; then | |
echo "Illegal number of parameters" | |
echo "$0 <repo> <age> <page-from> <page-to>" | |
echo "Example: $0 owncloud/core 90 1 250" | |
exit | |
fi | |
repo=$1 | |
age=$2 |
#!/usr/bin/perl | |
use strict; | |
use version; | |
use Locale::PO; | |
use Cwd; | |
use Data::Dumper; | |
use File::Path; | |
use File::Basename; | |
use File::Spec; | |
use Digest::MD5 qw(md5 md5_hex md5_base64); |
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) | |
-- | |
-- Host: 172.21.0.5 Database: kratos | |
-- ------------------------------------------------------ | |
-- Server version 5.7.41 | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!50503 SET NAMES utf8mb4 */; |