WIP: refactor/links #77
No reviewers
Labels
No Label
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Kind
Bug
Kind
Build
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Total Time Spent: 20 minutes
Due Date
Sweetbread
20 minutes
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#77
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Sweetbread/kolibrios:refactor/links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #65, #66 and #67
@ -1040,3 +1040,2 @@
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"
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
Checkout
From your project repository, check out a new branch and test the changes.