* daha iskelet isleri
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
localstatedir =
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# python standard library modules
|
# python standard library modules
|
||||||
|
|||||||
@@ -1,26 +1,3 @@
|
|||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
# -*- python -*-
|
# -*- python -*-
|
||||||
|
|
||||||
#import package
|
|
||||||
#import parsespec
|
|
||||||
#import repodb
|
|
||||||
#import packagedb
|
|
||||||
#import dependency
|
|
||||||
#import conflicts
|
|
||||||
|
|
||||||
|
|
||||||
# extract control files
|
|
||||||
|
|
||||||
# verify package
|
|
||||||
|
|
||||||
# check file semantics
|
|
||||||
# check file system requirements
|
|
||||||
# check conflicts
|
|
||||||
# check dependencies
|
|
||||||
|
|
||||||
# unzip package in place
|
|
||||||
|
|
||||||
# update databases
|
|
||||||
|
|
||||||
# packagedb
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
db_dir = "/var/db/pisi/"
|
||||||
archives_dir = "/var/cache/pisi/archives"
|
archives_dir = "/var/cache/pisi/archives"
|
||||||
build_dir = "/var/tmp/pisi/"
|
build_dir = "/var/tmp/pisi/"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import xml.dom.minidom
|
import xml.dom.minidom
|
||||||
|
|||||||
Reference in New Issue
Block a user