Compare commits
44 Commits
debian/1.1
...
32ff6039c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32ff6039c2 | ||
|
|
f7be78a579 | ||
|
|
ed0f660945 | ||
|
|
c1535db241 | ||
|
|
287eac6332 | ||
|
|
414c6083f6 | ||
|
|
abe65e2495 | ||
|
|
6cb6023b77 | ||
|
|
a34b1b739f | ||
|
|
2f7f9258c9 | ||
|
|
55267dc242 | ||
|
|
fd6ec4b71f | ||
|
|
17f2529035 | ||
|
|
46f311fdd8 | ||
|
|
e4788c1b95 | ||
|
|
7eac6d00cd | ||
|
|
0c6d0edd6f | ||
|
|
2680833109 | ||
|
|
34660e7bdc | ||
|
|
57150fc0ed | ||
|
|
a7a6ca9d51 | ||
|
|
f59a510dc4 | ||
|
|
4e39bb47d2 | ||
|
|
5ec4fc0d65 | ||
|
|
557e9776cb | ||
|
|
17f39809b6 | ||
|
|
772fb3f041 | ||
|
|
679a1d437c | ||
|
|
5436c6002b | ||
|
|
0005051e42 | ||
|
|
13c53322fa | ||
|
|
c6d8ecd808 | ||
|
|
02667637b0 | ||
|
|
4b5c6ba941 | ||
|
|
f995d389ab | ||
|
|
584b77a58d | ||
|
|
8829dd62f2 | ||
|
|
1a31564dc9 | ||
|
|
b262142f9c | ||
|
|
7baa51208b | ||
|
|
a37b3cf72f | ||
|
|
e4ee383570 | ||
|
|
ce5a61e28b | ||
|
|
a3e3eb7c48 |
2411
1.19.04_StorCLI.txt
2411
1.19.04_StorCLI.txt
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -21,7 +21,7 @@ while IFS=! read type app version outputfile url md5
|
||||
do
|
||||
echo "Downloading $app Version: $version"
|
||||
#use -O for output file. define $outputfile yourself
|
||||
wget --no-check-certificate --tries=1 -O $DIR/../$outputfile --timeout=5 "$url"
|
||||
wget -c --no-check-certificate --tries=1 -O $DIR/../$outputfile --timeout=5 "$url"
|
||||
# use $(..) instead of backticks.
|
||||
calculated_md5=$(md5sum "$DIR/../$outputfile" | cut -f 1 -d " ")
|
||||
# compare md5
|
||||
@@ -42,12 +42,16 @@ do
|
||||
mkdir -p $WORK_DIR/${type}
|
||||
pushd $WORK_DIR/${type}
|
||||
unzip $DIR/../$outputfile
|
||||
unzip *.zip
|
||||
popd
|
||||
mkdir -p $WORK_DIR/${app}-${version}/${type}
|
||||
dos2unix $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt
|
||||
dos2unix $WORK_DIR/${type}/*.txt
|
||||
mv $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt $WORK_DIR/${app}-${version}
|
||||
mv $WORK_DIR/${type}/*.txt $WORK_DIR/${app}-${version}
|
||||
pushd $WORK_DIR/${app}-${version}/${type}
|
||||
rpm2cpio $WORK_DIR/${type}/storcli_all_os/Linux/*.rpm | cpio -idmv
|
||||
rpm2cpio $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/Linux/*.rpm | cpio -idmv
|
||||
rpm2cpio $WORK_DIR/${type}/Linux/*.rpm | cpio -idmv
|
||||
case "${type}" in
|
||||
"amd64" )
|
||||
rm -f opt/MegaRAID/storcli/storcli
|
||||
@@ -76,6 +80,8 @@ popd
|
||||
|
||||
VER=`cat $WORK_DIR/version.txt`
|
||||
echo "Importing $DIR/../$FILENAME as $VER into git"
|
||||
#exit 1
|
||||
|
||||
cleanup
|
||||
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
||||
|
||||
|
||||
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -1,10 +1,15 @@
|
||||
storcli (1.19.4.1) UNRELEASED; urgency=medium
|
||||
storcli (7.1108.0.0.1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Rebuild for all Distros
|
||||
* import
|
||||
* Imported Upstream version 1.19.04
|
||||
* correct typo
|
||||
* Bump to newest version
|
||||
* new version
|
||||
* Bump to new version
|
||||
* Bump to new upstream
|
||||
|
||||
-- Mario Fetka <mario@localhost.localdomain> Thu, 26 May 2016 18:59:59 +0200
|
||||
-- Mario Fetka <mario.fetka@gmail.com> Thu, 28 Feb 2019 13:20:43 +0100
|
||||
|
||||
storcli (1.07.14-1) unstable; urgency=medium
|
||||
|
||||
|
||||
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
5
|
||||
7
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -10,7 +10,7 @@ Package: storcli
|
||||
Provides: storclisas
|
||||
Replaces: storclisas
|
||||
Conflicts: storclisas
|
||||
Architecture: i386 amd64
|
||||
Architecture: amd64 i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: LSI Logic MegaRAID SAS MegaCLI
|
||||
Tool to read and setup LSI Logic MegaRAID SAS HW RAID HBAs.
|
||||
|
||||
2
debian/dirs
vendored
2
debian/dirs
vendored
@@ -1,2 +1,2 @@
|
||||
usr/lib/megacli
|
||||
usr/lib/storcli
|
||||
usr/sbin
|
||||
|
||||
1
debian/docs
vendored
1
debian/docs
vendored
@@ -1 +1,2 @@
|
||||
debian/user_guide.pdf
|
||||
*.txt
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -31,7 +31,7 @@ binary-indep:
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs 1.19.04_StorCLI.txt
|
||||
# dh_installchangelogs 1.19.04_StorCLI.txt
|
||||
dh_installdocs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
amd64!storcli!1.19.4.1!1.19.04_StorCLI.zip!http://docs.avagotech.com/docs-and-downloads/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.19.04_StorCLI.zip!b2d227422d63e7954332aa81f5a5e1a2
|
||||
i386!storcli!1.19.4.1!1.19.04_StorCLI.zip!http://docs.avagotech.com/docs-and-downloads/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.19.04_StorCLI.zip!b2d227422d63e7954332aa81f5a5e1a2
|
||||
amd64!storcli!7.3404.0.0.1!STORCLI_SAS3.5_P35.zip!https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/STORCLI_SAS3.5_P35.zip!eaffa7aa31118d1f364311113b27572d
|
||||
i386!storcli!7.3404.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user