Skip to content

Commit

Permalink
let the GHA branch from gh remore stick around
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Apr 17, 2023
1 parent de328d5 commit be00dd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions int.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ do_precollect() {
rm -f /scmrepos/cvs/mcvs/int/{Makefile,libckern.h,md5.h,mirhash.h,mirtime.h,quad.h,zconf.h,zlib.h},v
rm -f /scmrepos/cvs/mcvs/int/Attic/nzat.h,v
}

do_extrafetch() {
$git remote add -f --no-tags gh [email protected]:MirBSD/int.git
$git branch GHA gh/GHA
$git remote rm gh
}

0 comments on commit be00dd3

Please sign in to comment.