summaryrefslogtreecommitdiff
path: root/construct.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 14:44:30 +0000
commitdb42276c66e5ecc186991f992c2f38776b4be771 (patch)
treee26e63b5ff09bab9aff2a5ddea96cd619aa123a1 /construct.sh
parent81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (diff)
Added a few more core packages and moved chroot into /usr/sbin.
git-svn-id: http://svn.telesphoreo.org/trunk@6 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'construct.sh')
-rwxr-xr-xconstruct.sh15
1 files changed, 12 insertions, 3 deletions
diff --git a/construct.sh b/construct.sh
index 39aaa1dbf..7b5c20205 100755
--- a/construct.sh
+++ b/construct.sh
@@ -14,24 +14,33 @@ rm -rf "${PKG_REPO}/debs"
cp -a debs "${PKG_REPO}"
cd "${PKG_REPO}/dists/tangelo"
+cat >main/binary-darwin-arm/Release <<EOF
+Archive: stable
+Version: 1.0r5
+Component: main
+Origin: saurik
+Label: Telesphoreo
+Architecture: darwin-arm
+EOF
+
{
cat <<EOF
Origin: saurik
Label: Telesphoreo
Suite: stable
-Version: 1.0r4
+Version: 1.0r5
Codename: tangelo
Architectures: darwin-arm
Components: main
-Description: Telesphoreo Tangelo 1.0r4
+Description: Telesphoreo Tangelo 1.0r5
MD5Sum:
EOF
find */* -type f | while read -r line; do
- echo a 1>&2
echo " $(md5sum "${line}" | cut -d ' ' -f 1) $(du -b "${line}" | cut -d $'\t' -f 1) ${line}"
done
} >"Release"
+rm -f Release.gpg
gpg -abs -o Release.gpg Release