Replace ocurrences from "belenos" to "flidas"
This commit is contained in:
parent
597aa87a0c
commit
0e9936f851
6 changed files with 11 additions and 7 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue