Uploaded image for project: 'SIdora'
  1. SIdora
  2. SID-175

Islandora Modules Github Check In Issues (Sidora 0.1, D6, I6)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • 0.1
    • None
    • None
    • None
    • 169

      Background: we have two conversations here: one is the Sidora 0.1 which bundle with D6 and I 6; the other is upgrading to D7 with I7, and re-implement the Sidora for compatibility. The issue of this ticket is within the context of Sidoar 0.1, D6 and I6.

      Since we customize the Islandora modules, we need to create our own branch or repo in SI Github for code push/pull.

      Details for reference:

      I think it is configured by DGI to their github. We need to create the repo in our github with permission enabled for ourselves.
      Currently, I just do local check-in. The details are attached below.

      Dong

      Here is the list:

      1. Data Uploading Part

      Looks like DGI will not fix the data dropping bug for D6. We may need to create our own YUI repo in the github for code push/pull just like Sidora.
      Currently, we do not have permission to push our code to their repo in the github. Not sure if Andrew can help on that since he did before for Sidora part.

      (gnome-ssh-askpass:19627): Gtk-WARNING **: cannot open display:
      error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass'
      Username for 'http://github.com': huad

      (gnome-ssh-askpass:19628): Gtk-WARNING **: cannot open display:
      error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass'
      Password for 'http://huad@github.com':
      error: The requested URL returned error: 403 while accessing http://github.com/discoverygarden/yui.git/info/refs?service=git-receive-pack
      fatal: HTTP request failed

      2. Resource Displaying Part

      [huad@si-researchersdev islandora]$ git status # Not currently on any branch.
      Changes not staged for commit:
      (use "git add <file>..." to update what will be committed)
      (use "git checkout – <file>..." to discard changes in working directory)
      modified: CollectionClass.inc

      no changes added to commit (use "git add" and/or "git commit -a") [huad@si-researchersdev islandora]$ git add CollectionClass.inc [huad@si-researchersdev islandora]$ git ct
      git: 'ct' is not a git command. See 'git --help'.

      Did you mean one of these?
      ci
      co
      st
      [huad@si-researchersdev islandora]$ git ci [detached HEAD 7423d67] Fixing the bug that blocked testing with large numbers of resources such as camera trap data
      1 file changed, 86 insertions, 2 deletions [huad@si-researchersdev islandora]$ git push
      warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use:

      git config --global push.default matching

      To squelch this message and adopt the new behavior now, use:

      git config --global push.default simple

      See 'git help config' and search for 'push.default' for further information.
      (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git)

      (gnome-ssh-askpass:15427): Gtk-WARNING **: cannot open display:
      error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass'
      Username for 'http://github.com': huad

      (gnome-ssh-askpass:15428): Gtk-WARNING **: cannot open display:
      error: unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass'
      Password for 'http://huad@github.com':
      error: The requested URL returned error: 403 while accessing http://github.com/Islandora/islandora.git/info/refs?service=git-receive-pack
      fatal: HTTP request failed

      3.
      [huad@si-researchersdev islandora_content_model_viewer]$ git status # On branch Smithsonian # Changes not staged for commit:
      (use "git add <file>..." to update what will be committed)
      (use "git checkout – <file>..." to discard changes in working directory)
      modified: Collection.inc
      no changes added to commit (use "git add" and/or "git commit -a") [huad@si-researchersdev islandora_content_model_viewer]$ git add Collection.inc [huad@si-researchersdev islandora_content_model_viewer]$ git ci [Smithsonian 3bddfa5] Fixing the bug that blocked testing with large numbers of resources such as camera trap data
      1 file changed, 95 insertions, 3 deletions [huad@si-researchersdev islandora_content_model_viewer]$ git st # On branch Smithsonian # Your branch is ahead of 'Smithsonian/Smithsonian' by 1 commit.
      (use "git push" to publish your local commits)
      nothing to commit, working directory clean [huad@si-researchersdev islandora_content_model_viewer]$ git push
      warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use:

      git config --global push.default matching

      To squelch this message and adopt the new behavior now, use:

      git config --global push.default simple

      See 'git help config' and search for 'push.default' for further information.
      (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git)

      Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
      Counting objects: 5, done.
      Delta compression using up to 4 threads.
      Compressing objects: 100% (3/3), done.
      Writing objects: 100% (3/3), 950 bytes, done.
      Total 3 (delta 2), reused 0 (delta 0)
      To git@github.com:Smithsonian/islandora_content_model_viewer.git
      fc33b08..3bddfa5 Smithsonian -> Smithsonian

            DavisDa Davis, Daniel
            DavisDa Davis, Daniel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: