[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 22 commits: Update ftp-master IP address again



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

  • e00405d1
    by Julien Cristau at 2022-03-09T21:33:51+01:00
    Update ftp-master IP address again
    
  • b0a48b1f
    by Ansgar at 2022-03-23T23:04:52+01:00
    check-archive: use `os.walk` instead of `os.path.walk`
    
    The `os.path.walk` function was remove in Python 3.
    
  • cdd0ea65
    by Ansgar at 2022-03-24T11:00:15+01:00
    check-archive: add missing `import errno`
    
  • c51e7a79
    by Julien Cristau at 2022-03-26T11:45:09+01:00
    pointrelease: fix log message about pu changelog cleanup
    
  • 22a818c1
    by Ansgar at 2022-03-27T13:13:23+02:00
    Merge remote-tracking branch 'origin/merge-requests/256'
    
  • 1c62ff03
    by Agathe Porte at 2022-05-03T20:36:05+02:00
    queue_report: link to RFC822 version
    
    The RFC822 version can only be found by getting to the root of the
    website (by directly editing the URL, no links) and then searching for
    "RFC". This change makes it easy to find the program-friendly version.
    
  • 823d908c
    by Ansgar at 2022-05-04T07:38:10+02:00
    Merge remote-tracking branch 'origin/merge-requests/257'
    
  • 4fabc9f6
    by Ansgar at 2022-06-20T22:14:57+02:00
    backport patch to pg_virtualenv
    
    The CI fails on Salsa's CI runners without this change as they run
    already run Debian 11 "bullseye" with a newer kernel.
    
  • 30d66f4e
    by Ansgar at 2022-06-20T22:15:05+02:00
    support postgresl 14
    
  • 2fc9a418
    by Ansgar at 2022-06-20T22:15:08+02:00
    explicitly state these are columns
    
    SQLAlchemy 1.4 is unhappy with using plain strings.
    
  • f260b2b2
    by Ansgar at 2022-06-20T22:15:10+02:00
    .gitlab-ci.yml: use bullseye for flake8, contributors jobs
    
  • 895e796b
    by Ansgar at 2022-06-29T22:25:41+02:00
    setup: add non-free-firmware component
    
  • b54e4c46
    by Ansgar at 2022-06-29T22:25:44+02:00
    handle non-free-firmware in db update scripts
    
  • 555619ab
    by Ansgar at 2022-06-29T22:25:44+02:00
    add non-free-firmware component in tests
    
  • f8fc1e87
    by Ansgar at 2022-06-29T22:25:44+02:00
    accept output changes from integration tests
    
  • f74dfe7d
    by Ansgar at 2022-06-30T09:58:41+02:00
    gpg.py: exit with status code `2` when failing to exec gpg
    
    The `gpg` program uses `0` for no severe error, `1` if at least a
    signature was bad and other error codes for fatal errors.  Exiting
    with code `1` here might therefore be confusing.
    
  • 22f60fb5
    by Ansgar at 2022-06-30T10:00:24+02:00
    gpg.py: write error message when failing to exec gpg
    
  • d517ab99
    by Ansgar at 2022-06-30T10:00:49+02:00
    gpg.py: fail early if gpg indicated a fatal error
    
  • 4b990139
    by Ansgar at 2022-06-30T11:07:39+02:00
    gpg.py: convert waitstatus to exitcode before use
    
  • a97ee22e
    by Ansgar at 2022-06-30T11:07:58+02:00
    gpg.py: assert that wait4() waited for the expected pid
    
  • d4383287
    by Ansgar at 2022-06-30T20:02:28+02:00
    gpg.py: allow exit code 2
    
  • 72c43d19
    by Ansgar at 2022-06-30T21:27:34+02:00
    Merge branch 'master' into deploy
    

30 changed files:

The diff was not included because it is too large.

Reply to: