[maemo-commits] [maemo-commits] r15871 - in projects/haf/branches/apt/0.7.6maemo2-truetesting: debian methods

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 13 13:15:26 EEST 2008
Author: atdomoko
Date: 2008-08-13 13:15:24 +0300 (Wed, 13 Aug 2008)
New Revision: 15871

Modified:
   projects/haf/branches/apt/0.7.6maemo2-truetesting/debian/changelog
   projects/haf/branches/apt/0.7.6maemo2-truetesting/methods/http.cc
Log:
Created truetesting branch + modified changelog accordingly + changed the password

Modified: projects/haf/branches/apt/0.7.6maemo2-truetesting/debian/changelog
===================================================================
--- projects/haf/branches/apt/0.7.6maemo2-truetesting/debian/changelog	2008-08-13 10:10:13 UTC (rev 15870)
+++ projects/haf/branches/apt/0.7.6maemo2-truetesting/debian/changelog	2008-08-13 10:15:24 UTC (rev 15871)
@@ -1,3 +1,10 @@
+apt (0.7.6maemo2-truetest) unstable; urgency=low
+
+  * Branched version from tagged, cause password change
+    for truetesting purposes.
+
+ -- Lauri Jakku <ext-lauri.jakku at nokia.com>  Wed, 13 Aug 2008 13:6:13 +0200
+
 apt (0.7.6maemo2) unstable; urgency=low
 
   * Updated http-tablet-identification.patch: Get product hardware id from

Modified: projects/haf/branches/apt/0.7.6maemo2-truetesting/methods/http.cc
===================================================================
--- projects/haf/branches/apt/0.7.6maemo2-truetesting/methods/http.cc	2008-08-13 10:10:13 UTC (rev 15870)
+++ projects/haf/branches/apt/0.7.6maemo2-truetesting/methods/http.cc	2008-08-13 10:15:24 UTC (rev 15871)
@@ -761,7 +761,7 @@
 	   */
 	   string user = string ("NOKIA-OSSO-") + string (product_hardware);
 	   Req += (string("Authorization: Basic ") + 
-		   Base64Encode(user + ":" + "JOSHUA")
+		   Base64Encode(user + ":" + "iou324nds9JKL7")
 		   + "\r\n");
 	 }
      }


More information about the maemo-commits mailing list