Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
29
.gitignore
vendored
29
.gitignore
vendored
@ -1 +1,28 @@
|
|||||||
SOURCES/highlight-3.42.tar.bz2
|
highlight-3.1-beta2.tar.bz2
|
||||||
|
/highlight-3.1-beta3.tar.bz2
|
||||||
|
/highlight-3.1.tar.bz2
|
||||||
|
/highlight-3.2.tar.bz2
|
||||||
|
/highlight-3.3.tar.bz2
|
||||||
|
/highlight-3.4.tar.bz2
|
||||||
|
/highlight-3.5.tar.bz2
|
||||||
|
/highlight-3.6.tar.bz2
|
||||||
|
/highlight-3.7.tar.bz2
|
||||||
|
/highlight-3.8.tar.bz2
|
||||||
|
/highlight-3.9.tar.bz2
|
||||||
|
/highlight-3.11-beta.tar.bz2
|
||||||
|
/highlight-3.12.tar.bz2
|
||||||
|
/highlight-3.13.tar.bz2
|
||||||
|
/highlight-3.15.tar.bz2
|
||||||
|
/highlight-3.16.tar.bz2
|
||||||
|
/highlight-3.16.1.tar.bz2
|
||||||
|
/highlight-3.18.tar.bz2
|
||||||
|
/highlight-3.20.tar.bz2
|
||||||
|
/highlight-3.21.tar.bz2
|
||||||
|
/highlight-3.22.tar.bz2
|
||||||
|
/highlight-3.28.tar.bz2
|
||||||
|
/highlight-3.30.tar.bz2
|
||||||
|
/highlight-3.31.tar.bz2
|
||||||
|
/highlight-3.33.tar.bz2
|
||||||
|
/highlight-3.36.tar.bz2
|
||||||
|
/highlight-3.39.tar.bz2
|
||||||
|
/highlight-3.42.tar.bz2
|
||||||
|
@ -1 +0,0 @@
|
|||||||
c2e55f56d715192ed0245431aaa88e44140d0fcf SOURCES/highlight-3.42.tar.bz2
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,6 +1,15 @@
|
|||||||
diff -up highlight-3.42/src/core/platform_fs.cpp.list-available-langs highlight-3.42/src/core/platform_fs.cpp
|
diff -up highlight-3.42/src/core/platform_fs.cpp.list-available-langs highlight-3.42/src/core/platform_fs.cpp
|
||||||
--- highlight-3.42/src/core/platform_fs.cpp.list-available-langs 2019-01-11 11:42:30.948013206 +0100
|
--- highlight-3.42/src/core/platform_fs.cpp.list-available-langs 2019-01-11 12:29:24.887974294 +0100
|
||||||
+++ highlight-3.42/src/core/platform_fs.cpp 2019-01-11 11:44:25.206011626 +0100
|
+++ highlight-3.42/src/core/platform_fs.cpp 2019-01-11 12:30:22.229973501 +0100
|
||||||
|
@@ -190,7 +190,7 @@ void getFileNames ( const string &direct
|
||||||
|
if ( errno ) return;
|
||||||
|
|
||||||
|
// save the first fileName entry for this recursion
|
||||||
|
- const unsigned firstEntry = fileName.size();
|
||||||
|
+ //const unsigned firstEntry = fileName.size();
|
||||||
|
|
||||||
|
// save files and sub directories
|
||||||
|
while ( ( entry = readdir ( dp ) ) != NULL ) {
|
||||||
@@ -222,8 +222,10 @@ void getFileNames ( const string &direct
|
@@ -222,8 +222,10 @@ void getFileNames ( const string &direct
|
||||||
if ( errno ) return;
|
if ( errno ) return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user