⚲
Projet
Général
Profil
Connexion
Accueil
Projets
Aide
Recherche
:
IoTa-pub
Tous les projets
IoTa-pub
Aperçu
Activité
Temps passé
Annonces
Documents
Wiki
Fichiers
Dépôt
Télécharger (586 octets)
Statistiques
| Branche:
master
| Tag:
1.0
1.9
1.99
2.0
2.1
| Révision:
root
/
make-tar.sh
@ bf9c3717
Voir
Historique
Annoter
#!/bin/sh
mkdir
-p
target
version
=
$(
cat
Version 2>/dev/null
)
name
=
IoTa-Installer
tar
chf target/iota-installer-
${
version
}
.tar README LISEZMOI Licenses AUTHORS copyright GPL-3
$name
/lib
$name
/resources
$name
/install_iota.py
$name
/README
$name
/LISEZMOI
srctar
=
iota-
${
version
}
-src
.tar.gz
find
.
-type
f
\
-not
-name
.directory
\
-not
-name
"*~"
\
-not
-name
"*.bak"
\
-not
-name
"*.class"
\
-not
-name
"*.pyc"
\
-not
-name
"*.log"
\
-not
-path
"*/.git/*"
\
-not
-path
"*/target/*"
\
-print0
| xargs
-0
tar
caf target/
$srctar
« Précédent
1
…
9
10
11
12
Suivant »
(11-11/12)
Chargement...