Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: archlinux/contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20221211
Choose a base ref
...
head repository: archlinux/contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20240617
Choose a head ref
  • 20 commits
  • 7 files changed
  • 9 contributors

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    0a1ee4d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. parse-submodules: update the git submodule command

    As of git 2.38.1, the handling of submodules in PKGBUILDS is broken due to CVE-2022-39253.
    This will result in "fatal: transport 'file' not allowed" error since
    the value of `protocol.file.allow` is changed to be "user" by default.
    
    This commit updates the git submodule command to explicitly use
    the file protocol thus fixes the mentioned issue.
    
    Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
    orhun committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ea71b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge pull request #63 from orhun/parse-submodules/update-git-command

    parse-submodules: update the git submodule command
    kgizdov authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cbf3e9f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix source upstream URL

    make sure functions do not have underscores in their names to avoid variable confusion
    
    small abstractions
    kgizdov committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b5d9c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5c3e4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Merge pull request #65 from kgizdov/fix_git_url

    Fix source upstream URL
    kgizdov authored May 20, 2023
    Configuration menu
    Copy the full SHA
    51d2771 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #62 from paulfrische/python-type-hints

    Add type hints to all functions in cleanup-list script
    jelly authored May 22, 2023
    Configuration menu
    Copy the full SHA
    e414162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d4793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9faf736 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Adapt to git packaging repos

    There is no longer a trunk subdir
    antonio-rojas authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    76f2587 View commit details
    Browse the repository at this point in the history
  2. Fix error message

    Co-authored-by: Jakub Klinkovský <lahwaacz@users.noreply.github.com>
    antonio-rojas and lahwaacz authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    228fe5c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge pull request #67 from antonio-rojas/patch-1

    Adapt to git packaging repos
    jelly authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a073071 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from archlinux/update-checkout-action

    .github: update deprecated checkout action
    jelly authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5ffbe6f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. drop repos2aur from contrib

    The script was imported into devtools in
    https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/166
    
    Signed-off-by: Christian Heusel <christian@heusel.eu>
    christian-heusel committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c0ba024 View commit details
    Browse the repository at this point in the history
  2. fix various issues with the review script

    1. fix query url
    2. fix bailing when no packger was found
    3. fix argument processing
    
    So far one would get an errror like the following one:
    
      $ review <packager>
      ls: cannot access './*/PKGBUILD': No such file or directory
    
    Signed-off-by: Christian Heusel <christian@heusel.eu>
    christian-heusel committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1a76404 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge pull request #71 from archlinux/contrib-aur-scripts

    Contrib aur scripts
    christian-heusel authored May 18, 2024
    Configuration menu
    Copy the full SHA
    4f03123 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Drop community completely

    jelly committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1b81a4b View commit details
    Browse the repository at this point in the history
  2. Port to pkgctl

    jelly committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ce9e165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3deb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d50ec7b View commit details
    Browse the repository at this point in the history
Loading