summaryrefslogtreecommitdiff
path: root/construct.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
commit7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch)
tree9565d87578116d8cdb2d1577085bd6e9f3f04853 /construct.sh
parent0673535c576267adb537935c02917a526166442d (diff)
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'construct.sh')
-rwxr-xr-xconstruct.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/construct.sh b/construct.sh
index 7b5c20205..bd0c5dfe0 100755
--- a/construct.sh
+++ b/construct.sh
@@ -14,9 +14,11 @@ rm -rf "${PKG_REPO}/debs"
cp -a debs "${PKG_REPO}"
cd "${PKG_REPO}/dists/tangelo"
+export PKG_RVSN=8
+
cat >main/binary-darwin-arm/Release <<EOF
Archive: stable
-Version: 1.0r5
+Version: 1.0r${PKG_RVSN}
Component: main
Origin: saurik
Label: Telesphoreo
@@ -28,11 +30,11 @@ EOF
Origin: saurik
Label: Telesphoreo
Suite: stable
-Version: 1.0r5
+Version: 1.0r${PKG_RVSN}
Codename: tangelo
Architectures: darwin-arm
Components: main
-Description: Telesphoreo Tangelo 1.0r5
+Description: Telesphoreo Tangelo 1.0r${PKG_RVSN}
MD5Sum:
EOF