Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
7d4abde1
Commit
7d4abde1
authored
Apr 10, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update etalons for test distr_info
parent
aa588f4b
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
20 additions
and
16 deletions
+20
-16
etalon.txt
tests/etc/ALTEducation/etalon.txt
+1
-1
etalon.txt
tests/etc/ALTMED/etalon.txt
+1
-1
etalon.txt
tests/etc/ALTSP8.4/etalon.txt
+1
-1
etalon.txt
tests/etc/ALTServer/etalon.txt
+1
-1
etalon.txt
tests/etc/ALTWorkstation/etalon.txt
+1
-1
etalon.txt
tests/etc/AstraLinuxCE/etalon.txt
+1
-1
etalon.txt
tests/etc/AstraLinuxCE2/etalon.txt
+1
-1
etalon.txt
tests/etc/AstraLinuxSE/etalon.txt
+1
-1
etalon.txt
tests/etc/Fedora/etalon.txt
+1
-0
etalon.txt
tests/etc/MESh/etalon.txt
+1
-1
etalon.txt
tests/etc/MOS/etalon.txt
+1
-1
etalon.txt
tests/etc/Manjaro/etalon.txt
+1
-1
etalon.txt
tests/etc/RHEL/etalon.txt
+1
-1
etalon.txt
tests/etc/ROSA/etalon.txt
+1
-1
etalon.txt
tests/etc/ROSA12/etalon.txt
+1
-1
etalon.txt
tests/etc/Solus/etalon.txt
+1
-0
etalon.txt
tests/etc/Ubuntu/etalon.txt
+1
-0
etalon.txt
tests/etc/openSUSE/etalon.txt
+1
-1
test_distr_info.sh
tests/test_distr_info.sh
+2
-1
No files found.
tests/etc/ALTEducation/etalon.txt
View file @
7d4abde1
ALTLinux/p9
ALTLinux/p9
alt/p9
tests/etc/ALTMED/etalon.txt
View file @
7d4abde1
ALTLinux/p8
ALTLinux/p8
alt/p8
tests/etc/ALTSP8.4/etalon.txt
View file @
7d4abde1
ALTLinux/c9f2
ALTLinux/c9f2
alt/c9f2
tests/etc/ALTServer/etalon.txt
View file @
7d4abde1
ALTServer/10
ALTServer/10
alt/p10
tests/etc/ALTWorkstation/etalon.txt
View file @
7d4abde1
ALTLinux/p10
ALTLinux/p10
alt/p10
tests/etc/AstraLinuxCE/etalon.txt
View file @
7d4abde1
AstraLinuxCE/2.12
AstraLinuxCE/2.12
astra/2.12
tests/etc/AstraLinuxCE2/etalon.txt
View file @
7d4abde1
AstraLinuxCE/2.12
AstraLinuxCE/2.12
astra/orel
tests/etc/AstraLinuxSE/etalon.txt
View file @
7d4abde1
AstraLinuxSE/1.7
AstraLinuxSE/1.7
astra/1.7_x86-64
tests/etc/Fedora/etalon.txt
0 → 100644
View file @
7d4abde1
Fedora/37 fedora/37
tests/etc/MESh/etalon.txt
View file @
7d4abde1
MESh/10
MESh/10
alt/10
tests/etc/MOS/etalon.txt
View file @
7d4abde1
MOC/10
MOC/10
alt/10
tests/etc/Manjaro/etalon.txt
View file @
7d4abde1
ManjaroLinux/CUR
ManjaroLinux/CUR
manjaro/CUR
tests/etc/RHEL/etalon.txt
View file @
7d4abde1
RHEL/7.9
RHEL/7.9
rhel/7.9
tests/etc/ROSA/etalon.txt
View file @
7d4abde1
RELS/7.9
RELS/7.9
reld/7.9
tests/etc/ROSA12/etalon.txt
View file @
7d4abde1
ROSA/2021.1
ROSA/2021.1
rosa/2021.1
tests/etc/Solus/etalon.txt
0 → 100644
View file @
7d4abde1
Solus/4.3 solus/fortitude
tests/etc/Ubuntu/etalon.txt
0 → 100644
View file @
7d4abde1
Ubuntu/20.04 ubuntu/focal
tests/etc/openSUSE/etalon.txt
View file @
7d4abde1
openSUSE Tumbleweed/20161014
openSUSE Tumbleweed/20161014
opensuse tumbleweed/20161014
tests/test_distr_info.sh
View file @
7d4abde1
...
@@ -7,7 +7,8 @@ for ROOTDIR in $(ls -1d etc/*) ; do
...
@@ -7,7 +7,8 @@ for ROOTDIR in $(ls -1d etc/*) ; do
export
ROOTDIR
export
ROOTDIR
e
=
$(
../bin/distr_info
-e
)
e
=
$(
../bin/distr_info
-e
)
s
=
$(
../bin/distr_info
-s
)
s
=
$(
../bin/distr_info
-s
)
idstr
=
"
$e
$s
"
r
=
$(
../bin/distr_info
--repo-name
)
idstr
=
"
$e
$s
/
$r
"
if
[
-n
"
$WRITE
"
]
;
then
if
[
-n
"
$WRITE
"
]
;
then
echo
"
$idstr
"
>
$ROOTDIR
/etalon.txt
echo
"
$idstr
"
>
$ROOTDIR
/etalon.txt
continue
continue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment