Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105872526
arc-land.txt
leres (Craig Leres)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
leres
Dec 21 2024, 10:00 PM
2024-12-21 22:00:14 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
arc-land.txt
View Options
zinc 32 % arc land
STRATEGY Merging with "squash" strategy, the default strategy.
SOURCE Landing the current branch, "main".
ONTO REMOTE Remote "origin" was selected by following tracking branches upstream to the closest remote.
ONTO TARGET Refs were selected by reading "arc.land.onto" configuration: main.
INTO REMOTE Will merge into remote "origin" by default, because this is the remote the change is landing onto.
INTO TARGET Will merge into target "main" by default, because this is the "onto" target.
FETCH Fetching "main" from remote "origin"...
$ git fetch --no-tags --quiet -- origin main
INTO COMMIT Preparing merge into "main" from remote "origin", at commit "7d1d9cc440f8".
LANDING These changes will land:
* D47478 zfsboot: Add an option to edit the ZFS pool creation options.
0b5cb026af57 Add an option to edit the ZFS pool creation options.
>>> Land these changes? [y/N/?] y
MERGING 0b5cb026af57 Add an option to edit the ZFS pool creation options.
MERGE Attempting to rebase changes.
DONE Merge succeeded.
PUSHING Pushing changes to "origin".
$ git push -- origin 4950565f48e4:refs/heads/main
fatal: unable to access 'https://git.freebsd.org/src.git/': The requested URL returned error: 403
LOAD STATE Restoring local state (to ref "main" at commit "0b5cb026af57").
USAGE EXCEPTION Push failed! Fix the error and run "arc land" again.
zinc 35 % git branch
* main
zinc 36 % git remote -v
origin https://git.freebsd.org/src.git (fetch)
origin https://git.freebsd.org/src.git (push)
zinc 37 % git describe
vendor/ena-com/2.8.0-295466-g0b5cb026af57
File Metadata
Details
Attached
Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15563880
Default Alt Text
arc-land.txt (1 KB)
Attached To
Mode
D47478: zfsboot: Add an option to edit the ZFS pool creation options.
Attached
Detach File
Event Timeline
Log In to Comment