Compare commits
10 Commits
debian/1.1
...
debian/1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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,13 @@ do
|
||||
mkdir -p $WORK_DIR/${type}
|
||||
pushd $WORK_DIR/${type}
|
||||
unzip $DIR/../$outputfile
|
||||
unzip versionChangeSet/univ_viva_cli_rel/storcli_All_OS.zip
|
||||
popd
|
||||
mkdir -p $WORK_DIR/${app}-${version}/${type}
|
||||
dos2unix $WORK_DIR/${type}/*.txt
|
||||
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_All_OS/Linux/*.rpm | cpio -idmv
|
||||
case "${type}" in
|
||||
"amd64" )
|
||||
rm -f opt/MegaRAID/storcli/storcli
|
||||
@@ -76,6 +77,7 @@ 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
|
||||
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,10 +1,13 @@
|
||||
storcli (1.19.4.1) UNRELEASED; urgency=medium
|
||||
storcli (1.21.16) UNRELEASED; urgency=medium
|
||||
|
||||
* Rebuild for all Distros
|
||||
* import
|
||||
* Imported Upstream version 1.19.04
|
||||
*
|
||||
* correct typo
|
||||
* Bump to newest version
|
||||
|
||||
-- Mario Fetka <mario@localhost.localdomain> Thu, 26 May 2016 18:59:59 +0200
|
||||
-- Mario Fetka <mario.fetka@gmail.com> Tue, 18 Apr 2017 14:15:36 +0200
|
||||
|
||||
storcli (1.07.14-1) unstable; urgency=medium
|
||||
|
||||
|
||||
2
debian/dirs
vendored
2
debian/dirs
vendored
@@ -1,2 +1,2 @@
|
||||
usr/lib/megacli
|
||||
usr/lib/storcli
|
||||
usr/sbin
|
||||
|
||||
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!1.21.16!1.21.16_StorCLI.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.21.16_StorCLI.zip!c2689d7b1975c28474df13e07d0909a2
|
||||
i386!storcli!1.21.16!1.21.16_StorCLI.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.21.16_StorCLI.zip!c2689d7b1975c28474df13e07d0909a2
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user