From 20064026fe6167086b418032a077d627600e19b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Dec 2011 09:29:59 +0200 Subject: [PATCH] package-list.sh --- package-list.sh | 9 +++++++++ scripts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 package-list.sh diff --git a/package-list.sh b/package-list.sh new file mode 100644 index 000000000..50af91d57 --- /dev/null +++ b/package-list.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +pkgs=( ./pool + ./persistent + ./persistent-template + ./persistent-sqlite + ./persistent-postgresql + ./persistent-mongoDB ) + diff --git a/scripts b/scripts index 738164978..713588bcf 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 73816497884999c0bfcf999c1c786bb057a1a7ca +Subproject commit 713588bcf3526aad8a809215fb34c314334a5ffd