this is the dedication

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@85 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-02-08 19:45:58 +00:00
parent 444a54b618
commit 484de66089
2 changed files with 7 additions and 1 deletions

7
README
View File

@@ -1,6 +1,6 @@
Sabayon Linux Project Entropy - 2007 README
WHAT'S THAT: Entropy Project
WHAT'S THAT: Project Entropy
DEVELOPERS:
- Fabio Erculiani (lxnay@sabayonlinux.org)
@@ -37,3 +37,8 @@ STRUCTURE:
|
|
GUI CLIENTs
Fabio's note: Project Entropy is dedicated to my father (dead on 2007, January the 9th). Tu come me, non hai mai smesso di credere nei sogni, è questo che ci rende invincibili dentro, ma a volte fragili fuori. Non ti deluderò, ciao papà, ti voglio bene. Non dimenticarti più dei tuoi figli.

View File

@@ -61,6 +61,7 @@ etpConst = {
'packagessuploaddir': ETP_DIR+ETP_UPDIR, # etpConst['packagessuploaddir'] --> directory where .tbz2 files are stored waiting for being uploaded to our main mirror
'confdir': ETP_CONF_DIR, # directory where entropy stores its configuration
'repositoriesconf': ETP_CONF_DIR+"/repositories.conf", # repositories.conf file
'enzymconf': ETP_CONF_DIR+"/enzym.conf", # enzym.conf file
'digestfile': "Manifest", # file that contains md5 hashes
'extension': ".etp", # entropy files extension
}