]> git.saurik.com Git - cydia.git/commitdiff
Reconfigure for chatty internal release.
authorJay Freeman (saurik) <saurik@saurk.com>
Wed, 25 Feb 2009 11:27:37 +0000 (11:27 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:09:49 +0000 (07:09 +0000)
Cydia.app/package.js
Cydia.mm

index 1f4939cb0fcf27bdf67b5d169fb04e08f07c1ed1..c3b361c8c99ef0d7488aed06adb0045f817ec016 100644 (file)
@@ -63,7 +63,7 @@ $(function () {
     $("#name").html(name);
     space("#latest", package.latest, 96);
 
-    $.xhr(cache(api + 'package/' + idc), 'GET', {}, null, {
+    $.xhr((api + 'package_/' + idc), 'GET', {}, null, {
         success: function (value) {
             value = eval(value);
 
index b62fc4a0e102d4a1bfc333e8ded1eb1f84f2ca7f..2860ce042d311a6221c8136c69a8652e3d801130 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -381,7 +381,7 @@ extern NSString * const kCAFilterNearest;
 
 #define lprintf(args...) fprintf(stderr, args)
 
-#define ForRelease 0
+#define ForRelease 1
 #define ForSaurik (1 && !ForRelease)
 #define ShowInternals (1 && !ForRelease)
 #define IgnoreInstall (0 && !ForRelease)
@@ -6531,7 +6531,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
     // XXX: what is this line of code for?
     if ([packages count] == 0);
-    else if (Loaded_) loaded:
+    else if (Loaded_ || ForSaurik) loaded:
         [self _loaded];
     else {
         Loaded_ = YES;