Skip to content
Snippets Groups Projects
Commit 0e9936f8 authored by Santiago Rodriguez's avatar Santiago Rodriguez
Browse files

Replace ocurrences from "belenos" to "flidas"

parent 597aa87a
No related branches found
No related tags found
2 merge requests!183Fix geoip-database-contrib,!150Fix pbuilder branding for flidas
......@@ -24,6 +24,9 @@
+ ;;
+ 7.0*) # Belenos
+ /bin/echo -e "9.3"
+ ;;
+ 8.0*) # Belenos
+ /bin/echo -e "9.4"
+ ;;
+ *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
......
......@@ -55,8 +55,8 @@ BackupExt=distUpgrade
LogDir=/var/log/dist-upgrade/
[Sources]
From=toutatis
To=belenos
From=belenos
To=fridas
ValidOrigin=Trisquel
ValidMirrors = mirrors.cfg
Components=main
......
......@@ -55,8 +55,8 @@ BackupExt=distUpgrade
LogDir=/var/log/dist-upgrade/
[Sources]
From=toutatis
To=belenos
From=belenos
To=flidas
ValidOrigin=Trisquel
ValidMirrors = mirrors.cfg
Components=main
......
......@@ -538,10 +538,10 @@ update-manager
'content' of the repository. Example of the command
syntax could look like this.</para>
<programlisting>
<command>deb ftp://archive.trisquel.info/trisquel/ belenos main</command>
<command>deb ftp://archive.trisquel.info/trisquel/ flidas main</command>
</programlisting>
<para>This example would define the software sources as a Debian source
at trisquel.info containing the belenos release.
at trisquel.info containing the flidas release.
</para>
</sect3>
<sect3 id="remove-sources">
......
......@@ -31,6 +31,7 @@ cat << EOF | patch -p1
- (deb_line, file) = shortcut.expand(codename=self.distro.codename)
+ codenames = {}
+ codenames["flidas"] = "xenial"
+ codenames["belenos"] = "trusty"
+ codenames["toutatis"] = "precise"
+ codenames["brigantia"] = "oneiric"
......
......@@ -64,7 +64,7 @@ s/ubuntu-software-center/gnome-app-install/' com.canonical.Unity.gschema.xml
rm dash/previews/Skype.png
# replace default background
sed -i 's/warty-final-ubuntu/belenos/' tests/data/external.gschema.xml
sed -i 's/warty-final-ubuntu/flidas/' tests/data/external.gschema.xml
changelog "Replace default applications in launcher, and adapt for Trisquel"
......
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