#11595 Remove stray Signed-off-by in mass rebuild commits
Merged 7 months ago by humaton. Opened 8 months ago by zbyszek.
zbyszek/releng drop-signed-off-by  into  main

@@ -156,7 +156,7 @@ 

          continue

  

      # git commit

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

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

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

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

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

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

          continue

  

      # git commit

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

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

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

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

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

All Fedora contributors must sign FAS to create an account and make
contributions, so an additional Signed-off-by is not needed. It is
not used for commits in dist-git.

In fact, having a Signed-off-by is problematic: Signed-off-by by
itself does not define a meaning, the meaning must be documented
externally. But Fedora does not provide such a document, so the
signature is meaningless. And if we were to define such a document in
the future, it would not cover previous signatures, because we'd have
no way to know if that's what the signer meant. This would leave to
massive confusion.

Also, those releng commits are highly visible to all contributors, and
make it likely the new contributors will copy this.

Drop the siganture to avoid noise and confusion.

Signed-off-by: Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl

rebased onto d2a1f1b

7 months ago

Pull-Request has been merged by humaton

7 months ago

Signed-off-by: Zbigniew Jędrzejewski-Szmek

:D

Dropping the requirement for s-o-b in releng scripts is left as an exercise for the reader ;)

It has been dropped for a month now, see https://pagure.io/releng/issue/11587 :tada: