diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 14:44:45 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 14:44:45 +0100 |
commit | 8d7c9928582f9014d173a14563f6a8684d2a96b3 (patch) | |
tree | fa35f352f39b78d5385075ec9aa6644d45f15aa7 /components/source_hooks | |
parent | 5603355e1d2db03c53bcfa370bba5f9220b2a19e (diff) | |
download | vyos-live-build-8d7c9928582f9014d173a14563f6a8684d2a96b3.tar.gz vyos-live-build-8d7c9928582f9014d173a14563f6a8684d2a96b3.zip |
Streamlineing a few comments in the python stubs.
Diffstat (limited to 'components/source_hooks')
-rwxr-xr-x | components/source_hooks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/source_hooks b/components/source_hooks index f057b7f60..fdb87cebc 100755 --- a/components/source_hooks +++ b/components/source_hooks @@ -41,7 +41,7 @@ def main(): # --verbose verbose = args.verbose - ## Executing hooks + ## Calling source hooks # stagefile if os.path.isfile('.build/source_hooks'): @@ -99,7 +99,7 @@ def main(): os.rmdir('source/live-build/config') os.rmdir('source/live-build') - ## stagefile + # stagefile os.makedirs('.build', exist_ok=True) open('.build/source_hooks', 'w').close() |