Kaydet (Commit) 528261f7 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

son durumlar

üst 42828ee8
......@@ -3,6 +3,9 @@ Old_Author
Tubitak-UEKAE <uekae [at] tubitak.org,tr>
Updates and Developings
since 2016
Maintainers
-----------
Suleyman POYRAZ <nipalensisaquila [at] gmail.com>
......
2018-05-12 Suleyman Poyraz <zaryob.dev@gmail.com>
* Paket tipi hatası:
Belirtilen paket tipine uygun install dosyası pakete eklenmeli ve
sha değeri alınmalıdır. Bu yüzden bu konuda sıkıntı yaratan satırlar
düzenlendi.
2018-05-09 Suleyman Poyraz <zaryob.dev@gmail.com>
* util.py parçalandı:
-> ileride kod birikmesi olmasın diye (cross compiling özelliği ekleyince)
......
* Lookup cleanCache function. Understand "How it works and How we can use it in inary"
* When scom errored inary should be add package to pending orders.
* Looking up messages and translations
* atomicoperations will part for understandabling
......@@ -4,7 +4,7 @@ build_host = localhost
commonflags = -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC
cflags = %(commonflags)s
cxxflags = %(commonflags)s
host = x86_64-pc-linux-gnu
host = x86_64-linux-gnu
cc = %(host)s-gcc
cxx = %(host)s-g++
compressionlevel = 9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment