summaryrefslogtreecommitdiff
path: root/parcels.txt
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
committerReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
commitaa2943800f9c00823720af98da036813ebf5cd2c (patch)
tree099cc0264d32a36ab89aa3f48cbf34612c3cd225 /parcels.txt
initial commit
Diffstat (limited to 'parcels.txt')
-rw-r--r--parcels.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/parcels.txt b/parcels.txt
new file mode 100644
index 00000000..13328e55
--- /dev/null
+++ b/parcels.txt
@@ -0,0 +1,31 @@
+
+# this file describes which binaries and scripts go to make
+# up a parcel -- a group of files and scripts needed to perform
+# a particular task
+
+backup-client
+ bin bbackupd
+ bin bbackupquery
+ bin bbackupctl
+ script bin/bbackupd/bbackupd-config
+
+ONLY:mingw32
+ script bin/bbackupd/win32/installer.iss
+ script bin/bbackupd/win32/ReadMe.txt
+ script bin/bbackupd/win32/bbackupd.conf
+ script /bin/mgwz.dll
+ script /bin/mingwm10.dll
+ optional script /bin/pcreposix.dll
+END-ONLY
+
+OMIT:mingw32
+OMIT:CYGWIN
+
+backup-server
+ bin bbstored
+ bin bbstoreaccounts
+ script bin/bbstored/bbstored-certs
+ script bin/bbstored/bbstored-config
+ script lib/raidfile/raidfile-config
+
+END-OMIT