aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@ensimag.grenoble-inp.fr>2014-05-05 12:06:37 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-05 16:38:21 +0200
commitc5f5520013102ccdbec051701e12e96068423f0b (patch)
tree03abb6e427576aa2fa6c4059dd0218b3937c5f83 /build/build.xml
parent324daf72fec829a4a937879ef0615829443114cc (diff)
downloadforums-c5f5520013102ccdbec051701e12e96068423f0b.tar
forums-c5f5520013102ccdbec051701e12e96068423f0b.tar.gz
forums-c5f5520013102ccdbec051701e12e96068423f0b.tar.bz2
forums-c5f5520013102ccdbec051701e12e96068423f0b.tar.xz
forums-c5f5520013102ccdbec051701e12e96068423f0b.zip
[ticket/12325] Generate the list of the deleted files and folders
https://tracker.phpbb.com/browse/PHPBB3-12325 PHPBB3-12325
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 01fb48a383..79b6096c97 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -141,6 +141,7 @@
<exec dir="build/old_versions" command="LC_ALL=C diff -crNEBwd release-${version} release-${newversion} >
../new_version/patches/phpBB-${version}_to_${newversion}.patch" escape="false" />
+ <exec dir="build/old_versions" command="LC_ALL=C diff -qr release-${version} release-${newversion} | grep 'Only in release-${version}' > ../new_version/patches/phpBB-${version}_to_${newversion}.deleted" escape="false" />
</target>
<target name="prepare-new-version">