summaryrefslogtreecommitdiff
path: root/packaging/getpatches
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 16:03:53 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 16:03:53 -0700
commit2ce5ae845f6bf36d90ee82cc9bac58f6210ca024 (patch)
tree88015655b1d4886e35d9cd8de9f80e8e0cb0c857 /packaging/getpatches
parentace5d4cdb3f4994fcbafb2a906c62f935d7f3143 (diff)
downloaddb4-2ce5ae845f6bf36d90ee82cc9bac58f6210ca024.tar.gz
db4-2ce5ae845f6bf36d90ee82cc9bac58f6210ca024.tar.bz2
db4-2ce5ae845f6bf36d90ee82cc9bac58f6210ca024.zip
add packaging
Diffstat (limited to 'packaging/getpatches')
-rw-r--r--packaging/getpatches10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/getpatches b/packaging/getpatches
new file mode 100644
index 00000000..4cee227e
--- /dev/null
+++ b/packaging/getpatches
@@ -0,0 +1,10 @@
+#!/bin/bash
+VERSION=4.8.30
+
+if [ ! $DELETE = false ]
+then
+ DELETE=true
+fi
+
+wget http://www.oracle.com/technology/products/berkeley-db/db/update/$VERSION/patch.$VERSION.html -r -l1
+for file in `find www.oracle.com/ -name "patch\.*" | grep -v html`; do cp $file .; done