Guest User

Untitled

a guest
Oct 17th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. commit 9587532f44f8937f6b64d2e1dedbbd2001959a8d
  2. Author: Saksham Bhalla <saksham.bhalla5@gmail.com>
  3. Date: Mon Oct 16 17:56:50 2017 +0530
  4.  
  5. org.gnome.Photos.json: Change the git urls to https ones
  6.  
  7. The current code uses hard coded urls with the form "git://..."
  8. for cloning repositories.
  9.  
  10. The Build fails in the case when working behind proxy because proxy
  11. server blocks the urls of the form "git://...".
  12.  
  13. To fix this replace the urls with the form "git://..."
  14. with the ones having the form "https://...".
  15.  
  16. https://bugzilla.gnome.org/show_bug.cgi?id=789002
  17.  
  18. commit 28a77ebcdc097a2df07137450add89de279f18c0
  19. Author: Saksham Bhalla <saksham.bhalla5@gmail.com>
  20. Date: Mon Oct 16 17:19:13 2017 +0530
  21.  
  22. .gitmodules: Change the git urls to https ones
  23.  
  24. The "git://..." urls fail the build because the proxy server
  25. blocks them.
  26.  
  27. To fix this replace the urls like "git://..." with the ones
  28. having the form "https://...".
  29.  
  30. https://bugzilla.gnome.org/show_bug.cgi?id=789002
  31.  
  32. commit c84e5ec191da0bf502fdf19b9ea664265c264ce0
  33. Author: Umang Jain <mailumangjain@gmail.com>
  34. Date: Tue Sep 26 21:50:01 2017 +0530
  35.  
  36. print-setup: Use G_DECLARE_FINAL_TYPE
  37.  
  38. https://bugzilla.gnome.org/show_bug.cgi?id=763712
  39.  
  40. commit 7443bc9494c7a9cb38f8971c3afc328061b04873
  41. Author: Umang Jain <mailumangjain@gmail.com>
  42. Date: Tue Sep 26 21:44:35 2017 +0530
  43.  
  44. print-preview: Use G_DECLARE_FINAL_TYPE
  45.  
  46. https://bugzilla.gnome.org/show_bug.cgi?id=763712
  47.  
  48. commit 1fde74d4a31b36a7c539217ecc8ad72ab3482505
  49. Author: Debarshi Ray <debarshir@gnome.org>
  50. Date: Tue Sep 26 13:07:27 2017 +0200
  51.  
  52. print-preview: Make it a final class
Add Comment
Please, Sign In to add comment