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]...
I've been trying to clone the FreeBSD src tree, and I'm encountering the following error:
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
I've tried various solutions. The main one...
Hi,
I am looking for following version ports
cmake-3.7.2
cmake-modules-3.7.2
git-2.12.1
sqlite3-3.18.0
ruby21-2.1.10_1,1
rsync-3.1.2_6
Above listed ports are not available on http://pkg.freebsd.org/FreeBSD:10:amd64/
I checked all releases and quarterly folders but same version ports are not...
Hi there,
I have installed java/eclipse (by using pkg) along with some additional plugins for C/C++ (CDT) and Python (PyDev) development. Instead of using available ports for java/eclipse-cdt and java/eclipse-pydev, I have chosen to install these plugins by using the "Help --> Install New...
Hi,
I've having some trouble installing Git from the ports tree, everything goes well and then at the very end this happens, I've searched around but I cant get my head around what is going wrong. Can somone point me in the right direction please
FreeBSD 10.3 (recently updated from 10.0, not...
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.