#10222 Add -a switch to git commit command so it actually add changed files.
Closed 2 years ago by humaton. Opened 2 years ago by humaton.
humaton/releng F35_mass_rebuild  into  main

file modified
+1 -1
@@ -177,7 +177,7 @@ 

          continue

  

      # git commit

-     commit = ['git', 'commit', '-s', '-m', comment, '--allow-empty']

+     commit = ['git', 'commit', '-a', '-s', '-m', comment, '--allow-empty']

      print('Committing changes for %s' % name)

      if runme(commit, 'commit', name, enviro,

                   cwd=os.path.join(workdir, name)):

file modified
+2 -2
@@ -28,8 +28,8 @@ 

      "f35":

          {

              "buildtag": 'f35-rebuild',  # tag to build from

-             "epoch": '2021-07-21 10:00:00.000000',  # rebuild anything not built after this date

-             "module_mass_rebuild_epoch": '2021-07-21T10:00:00Z',

+             "epoch": '2021-07-21 15:30:00.000000',  # rebuild anything not built after this date

+             "module_mass_rebuild_epoch": '2021-07-21T15:30:00Z',

              # rebuild anything not built after this date for modules

              "module_mass_branching_epoch": '2022-08-10T22:30:00Z',

              # rebuild anything not built after this date for modules

rebased onto 950ff66

2 years ago

Pull-Request has been closed by humaton

2 years ago