aboutsummaryrefslogtreecommitdiffstats
path: root/main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-03-25 09:28:40 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-03-25 09:28:40 +0000
commitf25af72a756719e0130674371c17ec97cf4fad1e (patch)
tree0a7e1598e282d19f06c7ee57f3291808b836391c /main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch
parenta924aa20210e7f26602f9ecb3822fb78a101e251 (diff)
downloadaports-f25af72a756719e0130674371c17ec97cf4fad1e.tar.bz2
aports-f25af72a756719e0130674371c17ec97cf4fad1e.tar.xz
main/patchwork: upgrade to 1.1.0
Diffstat (limited to 'main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch')
-rw-r--r--main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch b/main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch
deleted file mode 100644
index 231e420ee2..0000000000
--- a/main/patchwork/0001-remove-uneeded-bashism-from-tools-and-change-path.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From b688b62e30525c797fff7453e1ca3ba2251e3756 Mon Sep 17 00:00:00 2001
-From: Carlo Landmeter <clandmeter@gmail.com>
-Date: Fri, 24 Apr 2015 12:03:26 +0200
-Subject: [PATCH] remove uneeded bashism from tools and change path
-
----
- tools/patchwork-update-commits | 2 +-
- tools/post-receive.hook | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits
-index b2a658a..39670eb 100755
---- a/tools/patchwork-update-commits
-+++ b/tools/patchwork-update-commits
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- toolsdir="$(dirname "$0")"
- pwpath="${toolsdir}"/../apps/patchwork
-diff --git a/tools/post-receive.hook b/tools/post-receive.hook
-index a38522e..7b567a4 100755
---- a/tools/post-receive.hook
-+++ b/tools/post-receive.hook
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # Git post-receive hook to update Patchwork patches after Git pushes
- #
-@@ -15,7 +15,7 @@ STATE_MAP="refs/heads/master:Accepted"
- #
- EXCLUDE=""
-
--PWDIR=/srv/patchwork/apps/patchwork
-+PWDIR=/usr/share/webapps/patchwork/apps/patchwork
-
- do_exit=0
- trap "do_exit=1" INT
---
-2.3.5
-