Skip to content
Snippets Groups Projects
Commit 621ef3d5 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Update use of TrisquelDistroInfo for nabia

parent 199f6cf5
No related branches found
No related tags found
No related merge requests found
Pipeline #384 passed
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=12
VERSION=13
. ./config
......@@ -69,6 +69,13 @@ sed '/len(changelog) == 0/,/"later."/d' -i UpdateManager/Core/MyCache.py
[ -z "$(grep 'import apt_pkg' UpdateManager/UpdateManager.py)" ] && \
sed -i '/import distro_info/i import apt_pkg' UpdateManager/UpdateManager.py
#Make use of new TrisquelDistroInfo
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/UpdateManager.py
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' hwe-support-status
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' ubuntu-security-status
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' tests/test_meta_release_core.py
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.py
changelog "Compiled for Trisquel"
compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment