From ad2762cf775a8dde508de47164d6429f3fd724f1 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sun, 24 May 2015 16:57:33 +0800 Subject: Move to a more recent django project structure This change updates patchwor to the newer project struture: we've moved the actual application out of the apps/ directory, and the patchwork-specific templates to under the patchwork application. This gives us the manage.py script in the top-level now. Signed-off-by: Jeremy Kerr --- tools/patchwork-update-commits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/patchwork-update-commits') diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits index b2a658a..820fd1c 100755 --- a/tools/patchwork-update-commits +++ b/tools/patchwork-update-commits @@ -1,7 +1,7 @@ #!/bin/bash toolsdir="$(dirname "$0")" -pwpath="${toolsdir}"/../apps/patchwork +pwpath="${toolsdir}"/../patchwork if [ "$#" -lt 1 ] then -- cgit v1.2.3