Build and packaging library
Find a file
Jan Lindemann 016c1f4220 pgit.sh: Don't fetch with target refspec
"git fetch $remote $fromref:$toref" fails if the $fromref is behind
$toref.

Unrolling the syntax into "git fetch" followed by
"git merge --ff-only $remote/$fromref $toref" is accepted, though, and saves
some otherwise necessary case distinction code around it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-29 15:35:39 +01:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make purge-stale-projects.sh: Support --vcs 2025-11-29 13:28:51 +01:00
scripts pgit.sh: Don't fetch with target refspec 2025-11-29 15:35:39 +01:00
src cmds.CmdBuild: import time 2025-11-28 20:18:52 +01:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-147@suse-tumbleweed/x86_64 2025-11-29 13:54:24 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-147@suse-tumbleweed/x86_64 2025-11-29 13:54:24 +00:00
VERSION Start version: 1.0.0-147 2025-11-29 13:53:59 +00:00