E52A [master] fix some minor nits by thaJeztah · Pull Request #714 · docker/docker-ce-packaging · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@thaJeztah
Copy link
Member

static: create hashes for all files, not just linux

Also switching to alpine, instead of debian:jessy, which is EOL

Makefile: set initial branch name

Set an initial branch name so that git doe 8000 s not create additional noise
about the default not being configured. Using "master" for now, which
was the previous default; we can probably safely change it to "main",
but leaving that for a future exercise.

Also switching to alpine, instead of debian:jessy, which is EOL

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Set an initial branch name so that git does not create additional noise
about the default not being configured. Using "master" for now, which
was the previous default; we can probably safely change it to "main",
but leaving that for a future exercise.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

Ah, hm.... looks like we're running on older versions of git;

+ make REF=master raspbian-bullseye
Init https://github.com/docker/cli.git�
git init --initial-branch=master src/github.com/docker/cli
error: unknown option `initial-branch=master'
usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]

    --template <template-directory>
                          directory from which templates will be used
    --bare                create a bare repository
    --shared[=<permissions>]
                          specify that the git repository is to be shared amongst several users
    -q, --quiet           be quiet
    --separate-git-dir <gitdir>
                          separate git dir from working tree

Makefile:25: recipe for target 'src/github.com/docker/cli' failed
make: *** [src/github.com/docker/cli] Error 129
script returned exit code 2

@thaJeztah thaJeztah marked this pull request as draft July 1, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0