From 99f8ce096bc5569adbfea1911dbcda24c28d8d8b Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Fri, 14 Oct 2005 08:50:54 +0000 Subject: Box Backup 0.09 with a few tweeks --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 distribution/boxbackup/DISTRIBUTION-MANIFEST.txt (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt new file mode 100644 index 00000000..72b3866d --- /dev/null +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -0,0 +1,34 @@ +lib/raidfile +test/raidfile +test/raidfile/testfiles +lib/backupclient +lib/backupstore +bin/bbstored +bin/bbstoreaccounts +bin/bbackupd +bin/bbackupquery +bin/bbackupctl +bin/bbackupobjdump +test/backupstore +test/backupstore/testfiles +test/backupstorefix +test/backupstorefix/testfiles +test/backupstorepatch +test/bbackupd +test/bbackupd/testfiles +test/backupdiff +docs/raidfile notes +docs/raidfile/lib_raidfile notes/lib_raidfile +docs/backup notes +TODO.txt +BUGS.txt +distribution/boxbackup/contrib contrib +NO-LICENSE-IN-DIR contrib/rpm +distribution/boxbackup/contrib/rpm contrib/rpm +REPLACE-VERSION-IN contrib/rpm/boxbackup.spec +NO-LICENSE-IN-DIR contrib/redhat +distribution/boxbackup/contrib/redhat contrib/redhat +NO-LICENSE-IN-DIR contrib/suse +distribution/boxbackup/contrib/suse contrib/suse +NO-LICENSE-IN-DIR contrib/cygwin +distribution/boxbackup/contrib/cygwin contrib/cygwin -- cgit v1.2.3 From 96036bf8d4377d8a7e1f7d5587d7df2ed5f73d2b Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Wed, 28 Dec 2005 14:04:35 +0000 Subject: Fix make distribution --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 72b3866d..1c641005 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -3,9 +3,11 @@ test/raidfile test/raidfile/testfiles lib/backupclient lib/backupstore +lib/win32 bin/bbstored bin/bbstoreaccounts bin/bbackupd +bin/bbackupd/win32 bin/bbackupquery bin/bbackupctl bin/bbackupobjdump -- cgit v1.2.3 From d6dc2eac174530497786a7e4604db051f44a1d46 Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Fri, 3 Feb 2006 10:26:29 +0000 Subject: Include all the right win32 directories in distributions --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 1c641005..94466d9c 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -3,7 +3,6 @@ test/raidfile test/raidfile/testfiles lib/backupclient lib/backupstore -lib/win32 bin/bbstored bin/bbstoreaccounts bin/bbackupd -- cgit v1.2.3 From 830aa82e44381c85d8486e46de7ae0e26830457e Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 13 Feb 2006 13:30:21 +0000 Subject: Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to distribution --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 94466d9c..96908264 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -33,3 +33,8 @@ NO-LICENSE-IN-DIR contrib/suse distribution/boxbackup/contrib/suse contrib/suse NO-LICENSE-IN-DIR contrib/cygwin distribution/boxbackup/contrib/cygwin contrib/cygwin +infrastructure/msvc +NO-LICENSE-IN-DIR infrastructure/msvc/2003 +infrastructure/msvc/2003 +NO-LICENSE-IN-DIR infrastructure/msvc/2005 +infrastructure/msvc/2005 \ No newline at end of file -- cgit v1.2.3 From 38d1e9596510560674dd80b6ed6b6e2c3ba5d1f0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 27 Jun 2007 19:17:57 +0000 Subject: Add lib/intercept to distribution manifest, to ensure that it gets distributed. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 96908264..b24a5527 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -1,3 +1,4 @@ +lib/intercept lib/raidfile test/raidfile test/raidfile/testfiles @@ -37,4 +38,4 @@ infrastructure/msvc NO-LICENSE-IN-DIR infrastructure/msvc/2003 infrastructure/msvc/2003 NO-LICENSE-IN-DIR infrastructure/msvc/2005 -infrastructure/msvc/2005 \ No newline at end of file +infrastructure/msvc/2005 -- cgit v1.2.3 From 24b9c15908f31fcbd6f9954260f06dd089e252b5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 20 Jan 2008 23:44:53 +0000 Subject: Include documentation in distribution tarballs. Update for moved contrib directory. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index b24a5527..f3d3ce24 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -22,18 +22,21 @@ test/backupdiff docs/raidfile notes docs/raidfile/lib_raidfile notes/lib_raidfile docs/backup notes +documentation +documentation/html +documentation/html/images TODO.txt BUGS.txt -distribution/boxbackup/contrib contrib +contrib NO-LICENSE-IN-DIR contrib/rpm -distribution/boxbackup/contrib/rpm contrib/rpm +contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec NO-LICENSE-IN-DIR contrib/redhat -distribution/boxbackup/contrib/redhat contrib/redhat +contrib/redhat NO-LICENSE-IN-DIR contrib/suse -distribution/boxbackup/contrib/suse contrib/suse +contrib/suse NO-LICENSE-IN-DIR contrib/cygwin -distribution/boxbackup/contrib/cygwin contrib/cygwin +contrib/cygwin infrastructure/msvc NO-LICENSE-IN-DIR infrastructure/msvc/2003 infrastructure/msvc/2003 -- cgit v1.2.3 From 68d13b9288f8e5932cebbfdf1caa656b97ff8eac Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Jan 2008 00:50:57 +0000 Subject: Use NO-LICENSE-IN-DIR alone to copy directories, removes redundancy. Include solaris contribs. Remove cygwin contribs as it's no longer a supported platform. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index f3d3ce24..dcb23cf3 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -28,17 +28,12 @@ documentation/html/images TODO.txt BUGS.txt contrib +NO-LICENSE-IN-DIR contrib/debian +NO-LICENSE-IN-DIR contrib/redhat NO-LICENSE-IN-DIR contrib/rpm -contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec -NO-LICENSE-IN-DIR contrib/redhat -contrib/redhat +NO-LICENSE-IN-DIR contrib/solaris NO-LICENSE-IN-DIR contrib/suse -contrib/suse -NO-LICENSE-IN-DIR contrib/cygwin -contrib/cygwin infrastructure/msvc NO-LICENSE-IN-DIR infrastructure/msvc/2003 -infrastructure/msvc/2003 NO-LICENSE-IN-DIR infrastructure/msvc/2005 -infrastructure/msvc/2005 -- cgit v1.2.3 From b5afbea3bf1a9b4a9f0f9944205bdc917c85e9eb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Apr 2008 21:06:59 +0000 Subject: Add bbreporter to server RPM spec file and distribution manifest. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index dcb23cf3..0f38279f 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -34,6 +34,7 @@ NO-LICENSE-IN-DIR contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec NO-LICENSE-IN-DIR contrib/solaris NO-LICENSE-IN-DIR contrib/suse +NO-LICENSE-IN-DIR contrib/bbreporter infrastructure/msvc NO-LICENSE-IN-DIR infrastructure/msvc/2003 NO-LICENSE-IN-DIR infrastructure/msvc/2005 -- cgit v1.2.3 From e2750aba48a6e6e7138e89e4faedb7373a0ad9fa Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Mon, 27 Oct 2008 21:17:03 +0000 Subject: Update distribution generator. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 0f38279f..34653c8e 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -19,12 +19,15 @@ test/backupstorepatch test/bbackupd test/bbackupd/testfiles test/backupdiff -docs/raidfile notes -docs/raidfile/lib_raidfile notes/lib_raidfile -docs/backup notes -documentation -documentation/html -documentation/html/images +docs/api-docs/raidfile docs/api-notes +docs/api-docs/raidfile/lib_raidfile docs/api-notes/lib_raidfile +docs/api-docs/backup docs/api-notes +docs/box-html docs/htmlguide +docs/box-html/adminguide docs/htmlguide/adminguide +docs/box-html/images docs/htmlguide/images +docs/box-html/instguide docs/htmlguide/instguide +docs/box-html/man-html docs/htmlguide/manpages +docs/man TODO.txt BUGS.txt contrib @@ -35,6 +38,9 @@ REPLACE-VERSION-IN contrib/rpm/boxbackup.spec NO-LICENSE-IN-DIR contrib/solaris NO-LICENSE-IN-DIR contrib/suse NO-LICENSE-IN-DIR contrib/bbreporter +NO-LICENSE-IN-DIR contrib/windows +NO-LICENSE-IN-DIR contrib/windows/installer +NO-LICENSE-IN-DIR contrib/windows/installer/tools infrastructure/msvc NO-LICENSE-IN-DIR infrastructure/msvc/2003 NO-LICENSE-IN-DIR infrastructure/msvc/2005 -- cgit v1.2.3 From f492f4cef09aa6e8ad37678c91c02be551301d69 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Sun, 2 Nov 2008 00:03:49 +0000 Subject: Update distribution manifest to include the DocBook XML sources, as requested by Reinhard Tartler. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 34653c8e..db850c83 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -28,6 +28,29 @@ docs/box-html/images docs/htmlguide/images docs/box-html/instguide docs/htmlguide/instguide docs/box-html/man-html docs/htmlguide/manpages docs/man +MKDIR docs/docbook +RUN cd docs; sed -i "" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile +docs/Makefile docs/docbook/Makefile +docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml +docs/adminguide.xml docs/docbook/adminguide.xml +docs/bb-book.xsl docs/docbook/bb-book.xsl +docs/bb-man.xsl.tmpl docs/docbook/bb-man.xsl.tmpl +docs/bb-nochunk-book.xsl docs/docbook/bb-nochunk-book.xsl +docs/bbackupctl.xml docs/docbook/bbackupctl.xml +docs/bbackupd-config.xml docs/docbook/bbackupd-config.xml +docs/bbackupd.conf.xml docs/docbook/bbackupd.conf.xml +docs/bbackupd.xml docs/docbook/bbackupd.xml +docs/bbackupquery.xml docs/docbook/bbackupquery.xml +docs/bbstoreaccounts.xml docs/docbook/bbstoreaccounts.xml +docs/bbstored-certs.xml docs/docbook/bbstored-certs.xml +docs/bbstored-config.xml docs/docbook/bbstored-config.xml +docs/bbstored.conf.xml docs/docbook/bbstored.conf.xml +docs/bbstored.xml docs/docbook/bbstored.xml +docs/instguide.xml docs/docbook/instguide.xml +docs/raidfile-config.xml docs/docbook/raidfile-config.xml +docs/raidfile.conf.xml docs/docbook/raidfile.conf.xml +docs/html docs/docbook/html +docs/html/images docs/docbook/html/images TODO.txt BUGS.txt contrib -- cgit v1.2.3 From 26aa036ade2cb66099efe26d424e5f180308bd2c Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Sun, 23 Nov 2008 00:18:13 +0000 Subject: * Add OS X plists to the distribution * Revert the docs Makefile after distribution generation (certain parts are commented out for the distribution) * Reorder generated files in configure.ac so that files are not unnecessarily created executable --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index db850c83..972432d0 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -51,10 +51,12 @@ docs/raidfile-config.xml docs/docbook/raidfile-config.xml docs/raidfile.conf.xml docs/docbook/raidfile.conf.xml docs/html docs/docbook/html docs/html/images docs/docbook/html/images +RUN svn revert docs/Makefile TODO.txt BUGS.txt contrib NO-LICENSE-IN-DIR contrib/debian +NO-LICENSE-IN-DIR contrib/mac_osx NO-LICENSE-IN-DIR contrib/redhat NO-LICENSE-IN-DIR contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec -- cgit v1.2.3 From c1914056918f3cf413a413fe71be9b85a3b7c4ce Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 27 Mar 2009 23:42:20 +0000 Subject: Fix patching of ExceptionCodes.txt to actually work on Linux, where sed -i can't have an empty argument. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 972432d0..4877e9b9 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -29,7 +29,7 @@ docs/box-html/instguide docs/htmlguide/instguide docs/box-html/man-html docs/htmlguide/manpages docs/man MKDIR docs/docbook -RUN cd docs; sed -i "" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile +RUN cd docs; sed -i -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile docs/Makefile docs/docbook/Makefile docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml docs/adminguide.xml docs/docbook/adminguide.xml -- cgit v1.2.3 From 5ca3021ed632ff92d0d93d34ef2b75bdfd956d38 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Mar 2009 00:21:14 +0000 Subject: Put the sed -i parameter back, but without the space, to make both linux and bsd happy. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 4877e9b9..7afa2548 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -29,7 +29,7 @@ docs/box-html/instguide docs/htmlguide/instguide docs/box-html/man-html docs/htmlguide/manpages docs/man MKDIR docs/docbook -RUN cd docs; sed -i -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile +RUN cd docs; sed -i"" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile docs/Makefile docs/docbook/Makefile docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml docs/adminguide.xml docs/docbook/adminguide.xml -- cgit v1.2.3 From 35e48b188329bf1048dfe154247b3259441de29f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Mar 2009 12:25:05 +0000 Subject: Reorganise docs in trunk to match distribution layout, which is cleaner, and makes Makefile work on distributions and trunk equally. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 64 ++++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 7afa2548..228b29b8 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -19,39 +19,39 @@ test/backupstorepatch test/bbackupd test/bbackupd/testfiles test/backupdiff -docs/api-docs/raidfile docs/api-notes -docs/api-docs/raidfile/lib_raidfile docs/api-notes/lib_raidfile -docs/api-docs/backup docs/api-notes -docs/box-html docs/htmlguide -docs/box-html/adminguide docs/htmlguide/adminguide -docs/box-html/images docs/htmlguide/images -docs/box-html/instguide docs/htmlguide/instguide -docs/box-html/man-html docs/htmlguide/manpages +docs/Makefile +docs/tools +docs/api-notes +docs/api-notes/lib_raidfile +docs/htmlguide +docs/htmlguide/adminguide +docs/htmlguide/images +docs/htmlguide/instguide +docs/htmlguide/manpages docs/man -MKDIR docs/docbook -RUN cd docs; sed -i"" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile -docs/Makefile docs/docbook/Makefile -docs/ExceptionCodes.xml docs/docbook/ExceptionCodes.xml -docs/adminguide.xml docs/docbook/adminguide.xml -docs/bb-book.xsl docs/docbook/bb-book.xsl -docs/bb-man.xsl.tmpl docs/docbook/bb-man.xsl.tmpl -docs/bb-nochunk-book.xsl docs/docbook/bb-nochunk-book.xsl -docs/bbackupctl.xml docs/docbook/bbackupctl.xml -docs/bbackupd-config.xml docs/docbook/bbackupd-config.xml -docs/bbackupd.conf.xml docs/docbook/bbackupd.conf.xml -docs/bbackupd.xml docs/docbook/bbackupd.xml -docs/bbackupquery.xml docs/docbook/bbackupquery.xml -docs/bbstoreaccounts.xml docs/docbook/bbstoreaccounts.xml -docs/bbstored-certs.xml docs/docbook/bbstored-certs.xml -docs/bbstored-config.xml docs/docbook/bbstored-config.xml -docs/bbstored.conf.xml docs/docbook/bbstored.conf.xml -docs/bbstored.xml docs/docbook/bbstored.xml -docs/instguide.xml docs/docbook/instguide.xml -docs/raidfile-config.xml docs/docbook/raidfile-config.xml -docs/raidfile.conf.xml docs/docbook/raidfile.conf.xml -docs/html docs/docbook/html -docs/html/images docs/docbook/html/images -RUN svn revert docs/Makefile +# RUN cd docs; sed -i"" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile +docs/docbook/Makefile +docs/docbook/ExceptionCodes.xml +docs/docbook/adminguide.xml +docs/docbook/bb-book.xsl +docs/docbook/bb-man.xsl.tmpl +docs/docbook/bb-nochunk-book.xsl +docs/docbook/bbackupctl.xml +docs/docbook/bbackupd-config.xml +docs/docbook/bbackupd.conf.xml +docs/docbook/bbackupd.xml +docs/docbook/bbackupquery.xml +docs/docbook/bbstoreaccounts.xml +docs/docbook/bbstored-certs.xml +docs/docbook/bbstored-config.xml +docs/docbook/bbstored.conf.xml +docs/docbook/bbstored.xml +docs/docbook/instguide.xml +docs/docbook/raidfile-config.xml +docs/docbook/raidfile.conf.xml +docs/docbook/html +docs/docbook/html/images +# RUN svn revert docs/Makefile TODO.txt BUGS.txt contrib -- cgit v1.2.3 From b2abfe947ca6488feafae104d2aef280a900c951 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Mar 2009 14:04:47 +0000 Subject: Preserve timestamps when doing a binary copy to make a distribution, so that the built gzipped man pages are still newer than the XML source. Make NO-LICENSE also copy the file, to avoid redundancy in manifests. Fix location of API docs. Create docs/docbook directory to avoid error in making distribution. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 228b29b8..2147e6e3 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -22,15 +22,14 @@ test/backupdiff docs/Makefile docs/tools docs/api-notes -docs/api-notes/lib_raidfile +docs/api-notes/raidfile/lib_raidfile docs/htmlguide docs/htmlguide/adminguide docs/htmlguide/images docs/htmlguide/instguide docs/htmlguide/manpages docs/man -# RUN cd docs; sed -i"" -e '/^ExceptionCodes/,/^$/s/\(.*\)/# &/' Makefile -docs/docbook/Makefile +MKDIR docs/docbook docs/docbook/ExceptionCodes.xml docs/docbook/adminguide.xml docs/docbook/bb-book.xsl @@ -51,7 +50,6 @@ docs/docbook/raidfile-config.xml docs/docbook/raidfile.conf.xml docs/docbook/html docs/docbook/html/images -# RUN svn revert docs/Makefile TODO.txt BUGS.txt contrib -- cgit v1.2.3 From 53e795b8e8481c951fa06fa26188309938029151 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 14 Sep 2009 20:55:40 +0000 Subject: Update distribution manifest to fix errors with documentation files. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 2147e6e3..4c88a7ff 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -21,8 +21,8 @@ test/bbackupd/testfiles test/backupdiff docs/Makefile docs/tools -docs/api-notes -docs/api-notes/raidfile/lib_raidfile +docs/api-notes/raidfile +docs/api-notes/raidfile/lib_raidfile.txt docs/htmlguide docs/htmlguide/adminguide docs/htmlguide/images @@ -33,7 +33,7 @@ MKDIR docs/docbook docs/docbook/ExceptionCodes.xml docs/docbook/adminguide.xml docs/docbook/bb-book.xsl -docs/docbook/bb-man.xsl.tmpl +docs/docbook/bb-man.xsl docs/docbook/bb-nochunk-book.xsl docs/docbook/bbackupctl.xml docs/docbook/bbackupd-config.xml -- cgit v1.2.3 From 5db381f9dd6f6c6b2fa67fabfdfb9dc62b583a78 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 22:57:54 +0000 Subject: Fix missing docs/xsl-generic directory in releases, thanks to Nick Suckling. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 4c88a7ff..cbd18d57 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -50,6 +50,7 @@ docs/docbook/raidfile-config.xml docs/docbook/raidfile.conf.xml docs/docbook/html docs/docbook/html/images +docs/xsl-generic TODO.txt BUGS.txt contrib -- cgit v1.2.3 From 87b4753a1e6366e169a13956f3aaba71df248bf4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 23:11:33 +0000 Subject: Add remaining missing docs/xsl-generic subdirs. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index cbd18d57..3bc201fb 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -51,6 +51,11 @@ docs/docbook/raidfile.conf.xml docs/docbook/html docs/docbook/html/images docs/xsl-generic +docs/xsl-generic/manpages +docs/xsl-generic/lib +docs/xsl-generic/common +docs/xsl-generic/html +docs/xsl-generic/highlighting TODO.txt BUGS.txt contrib -- cgit v1.2.3 From 45c329f2b3e10bfc475def176a42cec49ce3ea3f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 23:17:11 +0000 Subject: Add missing docs/html/images directory. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 3bc201fb..a369be63 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -23,6 +23,8 @@ docs/Makefile docs/tools docs/api-notes/raidfile docs/api-notes/raidfile/lib_raidfile.txt +docs/html +docs/html/images docs/htmlguide docs/htmlguide/adminguide docs/htmlguide/images -- cgit v1.2.3 From 63d00d2baceaf2349f9e8d12ef99861acdd0c332 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 23:25:33 +0000 Subject: Add more missing documentation to distribution manifests. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index a369be63..bcf1ce68 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -4,6 +4,7 @@ test/raidfile test/raidfile/testfiles lib/backupclient lib/backupstore +lib/httpserver bin/bbstored bin/bbstoreaccounts bin/bbackupd @@ -19,8 +20,11 @@ test/backupstorepatch test/bbackupd test/bbackupd/testfiles test/backupdiff +test/httpserver docs/Makefile docs/tools +docs/api-notes +docs/api-notes/backup docs/api-notes/raidfile docs/api-notes/raidfile/lib_raidfile.txt docs/html -- cgit v1.2.3 From 349dbd7d2d357b58b77156154940b8a50bb7f756 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 23:38:39 +0000 Subject: Fix wrong name of html manual directory. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index bcf1ce68..f6d9b139 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -33,7 +33,7 @@ docs/htmlguide docs/htmlguide/adminguide docs/htmlguide/images docs/htmlguide/instguide -docs/htmlguide/manpages +docs/htmlguide/man-html docs/man MKDIR docs/docbook docs/docbook/ExceptionCodes.xml -- cgit v1.2.3 From ecf6eb6278983c5831712d56bfa7cc58ef42571a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 21 Sep 2009 23:42:01 +0000 Subject: Remove reference to missing file TODO.txt --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index f6d9b139..4224855e 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -62,7 +62,6 @@ docs/xsl-generic/lib docs/xsl-generic/common docs/xsl-generic/html docs/xsl-generic/highlighting -TODO.txt BUGS.txt contrib NO-LICENSE-IN-DIR contrib/debian -- cgit v1.2.3 From a983f7ce6368d2052d14e4b26fdcd388e42f19a5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 23 Jan 2010 17:11:24 +0000 Subject: Switch license to GPL for backup parts, and dual GPL/BSD for common parts, as discussed and agreed in this thread: http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 44 +++++++++++++++--------- 1 file changed, 27 insertions(+), 17 deletions(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 4224855e..17e3ea8c 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -1,10 +1,16 @@ +LICENSE-GPL.txt + +LICENSE DUAL lib/intercept lib/raidfile +lib/httpserver test/raidfile test/raidfile/testfiles +test/httpserver + +LICENSE GPL lib/backupclient lib/backupstore -lib/httpserver bin/bbstored bin/bbstoreaccounts bin/bbackupd @@ -20,15 +26,18 @@ test/backupstorepatch test/bbackupd test/bbackupd/testfiles test/backupdiff -test/httpserver docs/Makefile docs/tools + +LICENSE DUAL docs/api-notes -docs/api-notes/backup docs/api-notes/raidfile docs/api-notes/raidfile/lib_raidfile.txt -docs/html -docs/html/images + +LICENSE GPL +docs/api-notes/backup + +docs/images docs/htmlguide docs/htmlguide/adminguide docs/htmlguide/images @@ -64,17 +73,18 @@ docs/xsl-generic/html docs/xsl-generic/highlighting BUGS.txt contrib -NO-LICENSE-IN-DIR contrib/debian -NO-LICENSE-IN-DIR contrib/mac_osx -NO-LICENSE-IN-DIR contrib/redhat -NO-LICENSE-IN-DIR contrib/rpm + +contrib/debian +contrib/mac_osx +contrib/redhat +contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec -NO-LICENSE-IN-DIR contrib/solaris -NO-LICENSE-IN-DIR contrib/suse -NO-LICENSE-IN-DIR contrib/bbreporter -NO-LICENSE-IN-DIR contrib/windows -NO-LICENSE-IN-DIR contrib/windows/installer -NO-LICENSE-IN-DIR contrib/windows/installer/tools +contrib/solaris +contrib/suse +contrib/bbreporter +contrib/windows +contrib/windows/installer +contrib/windows/installer/tools infrastructure/msvc -NO-LICENSE-IN-DIR infrastructure/msvc/2003 -NO-LICENSE-IN-DIR infrastructure/msvc/2005 +infrastructure/msvc/2003 +infrastructure/msvc/2005 -- cgit v1.2.3 From e33132bec159ba16da0335a476f60ee2d71f15e0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 9 Mar 2010 22:54:05 +0000 Subject: Remove obsolete cygwin directory. Update distribution manifests to fix missing files. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 17e3ea8c..7f2c26b1 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -18,6 +18,7 @@ bin/bbackupd/win32 bin/bbackupquery bin/bbackupctl bin/bbackupobjdump +bin/s3simulator test/backupstore test/backupstore/testfiles test/backupstorefix @@ -74,6 +75,8 @@ docs/xsl-generic/highlighting BUGS.txt contrib +contrib/bbadmin +contrib/bbreporter contrib/debian contrib/mac_osx contrib/redhat @@ -81,10 +84,10 @@ contrib/rpm REPLACE-VERSION-IN contrib/rpm/boxbackup.spec contrib/solaris contrib/suse -contrib/bbreporter contrib/windows contrib/windows/installer contrib/windows/installer/tools + infrastructure/msvc infrastructure/msvc/2003 infrastructure/msvc/2005 -- cgit v1.2.3 From fbee92512d59ab16277de1f3a67035fae8569197 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Sun, 21 Aug 2011 10:20:08 +0000 Subject: Include qdbm/ in distribution manifest. --- distribution/boxbackup/DISTRIBUTION-MANIFEST.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'distribution/boxbackup/DISTRIBUTION-MANIFEST.txt') diff --git a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt index 7f2c26b1..70a3a7bc 100644 --- a/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt +++ b/distribution/boxbackup/DISTRIBUTION-MANIFEST.txt @@ -1,4 +1,5 @@ LICENSE-GPL.txt +qdbm LICENSE DUAL lib/intercept -- cgit v1.2.3