From 22c58c34d9b19fcbead4e9b6edfdf7012166a980 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Apr 2009 23:45:27 +0200 Subject: ship example blobs in tarball --- Makefile.am | 14 +++++++++++++- blob-examples/Maxtor 96147H8--BAC51KJ0 | Bin 1572 -> 0 bytes blob-examples/Maxtor_96147H8--BAC51KJ0 | Bin 0 -> 1572 bytes blob-examples/README | 6 +++++- blob-examples/SAMSUNG HD501LJ--CR100-12 | Bin 1572 -> 0 bytes blob-examples/SAMSUNG_HD501LJ--CR100-12 | Bin 0 -> 1572 bytes blob-examples/WDC WD2500JB--00REA0-20.00K20 | Bin 1560 -> 0 bytes blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 | Bin 1572 -> 0 bytes blob-examples/WDC_WD2500JB--00REA0-20.00K20 | Bin 0 -> 1560 bytes blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 | Bin 0 -> 1572 bytes 10 files changed, 18 insertions(+), 2 deletions(-) delete mode 100644 blob-examples/Maxtor 96147H8--BAC51KJ0 create mode 100644 blob-examples/Maxtor_96147H8--BAC51KJ0 delete mode 100644 blob-examples/SAMSUNG HD501LJ--CR100-12 create mode 100644 blob-examples/SAMSUNG_HD501LJ--CR100-12 delete mode 100644 blob-examples/WDC WD2500JB--00REA0-20.00K20 delete mode 100644 blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 create mode 100644 blob-examples/WDC_WD2500JB--00REA0-20.00K20 create mode 100644 blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 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 # . -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 deleted file mode 100644 index 29f78f2..0000000 Binary files a/blob-examples/Maxtor 96147H8--BAC51KJ0 and /dev/null differ diff --git a/blob-examples/Maxtor_96147H8--BAC51KJ0 b/blob-examples/Maxtor_96147H8--BAC51KJ0 new file mode 100644 index 0000000..29f78f2 Binary files /dev/null and b/blob-examples/Maxtor_96147H8--BAC51KJ0 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 deleted file mode 100644 index 64b0cac..0000000 Binary files a/blob-examples/SAMSUNG HD501LJ--CR100-12 and /dev/null differ diff --git a/blob-examples/SAMSUNG_HD501LJ--CR100-12 b/blob-examples/SAMSUNG_HD501LJ--CR100-12 new file mode 100644 index 0000000..64b0cac Binary files /dev/null and b/blob-examples/SAMSUNG_HD501LJ--CR100-12 differ diff --git a/blob-examples/WDC WD2500JB--00REA0-20.00K20 b/blob-examples/WDC WD2500JB--00REA0-20.00K20 deleted file mode 100644 index 42db2c1..0000000 Binary files a/blob-examples/WDC WD2500JB--00REA0-20.00K20 and /dev/null differ diff --git a/blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 b/blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 deleted file mode 100644 index 766cbdd..0000000 Binary files a/blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 and /dev/null differ diff --git a/blob-examples/WDC_WD2500JB--00REA0-20.00K20 b/blob-examples/WDC_WD2500JB--00REA0-20.00K20 new file mode 100644 index 0000000..42db2c1 Binary files /dev/null and b/blob-examples/WDC_WD2500JB--00REA0-20.00K20 differ diff --git a/blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 b/blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 new file mode 100644 index 0000000..766cbdd Binary files /dev/null and b/blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 differ -- cgit