FreshPorts / git_proc_commit

Tools for processing git commits one at a time.
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

FREEBSD_REPO_SVN and FREEBSD_REPO_CVS may not be required any more #17

Closed dlangille closed 2 months ago

dlangille commented 4 years ago

FREEBSD_REPO_CVS & FREEBSD_REPO_SVN are used only within classes/files-display.php and include/freshports.php

With the move to git, we might be able to remove these. See also include/constants.php

This is contingent upon freshports_MessageIdToRepoName() being removed from use.

dlangille commented 2 months ago

Good to close.

[11:17 dvl-ingress01 dvl ~] % sudo grep -r FREEBSD_REPO_CVS ~/scripts ~/modules  
[11:17 dvl-ingress01 dvl ~] % sudo grep -r FREEBSD_REPO_SVN ~/scripts ~/modules
[11:18 dvl-ingress01 dvl ~] % sudo grep -ri freshports_MessageIdToRepoName ~/scripts ~/modules