~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to update-transitions

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2022-04-19 15:43:09 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20220419154309-bq1zannhcs7kwtq8
Try running ben as ubuntu:ubuntu, since newer git from focal fails miserably when ownership of the git directory differs from the user doing a fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# to ubuntu-archive outside)
9
9
 
10
10
# lxc exec --user 1000 --group 1000 ben -- /srv/transitions/transition-tracker/config/go
11
 
flock -xn -E 0 ~/.update-transitions.lock lxc exec ben -- /srv/transitions/transition-tracker/config/go
 
11
flock -xn -E 0 ~/.update-transitions.lock lxc exec --user 1000 --group 1000 ben -- /srv/transitions/transition-tracker/config/go