Opened 15 years ago

Closed 15 years ago

#906 closed defect (obsolete)

sugar-update-control: modifying files tracked by git

Reported by: sascha_silbe Owned by: tomeu
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Git as of bugdate
Severity: Blocker Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: New

Description

Filing against sugar as there is no Trac component for sugar-update-control yet.

Building/installing sugar-update-control modifies files that are tracked by git.
On a system where git isn't fully configured (i.e. anyone without commit rights) this will lead to sugar-jhbuild aborting with an error.

*** Checking out sugar-update-control *** [28/43]
git stash save jhbuild-stash
Saved working directory and index state "On master: jhbuild-stash"
HEAD is now at eb28914 Removed hardcoded reference to python2.5
git pull --rebase
Current branch master is up to date.
git stash pop
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   po/sugar-update-control.pot
#
no changes added to commit (use "git add" and/or "git commit -a")
Dropped refs/stash@{0} (d493e5f17b852771c09942ff1fb10eb1301172da)

Change History (2)

comment:1 Changed 15 years ago by sascha_silbe

  • Bug Status changed from Unconfirmed to New
  • Severity changed from Minor to Blocker

This is breaking our new buildslave now, upgrading to Blocker.

comment:2 Changed 15 years ago by tomeu

  • Resolution set to obsolete
  • Status changed from new to closed

the updater has been integrated into the sugar module

Note: See TracTickets for help on using tickets.