summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-12 23:45:27 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-12 23:45:27 +0200
commit22c58c34d9b19fcbead4e9b6edfdf7012166a980 (patch)
tree4f8ce6a3fe9501284acde703f24842bd464c5f95
parenta88dfd844d01ccdf2e42cb19f705c54e16edbfd4 (diff)
ship example blobs in tarballv0.9
-rw-r--r--Makefile.am14
-rw-r--r--blob-examples/Maxtor_96147H8--BAC51KJ0 (renamed from blob-examples/Maxtor 96147H8--BAC51KJ0)bin1572 -> 1572 bytes
-rw-r--r--blob-examples/README6
-rw-r--r--blob-examples/SAMSUNG_HD501LJ--CR100-12 (renamed from blob-examples/SAMSUNG HD501LJ--CR100-12)bin1572 -> 1572 bytes
-rw-r--r--blob-examples/WDC_WD2500JB--00REA0-20.00K20 (renamed from blob-examples/WDC WD2500JB--00REA0-20.00K20)bin1560 -> 1560 bytes
-rw-r--r--blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 (renamed from blob-examples/WDC WD5000AAKS--00TMA0-12.01C01)bin1572 -> 1572 bytes
6 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f76414a..c9ef12c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,19 @@
# License along with libatasmart. If not, If not, see
# <http://www.gnu.org/licenses/>.
-EXTRA_DIST = bootstrap.sh LGPL README atasmart.vapi atasmart.c
+EXTRA_DIST = \
+ bootstrap.sh \
+ LGPL \
+ README \
+ atasmart.vapi \
+ atasmart.c \
+ blob-examples/README \
+ blob-examples/Maxtor_96147H8--BAC51KJ0 \
+ blob-examples/SAMSUNG_HD501LJ--CR100-12 \
+ blob-examples/ST320410A--3.39 \
+ blob-examples/WDC_WD2500JB--00REA0-20.00K20 \
+ blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01
+
SUBDIRS =
CLEANFILES = atasmart.strpool.c
diff --git a/blob-examples/Maxtor 96147H8--BAC51KJ0 b/blob-examples/Maxtor_96147H8--BAC51KJ0
index 29f78f2..29f78f2 100644
--- a/blob-examples/Maxtor 96147H8--BAC51KJ0
+++ b/blob-examples/Maxtor_96147H8--BAC51KJ0
Binary files differ
diff --git a/blob-examples/README b/blob-examples/README
index f9bd6bc..f6c5b23 100644
--- a/blob-examples/README
+++ b/blob-examples/README
@@ -1,3 +1,7 @@
This directory contains SMART data of bad drives for testing purposes.
Generated with "skdump --save". File name should follow the format
-"MODEL--FIRMWARE".
+"MODEL--FIRMWARE". Also, replace spaces by underscores ('_') so that
+these files can be handled properly by automake.
+
+If you add another snapshot here, make sure to edit ../Makefile.am so
+that it is included in the tarball.
diff --git a/blob-examples/SAMSUNG HD501LJ--CR100-12 b/blob-examples/SAMSUNG_HD501LJ--CR100-12
index 64b0cac..64b0cac 100644
--- a/blob-examples/SAMSUNG HD501LJ--CR100-12
+++ b/blob-examples/SAMSUNG_HD501LJ--CR100-12
Binary files differ
diff --git a/blob-examples/WDC WD2500JB--00REA0-20.00K20 b/blob-examples/WDC_WD2500JB--00REA0-20.00K20
index 42db2c1..42db2c1 100644
--- a/blob-examples/WDC WD2500JB--00REA0-20.00K20
+++ b/blob-examples/WDC_WD2500JB--00REA0-20.00K20
Binary files differ
diff --git a/blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 b/blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01
index 766cbdd..766cbdd 100644
--- a/blob-examples/WDC WD5000AAKS--00TMA0-12.01C01
+++ b/blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01
Binary files differ