I'm interested in commit a75819461ec7 and am wondering, is it possible to tell which (if any) release of FreeBSD includes this change? In general, is there a way to look at a single commit and figure out when it's been added to a major release other than guessing by the dates of those releases?
Discussion: I set up a manually-managed 'Remote' git repo at https://git.beastie.localdomain/freebsd_kde/.git . Corresponding localhost directory is: /usr/local/poudriere/ports/freebsd_kde/ I can use that HTTP URL to clone it:
# pwd
/home/astyle
# git clone...
FYI:
https://gitlab.com/bsdimp/freebsd-workflow
Pleasantly exciting:
I don't know enough about GitLab, although I'm a user.
Certainly, I welcome use of GitHub.
Dear All,
I'd like to compile and install my favorite Gemini TUI client on a jail rather than on the real system:
https://telescope.omarpolo.com/
I thought I may use Poudriere, however after reading several times the handbook and looked into many blogs, I got the impression that all those...
Is anyone else having problems?
I changed my script to use https://git.freebsd.org/ports.git a couple of months ago as https://cgit.freebsd.org/ports wasnt working, but now it seems to have switched back to https://cgit.freebsd.org/ports, however 2021Q4 doesnt exist.
The page even has a link...
I thought it would be simple to see the changes between two related branches, but apparently that's not the case here for some reason.
This makes perfect sense to me:
$ git log '--pretty=format:%cs %h%n' freebsd/stable/13..freebsd/releng/13.0 | tail -n 1
2021-02-04 638e531019f
I requested...
Subject:
Call for participation
Date:
Thu, 2 Sep 2021 08:43:21 -0600
From:
Warner Losh <⋯>
To:
FreeBSD Current <freebsd-current@⋯>, FreeBSD Hackers <freebsd-hackers@⋯>, FreeBSD Ports <freebsd-ports@⋯>
From the e-mail:
The full e-mail...
Hi,
I'm in the process of porting reposilite, a lightweight maven repository server and maven proxy. While I have worked with ports some time ago, I am not sure if svn is still the way to go. Somehow I'm sure to have read that it has been superseded by git, but unfortunately I fail to find...
gitignore works fine with filename-only pattern, i.e. it ignores .sujournal correctly.
$HOME/.config/git/ignore
.sujournal
But when I set the full path, it doesn't ignore it, i.e. Git status complains:
$HOME/.config/git/ignore
/usr/src/.sujournal
My Git setting (Normal User):
$ git config...
Background:
On one of my PC, I keep /usr/src, /usr/ports and /usr/doc sources in separate freebsd-ufs partitions, on separate HDD/MBR.
This way, I can upgrade to the next snapshot (using ISO) -- both stable and current, and keep my Git clone-ed sources (same for CVS)
Problem:
But Git needs...
I'm on main branch of /src tree.
git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src
Can I simply checkout to releng/13.0 by issuing following command:
git checkout releng/13.0
and then pull/update releng/13.0?
git pull --ff-only
Question 1. Is that all, or there're some missing...
Hello,
with FreeBSD 13.0 has somethings changed. For upgrading FreeBSD from Source, I had done before this version, before fetching the source:
svn list svn://svn.freebsd.org/base/releng/
Supposed my /usr/src directory is empty and no "git clone" has been done, how can I list with the git...
poudriere ports -c and port updates were working flawless for many years until git happened. I assume many migration parts are still in progress.
Unfortunately cannot make it work:
#poudriere ports -c -m git -U https://git.freebsd.org/ports.git
[00:00:00] Creating default fs at...
Git deep clone vs shallow clone, what's the difference between the two, and what are the limitations of choosing Shallow Clone over Deep Clone?
I've read https://docs.freebsd.org/en/articles/committers-guide/#git-primer and few other FreeBSD related Git blogs, but I'm still confused.
Hi gang!
Disclaimer: I am honestly a little excited about recent developments so expect to find some (small) opinionated parts in this guide. Nothing excessive mind you, but I can sometimes get a little carried away and despite some believes I never really plan guides like this.
Editorial
In...
CQ HALLO.
SVN era:
In the past, I could choose to extract the base source code in the /usr/src during the installation, or download it afterward and extract it after installation.
In case of RELEASE, it was possible to update the /usr/src with freebsd-update, i.e. without using subversion.
Git...
Installing and updating the src tree with svn went like this [for release 12.2] into the src directory:
svn checkout https://svn.freebsd.org/base/releng/12.2 /usr/src
For Freebsd-Current [currently version 13] it is:
svn checkout https://svn.freebsd.org/base/head /usr/src
Updating the src...
Hello,
I've been trying to setup SSH keys with git so that I can push to Github without a password.
But it doesn't seem to be working.
So far I've generated a public private key pair using the command: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" (with my personal email of course.) I...
Hello,
I am using FreeNAS based on FreeBSD 11.3-RELEASE-p14. I have iocage jail with identical version of FreeBSD inside.
I have installed Gitea 1.12.4 using pkg and tried to run it. Below is the panic details I received
root@git:~ # gitea
2020/10/19 08:13:07 cmd/web.go:107:runWeb() [I]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.