greizgh / vaultwarden-debian

vaultwarden_rs packaging tool
GNU General Public License v3.0
55 stars 16 forks source link

hunk #3 failed #10

Closed gerroon closed 4 years ago

gerroon commented 4 years ago

Trying to build this on Debian

./build.sh -r 1.10.0

Cloning into '/opt/bitwarden_rs-debian-build/git'...
remote: Enumerating objects: 6836, done.
remote: Total 6836 (delta 0), reused 0 (delta 0), pack-reused 6836
Receiving objects: 100% (6836/6836), 3.62 MiB | 6.98 MiB/s, done.
Resolving deltas: 100% (4507/4507), done.
Note: switching to '1.10.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 2c2276c Merge pull request #585 from ViViDboarder/mail-auth-over-insecure
/opt/bitwarden_rs-debian-build
patching file /opt/bitwarden_rs-debian-build/Dockerfile (read from /opt/bitwarden_rs-debian-build/git/docker/amd64/sqlite/Dockerfile)
Hunk #1 succeeded at 45 (offset 9 lines).
Hunk #2 succeeded at 57 (offset 9 lines).
Hunk #3 FAILED at 62.
1 out of 3 hunks FAILED -- saving rejects to file /opt/bitwarden_rs-debian-build/Dockerfile.rej
greizgh commented 4 years ago

Hi gerroon, master is currently only building the latest tag. To build 1.10, you can checkout the dedicated tag: https://github.com/greizgh/bitwarden_rs-debian/releases/tag/v1.10.0