···19 steps:
20 - name: Resolving the merge commit
21 run: |
22- if result=$(git ls-remote --exit-code ${{ github.event.pull_request.base.repo.clone_url }} refs/pull/${{ github.event.pull_request.number }}/merge); then
23 mergedSha=$(cut -f1 <<< "$result")
24 echo "The PR appears to not have any conflicts, checking the merge commit $mergedSha"
25 else
26 echo "The PR may have a merge conflict"
0027 exit 1
28 fi
29 echo "mergedSha=$mergedSha" >> "$GITHUB_ENV"
···19 steps:
20 - name: Resolving the merge commit
21 run: |
22+ if result=$(git ls-remote --exit-code ${{ github.event.pull_request.base.repo.clone_url }} refs/pull/${{ github.event.pull_request.number }}/merge 2>&1); then
23 mergedSha=$(cut -f1 <<< "$result")
24 echo "The PR appears to not have any conflicts, checking the merge commit $mergedSha"
25 else
26 echo "The PR may have a merge conflict"
27+ echo "'git ls-remote' output was:"
28+ echo "$result"
29 exit 1
30 fi
31 echo "mergedSha=$mergedSha" >> "$GITHUB_ENV"
+1-1
nixos/modules/services/security/opensnitch.nix
···172 ln -sf '${file}' "${local}"
173 '') rules}
174175- if [ ! -f /etc/opensnitch-system-fw.json ]; then
176 cp "${pkgs.opensnitch}/etc/opensnitchd/system-fw.json" "/etc/opensnitchd/system-fw.json"
177 fi
178 '');
···172 ln -sf '${file}' "${local}"
173 '') rules}
174175+ if [ ! -f /etc/opensnitchd/system-fw.json ]; then
176 cp "${pkgs.opensnitch}/etc/opensnitchd/system-fw.json" "/etc/opensnitchd/system-fw.json"
177 fi
178 '');
···1-Don't worry, just use GCC and everything's gonna be alright.
2-3---- mpc123-0.2.4/Makefile 2008-03-21 22:14:38.000000000 +0100
4-+++ mpc123-0.2.4/Makefile 2010-01-28 23:26:49.000000000 +0100
5-@@ -17,7 +17,7 @@
6- # along with this program; if not, write to the Free Software Foundation,
7- # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
8-9--CC := $(shell which colorgcc || which cc)
10-+CC := gcc
11-12- TAGSPRG := ctags
13-
···49 fi
5051 echo "Validating consistency between composer.lock and ${composerRepository}/composer.lock"
52- if [[! @diff@ composer.lock "${composerRepository}/composer.lock"]]; then
53 echo
54 echo "ERROR: vendorHash is out of date"
55 echo
···8889 # Since the composer.json file has been modified in the previous step, the
90 # composer.lock file needs to be updated.
91- COMPOSER_DISABLE_NETWORK=1 \
92 COMPOSER_ROOT_VERSION="${version}" \
93 composer \
94 --lock \
···118 # the autoloader.
119 # The COMPOSER_ROOT_VERSION environment variable is needed only for
120 # vimeo/psalm.
121- COMPOSER_CACHE_DIR=/dev/null \
122- COMPOSER_DISABLE_NETWORK=1 \
123 COMPOSER_ROOT_VERSION="${version}" \
124- COMPOSER_MIRROR_PATH_REPOS="1" \
125 composer \
126 --no-ansi \
127 --no-interaction \
···49 fi
5051 echo "Validating consistency between composer.lock and ${composerRepository}/composer.lock"
52+ if ! @cmp@ -s "composer.lock" "${composerRepository}/composer.lock"; then
53 echo
54 echo "ERROR: vendorHash is out of date"
55 echo
···8889 # Since the composer.json file has been modified in the previous step, the
90 # composer.lock file needs to be updated.
091 COMPOSER_ROOT_VERSION="${version}" \
92 composer \
93 --lock \
···117 # the autoloader.
118 # The COMPOSER_ROOT_VERSION environment variable is needed only for
119 # vimeo/psalm.
00120 COMPOSER_ROOT_VERSION="${version}" \
0121 composer \
122 --no-ansi \
123 --no-interaction \
···55 # Build the local composer repository
56 # The command 'build-local-repo' is provided by the Composer plugin
57 # nix-community/composer-local-repo-plugin.
58- COMPOSER_CACHE_DIR=/dev/null \
59 composer-local-repo-plugin --no-ansi build-local-repo ${composerNoDev:+--no-dev} -r repository
6061 echo "Finished composerRepositoryBuildHook"
···55 # Build the local composer repository
56 # The command 'build-local-repo' is provided by the Composer plugin
57 # nix-community/composer-local-repo-plugin.
058 composer-local-repo-plugin --no-ansi build-local-repo ${composerNoDev:+--no-dev} -r repository
5960 echo "Finished composerRepositoryBuildHook"
+2-1
pkgs/build-support/php/hooks/default.nix
···1{ lib
2, makeSetupHook
03, jq
4, moreutils
5, makeBinaryWrapper
···22 substitutions = {
23 # Specify the stdenv's `diff` by abspath to ensure that the user's build
24 # inputs do not cause us to find the wrong `diff`.
25- diff = "${lib.getBin buildPackages.diffutils}/bin/diff";
26 };
27 } ./composer-install-hook.sh;
28}
···1{ lib
2, makeSetupHook
3+, diffutils
4, jq
5, moreutils
6, makeBinaryWrapper
···23 substitutions = {
24 # Specify the stdenv's `diff` by abspath to ensure that the user's build
25 # inputs do not cause us to find the wrong `diff`.
26+ cmp = "${lib.getBin buildPackages.diffutils}/bin/cmp";
27 };
28 } ./composer-install-hook.sh;
29}
···795 sequoia = sequoia-sq; # Added 2023-06-26
796 sexp = sexpp; # Added 2023-07-03
797 sget = throw "sget has been removed from nixpkgs, as it is not supported upstream anymore see https://github.com/sigstore/sget/issues/145"; # Added 2023-05-26
00798 inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
799 shhgit = throw "shhgit is broken and is no longer maintained. See https://github.com/eth0izzle/shhgit#-shhgit-is-no-longer-maintained-" ; # Added 2023-08-08
800 shipyard = jumppad; # Added 2023-06-06
···795 sequoia = sequoia-sq; # Added 2023-06-26
796 sexp = sexpp; # Added 2023-07-03
797 sget = throw "sget has been removed from nixpkgs, as it is not supported upstream anymore see https://github.com/sigstore/sget/issues/145"; # Added 2023-05-26
798+ sgtpuzzles = throw "'sgtpuzzles' has been renamed to 'sgt-puzzles'"; # Added 2023-10-06
799+ sgtpuzzles-mobile = throw "'sgtpuzzles-mobile' has been renamed to 'sgt-puzzles-mobile'"; # Added 2023-10-06
800 inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
801 shhgit = throw "shhgit is broken and is no longer maintained. See https://github.com/eth0izzle/shhgit#-shhgit-is-no-longer-maintained-" ; # Added 2023-08-08
802 shipyard = jumppad; # Added 2023-06-06