WIP: refactor/links #77
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -1038,8 +1038,7 @@ def handle_file(handled_files, asm_file_name, subdir="."):
|
||||
get_declarations(asm_file_contents, asm_file_name)
|
||||
|
||||
if __name__ == "__main__":
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php"
|
||||
link_root += "?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
|
||||
# Dict where an identifier is assicoated with a string
|
||||
# The string contains characters specifying flags
|
||||
|
Loading…
Reference in New Issue
Block a user
Looking good. As per my comment #65, please also change here, using the Gitea hyperlink
#Lx
to highlight specific line number(s).Also we should add a comment, like:
# This hardcoded link is specific to the Version Control System currently in use (Gitea)
. This would help any future migrations.That's why the PR is WIP
I'm not sure. For future migrations it's possible to look into Changed files sections in this PR