Skip to content

Commit

Permalink
Merge pull request #4666 from ertugerata/master
Browse files Browse the repository at this point in the history
yalı rebuild for 2.0
  • Loading branch information
ertugerata authored Mar 28, 2018
2 parents bf7f678 + a36602c commit 799ae7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/installer/yali/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pisi.actionsapi import pythonmodules

def setup():
repo_uri = "http://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz" # FIXME
repo_uri = "https://ciftlik.pisilinux.org/2.0/pisi-index.xml.xz" # FIXME
pisitools.dosed("yali/constants.py", "@REPO_URI@", repo_uri)
pisitools.dosed("yali/constants.py", "@REPO_NAME@", "Beta") # FIXME

Expand Down
7 changes: 7 additions & 0 deletions system/installer/yali/pspec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@
</Package>

<History>
<Update release="8">
<Date>2018-03-28</Date>
<Version>3.0.4.3</Version>
<Comment>Rebuild for 2.0</Comment>
<Name>Ertuğrul Erata</Name>
<Email>[email protected]</Email>
</Update>
<Update release="7">
<Date>2018-03-15</Date>
<Version>3.0.4.3</Version>
Expand Down

0 comments on commit 799ae7d

Please sign in to comment.