summaryrefslogtreecommitdiff
path: root/tools/release/snapshot_inspection.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release/snapshot_inspection.bat')
-rw-r--r--tools/release/snapshot_inspection.bat28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/release/snapshot_inspection.bat b/tools/release/snapshot_inspection.bat
new file mode 100644
index 0000000000..1a86aa4b8e
--- /dev/null
+++ b/tools/release/snapshot_inspection.bat
@@ -0,0 +1,28 @@
+rem Inspect snapshot
+
+rem Copyright Beman Dawes 2008, 2011
+
+rem Distributed under the Boost Software License, Version 1.0.
+rem See http://www.boost.org/LICENSE_1_0.txt
+
+echo inspect...
+pushd windows
+rem inspect_trunk.bat builds inspect program every day and copies it to %UTIL%
+%UTIL%%\inspect >..\inspect.html
+popd
+
+echo Create ftp script...
+copy user.txt inspect.ftp
+echo dir >>inspect.ftp
+echo binary >>inspect.ftp
+echo put inspect.html >>inspect.ftp
+echo dir >>inspect.ftp
+echo mdelete inspect-snapshot.html >>inspect.ftp
+echo rename inspect.html inspect-snapshot.html >>inspect.ftp
+echo dir >>inspect.ftp
+echo bye >>inspect.ftp
+
+echo Run ftp script...
+ftp -n -i -s:inspect.ftp boost.cowic.de
+
+echo Inspect script complete