Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View DeepDiver1975's full-sized avatar
:octocat:
coding .....

Thomas Müller DeepDiver1975

:octocat:
coding .....
View GitHub Profile
-- 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 */;
#!/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);
#!/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
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),

Keybase proof

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:

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-
@DeepDiver1975
DeepDiver1975 / gist:6608017
Created September 18, 2013 11:46
Message back to a user not following the issue template
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!
@DeepDiver1975
DeepDiver1975 / gist:6499756
Last active December 22, 2015 16:29
contrib
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/