Opened 15 years ago

Closed 15 years ago

#861 closed defect (fixed)

hippo canvas repository has been moved

Reported by: erikos Owned by: sascha_silbe
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: sugar-jhbuild Version: Git as of bugdate
Severity: Major Keywords: r+
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

GNOME has moved to Git

GNOME has changed to using Git for version control. Current GNOME sources can be found on git.gnome.org. All content on this site is obsolete.

http://git.gnome.org/cgit/hippo-canvas/

Change History (2)

comment:1 Changed 15 years ago by erikos

  • Keywords r? added
diff --git a/config/modulesets/glucose-external.modules b/config/modulesets/glucose-external.modules
index ee3943f..9f7cb0e 100644
--- a/config/modulesets/glucose-external.modules
+++ b/config/modulesets/glucose-external.modules
@@ -3,8 +3,8 @@
 <moduleset>
   <repository type="git" name="dev.laptop.org/projects"
       href="git://dev.laptop.org/projects/" />
-  <repository type="svn" name="svn.gnome.org"
-      href="http://svn.gnome.org/svn/"/>
+  <repository type="git" name="git.gnome.org"
+      href="git://git.gnome.org"/>
   <repository type="svn" name="squeakvm.org"
         href="http://squeakvm.org/svn/squeak/branches/" trunk-template="olpc"/>
   <repository type="git" name="git.imendio.com"
@@ -81,7 +81,7 @@
     </dependencies>
   </autotools>
   <autotools id="hippo-canvas">
-    <branch repo="svn.gnome.org"/>
+    <branch repo="git.gnome.org" module="hippo-canvas" checkoutdir="hippo-canvas"/>
     <dependencies>
       <dep package="pygobject"/>
     </dependencies>

comment:2 Changed 15 years ago by sascha_silbe

  • Keywords r+ added; r? removed
  • Resolution set to fixed
  • Severity changed from Critical to Major
  • Status changed from new to closed

Fixed now, thanks for the heads up!

PS: I prefer attached patch files (can still read them in the browser if I want to - Trac even does enhanced formatting for them) instead inline ones as I don't have to use cut&paste. Also they might contain TABs which aren't preserved properly when used inline (this one didn't).

Note: See TracTickets for help on using tickets.