Skip to content

Commit 9330204

Browse files
restore missing file which were symlinked
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 913bc2f commit 9330204

7 files changed

Lines changed: 49 additions & 11 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NAME="Ubuntu"
2+
VERSION="12.04.5 LTS, Precise Pangolin"
3+
ID=ubuntu
4+
ID_LIKE=debian
5+
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
6+
VERSION_ID="12.04"

tests/commoncode/data/distro/os-release/ubuntu/ubuntu-14.04-expected.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NAME="Ubuntu"
2+
VERSION="14.04.4 LTS, Trusty Tahr"
3+
ID=ubuntu
4+
ID_LIKE=debian
5+
PRETTY_NAME="Ubuntu 14.04.4 LTS"
6+
VERSION_ID="14.04"
7+
HOME_URL="http://www.ubuntu.com/"
8+
SUPPORT_URL="http://help.ubuntu.com/"
9+
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
NAME="Ubuntu"
2+
VERSION="16.04 LTS (Xenial Xerus)"
3+
ID=ubuntu
4+
ID_LIKE=debian
5+
PRETTY_NAME="Ubuntu 16.04 LTS"
6+
VERSION_ID="16.04"
7+
HOME_URL="http://www.ubuntu.com/"
8+
SUPPORT_URL="http://help.ubuntu.com/"
9+
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
10+
UBUNTU_CODENAME=xenial
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
NAME="Ubuntu"
2+
VERSION="18.04.1 LTS (Bionic Beaver)"
3+
ID=ubuntu
4+
ID_LIKE=debian
5+
PRETTY_NAME="Ubuntu 18.04.1 LTS"
6+
VERSION_ID="18.04"
7+
HOME_URL="https://www.ubuntu.com/"
8+
SUPPORT_URL="https://help.ubuntu.com/"
9+
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
10+
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
11+
VERSION_CODENAME=bionic
12+
UBUNTU_CODENAME=bionic

tests/commoncode/data/distro/os-release/ubuntu/ubuntu-18.04.5.txt-expected.json renamed to tests/commoncode/data/distro/os-release/ubuntu/ubuntu-18.04.1.txt-expected.json

File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
NAME="Ubuntu"
2+
VERSION="18.04 LTS (Bionic Beaver)"
3+
ID=ubuntu
4+
ID_LIKE=debian
5+
PRETTY_NAME="Ubuntu 18.04 LTS"
6+
VERSION_ID="18.04"
7+
HOME_URL="https://www.ubuntu.com/"
8+
SUPPORT_URL="https://help.ubuntu.com/"
9+
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
10+
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
11+
VERSION_CODENAME=bionic
12+
UBUNTU_CODENAME=bionic

0 commit comments

Comments
 (0)