From e1e65546b82a16a3b4c33e7986751b23dab4e66e Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Wed, 11 Jan 2023 12:48:21 -0500 Subject: [PATCH] Build: Add bundle target alias, referenced in some docs reported by lbt --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index fa00a7fb3d..d15ba9934e 100644 --- a/build.xml +++ b/build.xml @@ -31,7 +31,6 @@ <echo message=" installer-windows: build the GUI installer (Windows only)" /> <echo message=" installer-nowindows: build the GUI installer (all but Windows)" /> <echo message=" installer5, installer5-linux, installer5-nowindows, installer5-windows: use IzPack 5" /> - <echo message=" bundle: (GIT ONLY!) generate a git bundle and a corresponding torrent." /> <echo message=" tarball: tar the full install into i2p.tar.bz2 (extracts to build a new clean install)" /> <echo message=" git-bundle: (GIT ONLY!) generate a git bundle and a corresponding torrent." /> <!--<echo message=" bundleRelease: (GIT ONLY!) generate a git bundle only up to the most recent tag, and a corresponding torrent." />--> @@ -3051,6 +3050,8 @@ <checksum file="portable-win32.zip" forceOverwrite="yes"/> <move file="portable" tofile="pkg-temp"/> </target> + + <target name="bundle" depends="git-bundle"/> <target name="git-bundle" depends="pkg"> <exec executable="git" failonerror="true"> <arg value="bundle" /> -- GitLab