Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meskio
bitmask-dev
Commits
2bd7bb7c
Unverified
Commit
2bd7bb7c
authored
Sep 7, 2016
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] allow more then one release per day!
parent
bb32165e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/notes-python.txt
+6
-5
6 additions, 5 deletions
www/notes-python.txt
www/setup.py
+1
-1
1 addition, 1 deletion
www/setup.py
with
7 additions
and
6 deletions
www/notes-python.txt
+
6
−
5
View file @
2bd7bb7c
<EDIT-ME: This is the python description for the package>
leap.bitmask-www:
this package contains the already compiled static element for
leap.bitmask_www
-----------------
this package contains the already compiled static element for
the web-ui of bitmask.
If you want to develop for this UI, please checkout the <bitmask-dev> repo and
follow the instructions in the www/README.md file.
If you want to develop for this UI, please checkout the bitmask-dev [0] repo and follow the instructions in the www/README.md file.
[0] https://github.com/leapcode/bitmask-dev
This diff is collapsed.
Click to expand it.
www/setup.py
+
1
−
1
View file @
2bd7bb7c
...
...
@@ -31,7 +31,7 @@ import time
# i.e., 'make build'
now
=
datetime
.
datetime
.
now
()
timestamp
=
time
.
strftime
(
'
%Y%m%d
'
,
now
.
timetuple
())
timestamp
=
time
.
strftime
(
'
%Y%m%d
%H%M
'
,
now
.
timetuple
())
setup
(
name
=
'
leap.bitmask_www
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment