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

[Git][ocaml-team/ocp-indent][master] 2 commits: Run autopkgtest with umask 022



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocp-indent

Commits:

  • 106fdbcf
    by Stephane Glondu at 2025-10-21T15:19:57+02:00
    Run autopkgtest with umask 022
    
  • 6211fad3
    by Stephane Glondu at 2025-10-21T15:20:05+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocp-indent (1.9.0-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Run autopkgtest with umask 022
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Tue, 21 Oct 2025 15:20:03 +0200
    
    6
    +
    
    1 7
     ocp-indent (1.9.0-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Team upload
    

  • debian/tests/run-tests
    1 1
     #!/bin/sh
    
    2 2
     
    
    3 3
     set -eu
    
    4
    +umask 022
    
    4 5
     
    
    5 6
     outdir=${ADT_ARTIFACTS:-/tmp}/ocaml-dune-tests
    
    6 7
     echo "* Using $outdir"
    


  • Reply to: